Parcourir la source

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

as Object.hasOwn(…) is not implemented in Pale Moon.
tags/3.2
moisseev il y a 2 ans
Parent
révision
7afa0694da
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json Voir le fichier

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

Chargement…
Annuler
Enregistrer