lean / phaser-es6-webpack

A bootstrap project for create games with Phaser + ES6 + Webpack.
MIT License
1.28k stars 314 forks source link

Fix by standard #17

Closed sanemat closed 7 years ago

sanemat commented 7 years ago

Execute $(npm bin)/standard --fix

Before:

$ npm test

> PhaserES6Webpack@1.0.0 test /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack
> standard

standard: Use JavaScript Standard Style (http://standardjs.com)
standard: Run `standard --fix` to automatically fix some problems.
  /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack/webpack.config.js:33:61: Strings must u
se singlequote.
  /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack/webpack.config.js:33:86: Strings must u
se singlequote.
  /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack/webpack.production.config.js:43:61: Str
ings must use singlequote.
  /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack/webpack.production.config.js:43:86: Str
ings must use singlequote.
  /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack/webpack.production.config.js:43:105: Un
expected trailing comma.
  /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack/webpack.production.config.js:43:106: Tr
ailing spaces not allowed.
npm ERR! Test failed.  See above for more details.

After:

$ npm test

> PhaserES6Webpack@1.0.0 test /mnt/623D90F735FA5D47/sanemat/data/src/github.com/lean/phaser-es6-webpack
> standard