Files
seedit/oxlintrc.json

16 lines
268 B
JSON

{
"plugins": ["react"],
"rules": {
"react/react-in-jsx-scope": "off",
"react/rules-of-hooks": "error",
"react/exhaustive-deps": "warn"
},
"ignore": [
"android/**",
"build/**",
"node_modules/**",
"public/**",
"electron/**"
]
}