Skip to content

Commit adf7cd9

Browse files
"react/react-in-jsx-scope": "off"
1 parent 821ce6a commit adf7cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export default [
144144
format: ["PascalCase", "camelCase"],
145145
},
146146
],
147+
"react/react-in-jsx-scope": "off",
147148
},
148149
},
149150
...fixupConfigRules(

0 commit comments

Comments
 (0)