Skip to content

Commit 3107031

Browse files
committed
fix(config): ignore lodash in id-length rule
1 parent f79f87c commit 3107031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"declaration"
178178
],
179179
"id-blacklist": 2,
180-
"id-length": 2,
180+
"id-length": [2, {"exceptions": ["_"]}],
181181
"id-match": 0,
182182
"indent": [
183183
2,

0 commit comments

Comments
 (0)