diff --git a/docs/rules/sort-keys.md b/docs/rules/sort-keys.md index cb8836f36..b573e4eaa 100644 --- a/docs/rules/sort-keys.md +++ b/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 ```json { - "sort-keys": ["error", "asc", { + "vue/sort-keys": ["error", "asc", { "caseSensitive": true, "ignoreChildrenOf": ["model"], "ignoreGrandchildrenOf": ["computed", "directives", "inject", "props", "watch"],