We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30a47fb + 089ebcc commit 09ed659Copy full SHA for 09ed659
.eslintrc.json
@@ -54,6 +54,8 @@
54
"unicorn/no-await-expression-member": 0,
55
"unicorn/no-useless-undefined": 0,
56
"unicorn/no-array-push-push": 0,
57
+ "unicorn/no-array-for-each": 0,
58
+ "unicorn/prefer-includes": "warn",
59
"unicorn/no-process-exit": 0,
60
"unicorn/consistent-function-scoping": 0,
61
"@typescript-eslint/no-explicit-any": 0,
0 commit comments