Skip to content

Commit 38d2807

Browse files
committed
added id-length rule
1 parent 08ab7b1 commit 38d2807

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.eslintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@
6060
"|>": "before"
6161
}
6262
}
63+
],
64+
"id-length": [
65+
"error",
66+
{
67+
"exceptions": [
68+
"x",
69+
"y",
70+
"z",
71+
"_"
72+
],
73+
"max": 35,
74+
"min": 2
75+
}
6376
]
6477
},
6578
"parserOptions": {

0 commit comments

Comments
 (0)