Files
5chan/.oxfmtrc.json
plebeius 4dd81edd3f 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.
2025-12-26 16:41:03 +01:00

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": []
}