mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Merge pull request #110 from Dahlgren/feature/lint-root-js
Lint all js files in root directory
This commit is contained in:
commit
94bb58761e
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"install-windows-service": "winser -i -a -c",
|
||||
"uninstall-windows-service": "winser -r -x -c",
|
||||
"lint": "standard --verbose lib/**/*.js routes/**/*.js test/**/*.js app.js",
|
||||
"lint": "standard --verbose *.js lib/**/*.js routes/**/*.js test/**/*.js",
|
||||
"start": "node app.js",
|
||||
"test": "node node_modules/mocha/bin/mocha --recursive"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user