From 720e4523aeec7ae354fbde3696345031e5899fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Morais?= Date: Wed, 24 Oct 2018 22:52:01 +0100 Subject: [PATCH] Add missing vue/ suffix to rule example Found at https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/script-indent.md --- docs/rules/script-indent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/script-indent.md b/docs/rules/script-indent.md index 01912a758..45545ea4d 100644 --- a/docs/rules/script-indent.md +++ b/docs/rules/script-indent.md @@ -10,7 +10,7 @@ This rule has some options. ```json { - "script-indent": ["error", TYPE, { + "vue/script-indent": ["error", TYPE, { "baseIndent": 0, "switchCase": 0, "ignores": []