mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(package) fix:lint:server: eslint -> lint
This commit is contained in:
parent
016b5c79f9
commit
0b8d271536
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
"lint:js:jscs": "jscs --esnext $npm_package_config_dirs",
|
||||
"lint:client": "eslint --rule 'no-console:0' --env browser client",
|
||||
"fix:lint:client": "redrun lint:client -- --fix",
|
||||
"fix:lint:server": "redrun eslint:server -- --fix",
|
||||
"fix:lint:server": "redrun lint:server -- --fix",
|
||||
"test": "tape 'test/**/*.js'",
|
||||
"test:client": "tape 'test/client/**/*.js'",
|
||||
"spell": "yaspeller .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue