mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-18 06:54:15 +00:00
Disable React JSX scope and uses-react lint rules
This commit is contained in:
parent
9b56c04978
commit
4bb0789385
@ -14,4 +14,10 @@ export default defineConfig([
|
|||||||
languageOptions: { globals: globals.browser },
|
languageOptions: { globals: globals.browser },
|
||||||
},
|
},
|
||||||
pluginReact.configs.flat.recommended,
|
pluginReact.configs.flat.recommended,
|
||||||
|
{
|
||||||
|
rules: {
|
||||||
|
"react/jsx-uses-react": "off",
|
||||||
|
"react/react-in-jsx-scope": "off",
|
||||||
|
},
|
||||||
|
},
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user