X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.json;fp=.eslintrc.json;h=f61fc080bd45c62d528d2947c4009d9942ca0ed9;hb=c5f2c258852408a3b18c7a5b12d076b6b5728172;hp=b9b190f5146555b6aaf54eafe21321b8b8c128c1;hpb=0ac97927984473fcb11a177f013b0e112638e050;p=e-mobility-charging-stations-simulator.git diff --git a/.eslintrc.json b/.eslintrc.json index b9b190f5..f61fc080 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,12 +1,12 @@ { "root": true, "env": { - "es2020": true, + "es2022": true, "node": true, "mocha": true }, "parserOptions": { - "ecmaVersion": 2020, + "ecmaVersion": 2022, "sourceType": "module" }, "plugins": ["import"],