mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-28 08:07:16 +00:00
add: files for using eslint
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
|
||||
"compile": "grunt compile",
|
||||
"test": "PWD=$(pwd) NODE_ENV=test ava",
|
||||
"fix": "standard --fix",
|
||||
"lint": "standard"
|
||||
"fix": "npm run lint --fix",
|
||||
"lint": "eslint ./**/*.js"
|
||||
},
|
||||
"config": {
|
||||
"electron-version": "1.2.8"
|
||||
|
||||
Reference in New Issue
Block a user