diff options
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 3024d76c..ca29e181 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,7 @@ }, "parserOptions": { "ecmaVersion": 2018, - "sourceType": "module", + "sourceType": "module" }, "rules": { "strict": 0, |