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

add: npm command for checking coding style

This commit is contained in:
sota1235
2017-01-11 23:12:24 +09:00
parent ae97a76d2e
commit f41ff77d76

View File

@@ -9,7 +9,8 @@
"hot": "electron ./index.js --hot", "hot": "electron ./index.js --hot",
"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",
"lint": "standard"
}, },
"config": { "config": {
"electron-version": "1.2.8" "electron-version": "1.2.8"