From af819d58665444848f99a245aa1a2b2e6badcb0b Mon Sep 17 00:00:00 2001 From: TTtie <me@tttie.cz> Date: Mon, 20 Dec 2021 22:49:44 +0000 Subject: [PATCH] use es2021 to parse files --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index bbfb33f..6373530 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,12 +1,12 @@ { "env": { - "es6": true, + "es2021": true, "node": true }, "extends": "eslint:recommended", "parserOptions": { "sourceType": "script", - "ecmaVersion": 2019 + "ecmaVersion": 2021 }, "rules": { "indent": [ -- GitLab