diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-19 20:00:27 -0500 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-19 20:00:27 -0500 | 
| commit | 4f39ac207917c6f4cd1f840ccf338137785e99cc (patch) | |
| tree | 1861c090a425f85f4d64cf8ac93060fb551b1fba | |
| parent | a8b1e40a1e34178d9907b04f3a8e16a21b9eb42a (diff) | |
Upadte eslintrc
| -rw-r--r-- | .eslintrc.json | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/.eslintrc.json b/.eslintrc.json index a350bce4..9b0754fc 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,11 +72,15 @@          },          {              "files": ["test/**/*.js"], +            "parserOptions": { +                "ecmaVersion": 8, +                "sourceType": "module" +            },              "env": {                  "browser": false, -                "es2017": false, -                "webextensions": false, -                "node": true +                "es2017": true, +                "node": true, +                "webextensions": false              }          }      ] |