diff --git a/package.json b/package.json index 497eb1e7..754dd992 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "test": "jest --coverage=true", "prewatch": "gulp build", "watch": "gulp", - "lint:js": "eslint -c ./linters/.eslintrc.js app.js middleware/**/*.js lib/**/*.js app/*.js" + "lint:js": "eslint -c ./linters/.eslintrc.js app.js middleware/**/*.js lib/**/*.js app/*.js", + "lint:js:fix": "eslint -c ./linters/.eslintrc.js app.js middleware/**/*.js lib/**/*.js app/*.js --fix" }, "author": "https://github.com/nhsuk/", "license": "MIT",