feature(package) fix:lint: add eslint-remove-line

This commit is contained in:
coderaiser 2018-11-26 21:21:48 +02:00
parent 416d01f6df
commit d9febd8117

View file

@ -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",