summaryrefslogtreecommitdiffstats
path: root/.eslintrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 96d004d..9e22a46 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -5,8 +5,8 @@ extends:
- eslint:recommended
env:
- # ECMAScript 2017 globals
- es2017: true
+ # ECMAScript 2022 globals
+ es2022: true
# Browser global variables
browser: true
@@ -14,10 +14,6 @@ env:
# jQuery global variables
jquery: true
-parserOptions:
- # ECMAScript 2017
- ecmaVersion: 8
-
rules:
# ===============
# Possible Errors