Skip to content

Commit 9b10bdc

Browse files
committed
Disable no-prototype-builtins errors
1 parent d998d83 commit 9b10bdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"no-lonely-if": "error",
8383
"no-mixed-spaces-and-tabs": "error",
8484
"no-plusplus": "off",
85+
"no-prototype-builtins": "off",
8586
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
8687
"no-underscore-dangle": "off",
8788
"no-whitespace-before-property": "error",

0 commit comments

Comments
 (0)