From 5ee8a02ff03200ef9d9e1639242f93c9be930b04 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 28 May 2021 18:52:56 +0200 Subject: Cleaned up & added a couple of Eslint rules --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.eslintrc.json') 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, -- cgit v1.2.3-18-g5258