Ignore hasOwnProperty linting errors (#4406)
ignore hasOwnProperty linting errors
This commit is contained in:
parent
01a3cc92d0
commit
f0cdea4e35
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user