From: moisseev Date: Sat, 18 Dec 2021 19:22:24 +0000 (+0300) Subject: [Test] Disable prefer-object-has-own ESLint rule X-Git-Tag: 3.2~151^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4015%2Fhead;p=thirdparty%2Frspamd.git [Test] Disable prefer-object-has-own ESLint rule as Object.hasOwn(…) is not implemented in Pale Moon. --- diff --git a/.eslintrc.json b/.eslintrc.json index 2dc3ebc511..ff514b13c7 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"],