Explorar el Código

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

as Object.hasOwn(…) is not implemented in Pale Moon.
tags/3.2
moisseev hace 2 años
padre
commit
7afa0694da
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json Ver fichero

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

Cargando…
Cancelar
Guardar