summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 9f3df75..b15c9c2 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,8 @@
"node": true
},
"parserOptions": {
- "ecmaVersion": 2019
+ "ecmaVersion": 2020,
+ "sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
@@ -29,7 +30,7 @@
"node": false
},
"parserOptions": {
- "sourceType": "script"
+ "sourceType": "module"
}
}
]