mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) fix:lint: add eslint-remove-line
This commit is contained in:
parent
416d01f6df
commit
d9febd8117
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue