From bbf940aafeb564e6dc6023ea8022ba424e52cc05 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 21:21:20 +0400 Subject: feat(vue): space-infix-ops Signed-off-by: Valentin Popov --- src/rules/vue/default.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json index e0f09f3..fa55110 100644 --- a/src/rules/vue/default.json +++ b/src/rules/vue/default.json @@ -75,5 +75,11 @@ "baseIndent": 0, "switchCase": 1 } + ], + "vue/space-infix-ops": [ + "error", + { + "int32Hint": false + } ] } -- cgit v1.2.3