Skip to content

Commit 8a0a0ed

Browse files
authored
docs: fix vue/sort-keys options (#1500)
1 parent c775584 commit 8a0a0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/sort-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This rule is almost the same rule as core [sort-keys] rule but it will not error
1515

1616
```json
1717
{
18-
"sort-keys": ["error", "asc", {
18+
"vue/sort-keys": ["error", "asc", {
1919
"caseSensitive": true,
2020
"ignoreChildrenOf": ["model"],
2121
"ignoreGrandchildrenOf": ["computed", "directives", "inject", "props", "watch"],

0 commit comments

Comments
 (0)