This commit is contained in:
22
.oxlintrc.json
Normal file
22
.oxlintrc.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||||
"ignorePatterns": ["src/routeTree.gen.ts"],
|
||||
"plugins": ["react", "react-perf", "import", "jsx-a11y", "promise"],
|
||||
"rules": {
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"promise/prefer-await-to-then": "off",
|
||||
"promise/prefer-await-to-callbacks": "off",
|
||||
"promise/prefer-await-to-catch": "off"
|
||||
},
|
||||
"settings": {
|
||||
"jsx-a11y": {
|
||||
"polymorphicPropName": "as"
|
||||
},
|
||||
"react": {
|
||||
"version": "19.2.0"
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
"builtin": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user