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,13 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"printWidth": 170,
|
||||
"bracketSpacing": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "all",
|
||||
"jsxSingleQuote": true,
|
||||
"arrowParens": "always",
|
||||
"useTabs": false,
|
||||
"ignorePatterns": []
|
||||
}
|
||||
Reference in New Issue
Block a user