We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
id-length
1 parent c618707 commit a7700bcCopy full SHA for a7700bc
docs/src/rules/id-length.md
@@ -100,8 +100,8 @@ data["y"] = 3; // excused because of calculated property access
100
101
This rule has an object option:
102
103
-* `"min"` (default: 2) enforces a minimum identifier length
104
-* `"max"` (default: Infinity) enforces a maximum identifier length
+* `"min"` (default: `2`) enforces a minimum identifier length
+* `"max"` (default: `Infinity`) enforces a maximum identifier length
105
* `"properties": always` (default) enforces identifier length convention for property names
106
* `"properties": never` ignores identifier length convention for property names
107
* `"exceptions"` allows an array of specified identifier names
0 commit comments