Skip to content

Commit

Permalink
fix(config): ignore lodash in id-length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 19, 2016
1 parent f79f87c commit 3107031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"declaration"
],
"id-blacklist": 2,
"id-length": 2,
"id-length": [2, {"exceptions": ["_"]}],
"id-match": 0,
"indent": [
2,
Expand Down

0 comments on commit 3107031

Please sign in to comment.