Skip to content

Commit 09ed659

Browse files
authored
Merge pull request #22 from timursaurus/feat/tests
fix: disable error on prefer rules
2 parents 30a47fb + 089ebcc commit 09ed659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.json

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
"unicorn/no-await-expression-member": 0,
5555
"unicorn/no-useless-undefined": 0,
5656
"unicorn/no-array-push-push": 0,
57+
"unicorn/no-array-for-each": 0,
58+
"unicorn/prefer-includes": "warn",
5759
"unicorn/no-process-exit": 0,
5860
"unicorn/consistent-function-scoping": 0,
5961
"@typescript-eslint/no-explicit-any": 0,

0 commit comments

Comments
 (0)