summaryrefslogtreecommitdiff
path: root/src/rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules')
-rw-r--r--src/rules/eslint.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index caa810f..8661d4d 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -29,6 +29,14 @@
"error",
"always"
],
+ "id-length": [
+ "warn",
+ {
+ "max": 32,
+ "min": 2,
+ "properties": "always"
+ }
+ ],
"indent": [
"error",
"tab",