mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Lint tweaks.
This commit is contained in:
parent
0bfb52d159
commit
9974b3b586
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
"no-mixed-operators": "error",
|
||||
"no-mixed-spaces-and-tabs": "error",
|
||||
"no-plusplus": "off",
|
||||
"no-trailing-spaces": "error",
|
||||
"no-trailing-spaces": [ "error", { "skipBlankLines": true } ],
|
||||
"no-underscore-dangle": "off",
|
||||
"no-whitespace-before-property": "error",
|
||||
"object-curly-newline": [ "error", "always" ],
|
||||
|
|
Loading…
Add table
Reference in a new issue