diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-08 10:47:56 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-08 10:47:56 +0300 |
commit | e514ce57b5dfba541564828ef6373c0912a9f7cd (patch) | |
tree | 53d5ef43832e85a7508c9da878e8751cb73ce102 /.eslintrc.json | |
parent | 4b6e9116cb35304948332c5d70bb74cf9451b612 (diff) | |
download | rspamd-e514ce57b5dfba541564828ef6373c0912a9f7cd.tar.gz rspamd-e514ce57b5dfba541564828ef6373c0912a9f7cd.zip |
[WebUI] Avoid using "undefined" property
of the global object
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index c5f2bc59c..71e2b443d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -78,7 +78,6 @@ "no-redeclare": "off", "no-shadow": "off", "no-undef": "off", - "no-undefined": "off", "no-underscore-dangle": "off", "no-use-before-define": "off", "one-var-declaration-per-line": "off", |