Skip to content

Commit 6f66e98

Browse files
committed
Report Compiler violations as warnings only
1 parent 27fd2ba commit 6f66e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"react/react-in-jsx-scope": "off",
217217
"react/self-closing-comp": "error",
218218
"react-compiler/react-compiler": [
219-
"error",
219+
"warn",
220220
{
221221
"environment": {
222222
"enableTreatRefLikeIdentifiersAsRefs": true,

0 commit comments

Comments
 (0)