We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c775584 commit 8a0a0edCopy full SHA for 8a0a0ed
docs/rules/sort-keys.md
@@ -15,7 +15,7 @@ This rule is almost the same rule as core [sort-keys] rule but it will not error
15
16
```json
17
{
18
- "sort-keys": ["error", "asc", {
+ "vue/sort-keys": ["error", "asc", {
19
"caseSensitive": true,
20
"ignoreChildrenOf": ["model"],
21
"ignoreGrandchildrenOf": ["computed", "directives", "inject", "props", "watch"],
0 commit comments