mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(package) fix:lint:dev
This commit is contained in:
parent
0b8d271536
commit
a315e2d8c6
1 changed files with 2 additions and 1 deletions
|
|
@ -53,11 +53,12 @@
|
|||
"lint:css": "stylelint css/*.css",
|
||||
"lint:js": "redrun lint:js:*",
|
||||
"lint:server": "eslint --rule 'no-console:0' -c .eslintrc.server $npm_package_config_dirs",
|
||||
"lint:js:dev": "eslint --rule 'no-console:0' $npm_package_config_dirs_dev",
|
||||
"lint:dev": "eslint --rule 'no-console:0' $npm_package_config_dirs_dev",
|
||||
"lint:js:jshint": "jshint bin client server",
|
||||
"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:dev": "redrun lint:dev -- --fix",
|
||||
"fix:lint:server": "redrun lint:server -- --fix",
|
||||
"test": "tape 'test/**/*.js'",
|
||||
"test:client": "tape 'test/client/**/*.js'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue