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:
@@ -9,7 +9,8 @@
|
||||
"hot": "electron ./index.js --hot",
|
||||
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
||||
"compile": "grunt compile",
|
||||
"test": "PWD=$(pwd) NODE_ENV=test ava"
|
||||
"test": "PWD=$(pwd) NODE_ENV=test ava",
|
||||
"lint": "standard"
|
||||
},
|
||||
"config": {
|
||||
"electron-version": "1.2.8"
|
||||
|
||||
Reference in New Issue
Block a user