From db7a6cd79ae5965f717f61946a83a71a87587490 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 30 Nov 2021 15:24:18 +0200 Subject: Update ESLint config (#132) --- .eslintrc.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 99c529a..22b0547 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,13 +5,21 @@ "node": true }, "parserOptions": { - "ecmaVersion": 2017 + "ecmaVersion": 2019 }, "extends": "eslint:recommended", "rules": { + "comma-dangle": [ + "error", + "never" + ], "quotes": [ "error", "single" + ], + "quote-props": [ + "error", + "always" ] } } -- cgit v1.2.3