diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-11 10:44:27 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-11 10:44:27 +0300 |
commit | f98d6e900feba2726ea548895b645d9455656d57 (patch) | |
tree | 6b065967ed46d245ddc5ad85a539037efa9ad7fd /.eslintrc.json | |
parent | 04f05e07c0c96322834ce2926b2fef06cd692d36 (diff) | |
download | rspamd-f98d6e900feba2726ea548895b645d9455656d57.tar.gz rspamd-f98d6e900feba2726ea548895b645d9455656d57.zip |
[WebUI] Use self-explanatory notation
for type conversion
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 32530cd18..ee10918bb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -72,7 +72,6 @@ "no-empty": "off", "no-empty-function": "off", "no-eq-null": "off", - "no-implicit-coercion": "off", "no-inline-comments": "off", "no-loop-func": "off", "no-negated-condition": "off", |