mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 21:23:05 +00:00
chore(package) scripts: eslint:bin -> eslint:server
This commit is contained in:
parent
98463a3ce6
commit
2461cfd745
1 changed files with 3 additions and 3 deletions
|
|
@ -51,12 +51,12 @@
|
|||
"lint:css": "recess css/*.css",
|
||||
"lint:style": "stylelint css/*.css",
|
||||
"lint:js": "redrun jshint jscs eslint:*",
|
||||
"eslint:bin": "eslint --rule 'no-console:0' bin test server",
|
||||
"fix:eslint:bin": "redrun eslint:bin -- --fix",
|
||||
"eslint:server": "eslint --rule 'no-console:0' bin test server webpack.config.js",
|
||||
"fix:eslint:server": "redrun eslint:server -- --fix",
|
||||
"jshint": "jshint bin client server",
|
||||
"jscs": "jscs --esnext $npm_package_config_dirs",
|
||||
"jshint:client": "jshint --config .es5/.jshintrc $npm_package_config_dirs_dirs_legacy --exclude bin/release.js",
|
||||
"eslint:client": "eslint --rule 'no-console:0' --env browser client webpack.config.js",
|
||||
"eslint:client": "eslint --rule 'no-console:0' --env browser client",
|
||||
"fix:eslint": "redrun eslint:client -- --fix",
|
||||
"test": "tape 'test/**/*.js'",
|
||||
"spell": "yaspeller .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue