diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-12-03 16:45:14 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-12-03 16:45:14 +0300 |
commit | 98450fac86ac23f420a3a19e4cefec71c34cc2ee (patch) | |
tree | 3ef71541e6223d4d8c03cb53ec47aa1d3a66f7be /.eslintrc.json | |
parent | 8c6ee0b9e30a81621e896292fa8e90788b3152dd (diff) | |
download | rspamd-98450fac86ac23f420a3a19e4cefec71c34cc2ee.tar.gz rspamd-98450fac86ac23f420a3a19e4cefec71c34cc2ee.zip |
[WebUI] Refine symbols score input boxes
- reduce the minimum number of digits to appear after the decimal from 3 to 2
- remove useless dynamic step
- remove useless dynamic min/max restrictions
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 f76a38e21..49bb81dcf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -66,7 +66,6 @@ "max-lines": "off", "max-lines-per-function": "off", "no-invalid-this": "off", - "prefer-exponentiation-operator": "off", "sort-keys": "off", "@stylistic/function-paren-newline": "off" |