diff options
Diffstat (limited to '.eslintrc.json')
| -rw-r--r-- | .eslintrc.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index afc7cce..a3286ae 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,15 +4,13 @@ "ecmaVersion": 2018, "sourceType": "module" }, - "plugins": ["jest", "@typescript-eslint", "prettier", "json"], + "plugins": ["@typescript-eslint", "prettier", "json"], "env": { "browser": true, "es6": true, - "node": true, - "jest/globals": true + "node": true }, "extends": [ - "plugin:jest/recommended", "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended" |
