diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-25 13:54:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-25 13:54:52 -0400 |
| commit | da69ed56349d15975725becd05a93be53a890d1d (patch) | |
| tree | 24b38fb36ca393fe22bface1f08a1fa30eb0e37f | |
| parent | f5fc28dd6b7e6ecd82fcbb9f577e7263c4c0d0cf (diff) | |
switch to EcmaScript 2022
| -rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 6010be67..9ef2c875 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,11 +1,11 @@ { "env": { "browser": true, - "es2021": true + "es2022": true }, "extends": "eslint:recommended", "parserOptions": { - "ecmaVersion": 2021, + "ecmaVersion": 2022, "sourceType": "module" }, "rules": { |
