X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.eslintrc.json;h=10ad79b4a3477bff82bac7d65499411e0262a354;hb=refs%2Ftags%2Fv1.1.0;hp=697136a49c67f6c413ac65b91151766e514d94d8;hpb=2207e51e71606cbd1b4e3a688d450a79853dc8e9;p=squeep-totp diff --git a/.eslintrc.json b/.eslintrc.json index 697136a..10ad79b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,6 +2,7 @@ "env": { "browser": false, "es6": true, + "es2023": true, "node": true }, "extends": [ @@ -11,7 +12,7 @@ "plugin:sonarjs/recommended" ], "parserOptions": { - "ecmaVersion": 2018 + "ecmaVersion": 2023 }, "plugins": [ "node", @@ -83,6 +84,10 @@ "warn", "single" ], + "semi": [ + "error", + "always" + ], "strict": "error", "vars-on-top": "error" }