Skip to content

Commit 9815f80

Browse files
committed
perf: off no reduce
1 parent e41d220 commit 9815f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"xo-space"
1515
],
1616
"rules": {
17-
"capitalized-comments": "off"
17+
"capitalized-comments": "off",
18+
"unicorn/no-reduce": "off"
1819
}
1920
}

0 commit comments

Comments
 (0)