We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dafaee commit a6634eaCopy full SHA for a6634ea
docs/rules/sort-keys.md
@@ -16,6 +16,9 @@ since: "v0.1.0"
16
17
This rule checks property definitions of object and verifies that all properties are sorted alphabetically or specified order.
18
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
+
22
<eslint-code-block fix>
23
24
<!-- eslint-skip -->
0 commit comments