Skip to content

Commit 8989ff5

Browse files
committed
Disable unicorn/prefer-string-starts-ends-with
1 parent 69c504f commit 8989ff5

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
@@ -23,6 +23,7 @@
2323
"no-unused-vars": "off",
2424
"no-var": "error",
2525
"unicorn/no-empty-file": "off",
26-
"unicorn/no-new-array": "off"
26+
"unicorn/no-new-array": "off",
27+
"unicorn/prefer-string-starts-ends-with": "off"
2728
}
2829
}

0 commit comments

Comments
 (0)