aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2021-12-18 22:22:24 +0300
committermoisseev <moiseev@mezonplus.ru>2021-12-18 22:26:40 +0300
commit7afa0694dac2e455828cb12e863489ddc0783e4c (patch)
treed859a8c58dddcb4a7beb699e9027e2cdc7a5da8d /.eslintrc.json
parentc1cce0dd49f51680ea76145e912ee7792d341323 (diff)
downloadrspamd-7afa0694dac2e455828cb12e863489ddc0783e4c.tar.gz
rspamd-7afa0694dac2e455828cb12e863489ddc0783e4c.zip
[Test] Disable prefer-object-has-own ESLint rule
as Object.hasOwn(…) is not implemented in Pale Moon.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 2dc3ebc51..ff514b13c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -47,6 +47,7 @@
"padded-blocks": "off",
"prefer-arrow-callback": "off",
"prefer-destructuring": "off",
+ "prefer-object-has-own": "off",
"prefer-spread": "off",
"prefer-template": "off",
"quote-props" : ["error", "consistent-as-needed"],