Skip to content

Commit a6634ea

Browse files
authored
keys sorting rule hint (#262)
1 parent 8dafaee commit a6634ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/rules/sort-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ since: "v0.1.0"
1616

1717
This rule checks property definitions of object and verifies that all properties are sorted alphabetically or specified order.
1818

19+
ℹ️ To fully sort long files, you may need to run ESLint's `--fix` option multiple times.
20+
The rule sorts keys incrementally, and ESLint limits the number of fixes to 10 per run.
21+
1922
<eslint-code-block fix>
2023

2124
<!-- eslint-skip -->

0 commit comments

Comments
 (0)