Skip to content

Commit

Permalink
docs: fix vue/sort-keys options (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashass committed May 29, 2021
1 parent c775584 commit 8a0a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/sort-keys.md
Expand Up @@ -15,7 +15,7 @@ This rule is almost the same rule as core [sort-keys] rule but it will not error

```json
{
"sort-keys": ["error", "asc", {
"vue/sort-keys": ["error", "asc", {
"caseSensitive": true,
"ignoreChildrenOf": ["model"],
"ignoreGrandchildrenOf": ["computed", "directives", "inject", "props", "watch"],
Expand Down

0 comments on commit 8a0a0ed

Please sign in to comment.