From 8a0a0ed837e088e3013cf7219011642572422456 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 29 May 2021 03:41:25 +0200 Subject: [PATCH] docs: fix vue/sort-keys options (#1500) --- docs/rules/sort-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],