mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore: replace eslint and prettier with oxlint and oxfmt
Migrate from ESLint/Prettier to oxlint/oxfmt for 50-100x faster linting and 35x faster formatting.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user