Skip to content

Commit f0cdea4

Browse files
authored
Ignore hasOwnProperty linting errors (#4406)
ignore hasOwnProperty linting errors
1 parent 01a3cc9 commit f0cdea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default [
4646
"no-undef": "warn",
4747
"no-empty": "warn",
4848
"no-extra-boolean-cast": "warn",
49+
"no-prototype-builtins": "off",
4950
"prettier/prettier": "warn"
5051
}
5152
},

0 commit comments

Comments
 (0)