Browse Source

[Test] Disable prefer-object-has-own ESLint rule

as Object.hasOwn(…) is not implemented in Pale Moon.
tags/3.2
moisseev 2 years ago
parent
commit
7afa0694da
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json View File

@@ -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"],

Loading…
Cancel
Save