Skip to content

Commit 85b97e7

Browse files
committed
Disable unicorn/prefer-string-starts-ends-with
1 parent 8622416 commit 85b97e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.oxlintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"no-unused-vars": "off",
1818
"no-var": "error",
1919
"unicorn/no-empty-file": "off",
20-
"unicorn/no-new-array": "off"
20+
"unicorn/no-new-array": "off",
21+
"unicorn/prefer-string-starts-ends-with": "off"
2122
}
2223
}

0 commit comments

Comments
 (0)