diff --git a/.eslintrc.json b/.eslintrc.json index 4f147b9d..b3ce884c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,7 +29,8 @@ "no-unreachable": 1, "no-alert": 0, "react/jsx-uses-react": 1, - "no-unused-vars": [1, { "argsIgnorePattern": "^_" }] + "no-unused-vars": [1, { "argsIgnorePattern": "^_" }], + "no-restricted-globals": ["error", "event"] }, "globals": { "SyntheticInputEvent": false,