Skip to content

Commit cd8d30a

Browse files
authored
Update ESLint and related packages (#532)
Closes #527 Closes #526
1 parent 59e4b2e commit cd8d30a

14 files changed

+371
-1079
lines changed

.eslintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"unicorn/prevent-abbreviations": "off",
3939
"unicorn/no-process-exit": "off",
4040
"unicorn/import-style": "off",
41+
"unicorn/no-array-for-each": "off",
42+
"unicorn/no-array-reduce": "off",
4143
"node/no-missing-import": "off",
4244
"node/no-unsupported-features/es-syntax": [
4345
"error",

0 commit comments

Comments
 (0)