mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-05 11:30:59 -05:00
16 lines
268 B
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/**"
|
|
]
|
|
}
|