Skip to content

Commit

Permalink
docs: add missing backticks to id-length (#19217)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Dec 5, 2024
1 parent c618707 commit a7700bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/rules/id-length.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ data["y"] = 3; // excused because of calculated property access

This rule has an object option:

* `"min"` (default: 2) enforces a minimum identifier length
* `"max"` (default: Infinity) enforces a maximum identifier length
* `"min"` (default: `2`) enforces a minimum identifier length
* `"max"` (default: `Infinity`) enforces a maximum identifier length
* `"properties": always` (default) enforces identifier length convention for property names
* `"properties": never` ignores identifier length convention for property names
* `"exceptions"` allows an array of specified identifier names
Expand Down

0 comments on commit a7700bc

Please # to comment.