Skip to content

Commit f50657e

Browse files
albertonzakas
authored andcommitted
Breaking: use default for complexity in eslint:recommended (fixes #6021) (#6410)
1 parent 3e690fb commit f50657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/eslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"comma-dangle": "error",
141141
"comma-spacing": "off",
142142
"comma-style": "off",
143-
"complexity": ["off", 11],
143+
"complexity": "off",
144144
"computed-property-spacing": "off",
145145
"consistent-return": "off",
146146
"consistent-this": "off",

0 commit comments

Comments
 (0)