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 1d70d84 commit 0a71aafCopy full SHA for 0a71aaf
.eslintrc.json
@@ -16,6 +16,7 @@
16
"no-useless-escape": "off",
17
"one-var": "off",
18
"no-control-regex": "off",
19
+ "no-prototype-builtins": "off",
20
21
"prefer-const": "error",
22
"no-var": "error"
0 commit comments