We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-prototype-builtins
1 parent d998d83 commit 9b10bdcCopy full SHA for 9b10bdc
.eslintrc.json
@@ -82,6 +82,7 @@
82
"no-lonely-if": "error",
83
"no-mixed-spaces-and-tabs": "error",
84
"no-plusplus": "off",
85
+ "no-prototype-builtins": "off",
86
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
87
"no-underscore-dangle": "off",
88
"no-whitespace-before-property": "error",
0 commit comments