diff --git a/.eslintrc.json b/.eslintrc.json index 8c74e46..0a74928 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,5 +8,8 @@ "no-extend-native": "off", "react/jsx-props-no-spreading": "off", "jsx-a11y/label-has-associated-control": "off" + }, + "env": { + "webextensions": true } -} \ No newline at end of file +}