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.
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"$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": []
|
|
}
|