X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.eslintrc.json;h=ca422369e132e8ebf2b3b7b8d845a2bad79e26af;hb=56dc36a783f6e855c1a07b22b9e6aecc0456cbec;hp=1dc01d2438c77662ef4d54c0b839a9d0752c1e9d;hpb=ca35f167826c0732571da5f35e3c25881d138b79;p=squeep-api-dingus diff --git a/.eslintrc.json b/.eslintrc.json index 1dc01d2..ca42236 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 @@ "error", "single" ], + "semi": [ + "error", + "always" + ], "strict": "error", "vars-on-top": "error" }