diff --git a/package.json b/package.json index 7b1b4860..6802cf3b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "lint:client": "eslint --env browser client", "lint:css": "stylelint css/*.css", "lint:md": "yaspeller .", - "fix:lint": "redrun fix:lint:*", + "fix:lint": "FORCE_COLOR=1 redrun fix:lint:* | eslint-remove-line", "fix:lint:client": "redrun lint:client -- --fix", "fix:lint:test": "redrun lint:test -- --fix", "fix:lint:server": "redrun lint:server -- --fix", @@ -189,6 +189,7 @@ "es6-promisify": "^6.0.0", "eslint": "^5.0.0", "eslint-plugin-node": "^8.0.0", + "eslint-remove-line": "^1.0.2", "extract-text-webpack-plugin": "^4.0.0-alpha.0", "fast-async": "^7.0.6", "file-loader": "^2.0.0",