Skip to content

Commit c198c3d

Browse files
authored
fix: disable unicorn flat and flatmap rules (#182)
1 parent 0c7ad29 commit c198c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ module.exports = {
270270
'unicorn/prefer-string-trim-start-end': 0,
271271
// TODO: enable after dropping Node <12 support
272272
'unicorn/numeric-separators-style': 0,
273+
'unicorn/prefer-array-flat': 0,
274+
'unicorn/prefer-array-flat-map': 0,
273275
},
274276
overrides: [
275277
{

0 commit comments

Comments
 (0)