We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent 7c2cd70 commit 3e99363Copy full SHA for 3e99363
docs/rules/key-spacing.md
@@ -16,7 +16,7 @@ This rule has an object option:
16
* `"afterColon": true (default) | false`
17
* `true`: requires at least one space between the colon and the value in object literals.
18
* `false`: disallows spaces between the colon and the value in object literals.
19
-* `"mode": "strict" (default) | "miniumum"`
+* `"mode": "strict" (default) | "minimum"`
20
* `"strict"`: enforces exactly one space before or after colons in object literals.
21
* `"minimum"`: enforces one or more spaces before or after colons in object literals.
22
* `"align": "value" | "colon"`
0 commit comments