mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Migrate from ESLint/Prettier to oxlint/oxfmt for 50-100x faster linting and 35x faster formatting.
16 lines
257 B
JSON
16 lines
257 B
JSON
{
|
|
"rules": {
|
|
"react/react-in-jsx-scope": "off",
|
|
"react-hooks/rules-of-hooks": "error",
|
|
"react-hooks/exhaustive-deps": "warn"
|
|
},
|
|
"ignore": [
|
|
"android/**",
|
|
"build/**",
|
|
"node_modules/**",
|
|
"public/**",
|
|
"electron/**"
|
|
]
|
|
}
|
|
|