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

View File

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