Ignore hasOwnProperty linting errors (#4406)

ignore hasOwnProperty linting errors
This commit is contained in:
Sean Hatfield 2025-09-18 19:16:52 -07:00 committed by GitHub
parent 01a3cc92d0
commit f0cdea4e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ export default [
"no-undef": "warn", "no-undef": "warn",
"no-empty": "warn", "no-empty": "warn",
"no-extra-boolean-cast": "warn", "no-extra-boolean-cast": "warn",
"no-prototype-builtins": "off",
"prettier/prettier": "warn" "prettier/prettier": "warn"
} }
}, },