diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 4a59fc5..0e29f86 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,6 +19,9 @@ "implicit-arrow-linebreak": ["warn", "beside"], "indent": ["warn", "tab"], "linebreak-style": ["warn", "unix"], + "comma-dangle": ["error", "never"], + "semi": ["error", "always"], + "no-var": "error", "vue/max-attributes-per-line": ["warn", { "singleline": { "max": 2, |