|
|
@@ -15,8 +15,8 @@
|
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
|
|
"nodemon": "nodemon --config nodemon.json",
|
|
|
"lint": "node_modules/.bin/eslint .",
|
|
|
- "format": "node_modules/.bin/prettier-eslint '**/*.js' --list-different",
|
|
|
- "format:fix": "node_modules/.bin/prettier-eslint '**/*.js' --write"
|
|
|
+ "format": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --list-different",
|
|
|
+ "format:fix": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --write"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"async": "~0.8.0",
|
|
|
@@ -33,7 +33,7 @@
|
|
|
"babel-eslint": "^10.0.3",
|
|
|
"bunyan": "~0.22.3",
|
|
|
"chai": "~1.9.1",
|
|
|
- "eslint": "^6.6.0",
|
|
|
+ "eslint": "^6.8.0",
|
|
|
"eslint-config-prettier": "^6.10.0",
|
|
|
"eslint-config-standard": "^14.1.0",
|
|
|
"eslint-config-standard-jsx": "^8.1.0",
|
|
|
@@ -42,7 +42,7 @@
|
|
|
"eslint-plugin-chai-friendly": "^0.5.0",
|
|
|
"eslint-plugin-import": "^2.20.1",
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
|
- "eslint-plugin-mocha": "^6.2.2",
|
|
|
+ "eslint-plugin-mocha": "^6.3.0",
|
|
|
"eslint-plugin-node": "^11.0.0",
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
|
"eslint-plugin-promise": "^4.2.1",
|