We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cce2f3 commit d1c2c3cCopy full SHA for d1c2c3c
1 file changed
packages/oxlint-config/rules/enabled.jsonc
@@ -7,6 +7,9 @@
7
"argsIgnorePattern": "^(_|e|event)",
8
"caughtErrorsIgnorePattern": "^(_|e|error)",
9
"varsIgnorePattern": "^_",
10
+ "fix": {
11
+ "imports": "safe-fix",
12
+ },
13
},
14
],
15
"no-var": "error",
0 commit comments