diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 2c32e16a7..32530cd18 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,9 @@ "browser": true }, "extends": "eslint:all", + "globals": { + "define": false + }, "rules": { "array-bracket-newline": ["error", "consistent"], "camelcase": "off", @@ -76,7 +79,6 @@ "no-param-reassign": "off", "no-redeclare": "off", "no-shadow": "off", - "no-undef": "off", "no-underscore-dangle": "off", "no-use-before-define": "off", "one-var-declaration-per-line": "off", |