1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add: npm script for fix codes with standardjs

This commit is contained in:
sota1235
2017-01-11 23:13:50 +09:00
parent f41ff77d76
commit 0d004b2f0a

View File

@@ -10,6 +10,7 @@
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js", "webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"compile": "grunt compile", "compile": "grunt compile",
"test": "PWD=$(pwd) NODE_ENV=test ava", "test": "PWD=$(pwd) NODE_ENV=test ava",
"fix": "standard --fix",
"lint": "standard" "lint": "standard"
}, },
"config": { "config": {