Skip to content

Commit

Permalink
Disable no-prototype-builtins errors
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jul 13, 2020
1 parent d998d83 commit 9b10bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -82,6 +82,7 @@
"no-lonely-if": "error",
"no-mixed-spaces-and-tabs": "error",
"no-plusplus": "off",
"no-prototype-builtins": "off",
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
"no-underscore-dangle": "off",
"no-whitespace-before-property": "error",
Expand Down

0 comments on commit 9b10bdc

Please sign in to comment.