Skip to content

Commit

Permalink
Breaking: use default for complexity in eslint:recommended (fixes #6021
Browse files Browse the repository at this point in the history
…) (#6410)
  • Loading branch information
alberto authored and nzakas committed Jun 21, 2016
1 parent 3e690fb commit f50657e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/eslint.json
Expand Up @@ -140,7 +140,7 @@
"comma-dangle": "error",
"comma-spacing": "off",
"comma-style": "off",
"complexity": ["off", 11],
"complexity": "off",
"computed-property-spacing": "off",
"consistent-return": "off",
"consistent-this": "off",
Expand Down

0 comments on commit f50657e

Please sign in to comment.