We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a3cc9 commit f0cdea4Copy full SHA for f0cdea4
eslint.config.js
@@ -46,6 +46,7 @@ export default [
46
"no-undef": "warn",
47
"no-empty": "warn",
48
"no-extra-boolean-cast": "warn",
49
+ "no-prototype-builtins": "off",
50
"prettier/prettier": "warn"
51
}
52
},
0 commit comments