We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8622416 commit 85b97e7Copy full SHA for 85b97e7
.oxlintrc.json
@@ -17,6 +17,7 @@
17
"no-unused-vars": "off",
18
"no-var": "error",
19
"unicorn/no-empty-file": "off",
20
- "unicorn/no-new-array": "off"
+ "unicorn/no-new-array": "off",
21
+ "unicorn/prefer-string-starts-ends-with": "off"
22
}
23
0 commit comments