mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Lint tweak
This commit is contained in:
parent
3e3acee4f6
commit
3bc9d1be46
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
"no-trailing-spaces": [ "error", { "skipBlankLines": true, "ignoreComments": true } ],
|
||||
"no-underscore-dangle": "off",
|
||||
"no-whitespace-before-property": "error",
|
||||
"object-curly-newline": [ "error", { "multiline": true, "minProperties": 2, "consistent": true } ],
|
||||
"object-curly-newline": [ "error", { "multiline": true, "minProperties": 0, "consistent": true } ],
|
||||
"one-var-declaration-per-line": [ "error", "initializations" ],
|
||||
"quote-props": [ "error", "as-needed" ],
|
||||
"quotes": [ "error", "single" ],
|
||||
|
|
Loading…
Reference in a new issue