diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 20:21:20 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 20:21:20 +0300 |
commit | bbf940aafeb564e6dc6023ea8022ba424e52cc05 (patch) | |
tree | 2e80d047af29b9f0dd25d542c7967cc1f9e8515c /src | |
parent | 7adf510a945db5459c57a9586f3a01c72a8465ba (diff) | |
download | eslint-config-bbf940aafeb564e6dc6023ea8022ba424e52cc05.tar.xz eslint-config-bbf940aafeb564e6dc6023ea8022ba424e52cc05.zip |
feat(vue): space-infix-ops
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/rules/vue/default.json | 6 |
1 files changed, 6 insertions, 0 deletions
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 + } ] } |