Merge pull request #4015 from moisseev/eslint

[Test]  Disable prefer-object-has-own ESLint rule
This commit is contained in:
Vsevolod Stakhov 2021-12-18 19:28:05 +00:00 committed by GitHub
commit c821bfa3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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