diff --git a/.eslintrc.json b/.eslintrc.json index 9b430c91..86736291 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,5 +5,8 @@ "browser": true, "es2020": true, "node": true + }, + "parserOptions": { + "sourceType": "module" } }