mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Disable no-prototype-builtins
errors
This commit is contained in:
parent
d998d83f3d
commit
9b10bdc0be
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
||||||
"no-lonely-if": "error",
|
"no-lonely-if": "error",
|
||||||
"no-mixed-spaces-and-tabs": "error",
|
"no-mixed-spaces-and-tabs": "error",
|
||||||
"no-plusplus": "off",
|
"no-plusplus": "off",
|
||||||
|
"no-prototype-builtins": "off",
|
||||||
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
|
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
|
||||||
"no-underscore-dangle": "off",
|
"no-underscore-dangle": "off",
|
||||||
"no-whitespace-before-property": "error",
|
"no-whitespace-before-property": "error",
|
||||||
|
|
Loading…
Reference in a new issue