|
|
@@ -11,8 +11,8 @@
|
|
|
"start": "node app.js",
|
|
|
"nodemon": "node --watch app.js",
|
|
|
"lint": "eslint --max-warnings 0 --format unix .",
|
|
|
- "format": "prettier --list-different $PWD/'**/*.js'",
|
|
|
- "format:fix": "prettier --write $PWD/'**/*.js'",
|
|
|
+ "format": "prettier --list-different $PWD/'**/*.*js'",
|
|
|
+ "format:fix": "prettier --write $PWD/'**/*.*js'",
|
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
|
|
"lint:fix": "eslint --fix .",
|