From cc5498f02a43b6b5506afe37015de41c22a8adad Mon Sep 17 00:00:00 2001 From: Jakub Srsen Date: Fri, 26 Jan 2018 11:06:34 +0000 Subject: [PATCH] fixed a json formatting error in the options example --- docs/rules/order-in-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/order-in-components.md b/docs/rules/order-in-components.md index ba40ca207..460503a50 100644 --- a/docs/rules/order-in-components.md +++ b/docs/rules/order-in-components.md @@ -46,7 +46,7 @@ If you want you can change the order providing the optional configuration in you ``` json "vue/order-in-components": ["error", { - order: [ + "order": [ "el", "name", "parent",