mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
chore(eslint) add indent, semi
This commit is contained in:
parent
a8b4ef9230
commit
d638ecd111
24 changed files with 102 additions and 95 deletions
|
|
@ -53,10 +53,12 @@
|
|||
"lint:js": "redrun jshint jscs eslint:*",
|
||||
"lint:js:es5": "redrun es5:*",
|
||||
"eslint:bin": "eslint --rule 'no-console:0' bin test server",
|
||||
"fix:eslint:bin": "redrun eslint:bin -- --fix",
|
||||
"jshint": "jshint bin/release.js",
|
||||
"jscs": "jscs --esnext $npm_package_config_dirs",
|
||||
"es5:jshint": "jshint --config .es5/.jshintrc $npm_package_config_dirs_dirs_legacy --exclude bin/release.js",
|
||||
"es5:eslint": "eslint -c .es5/.eslintrc --rule 'no-console:0' $npm_package_config_dirs_legacy --ignore-path bin/release.js",
|
||||
"fix:es5:eslint": "redrun es5:eslint -- --fix",
|
||||
"test": "tape 'test/**/*.js'",
|
||||
"watch:test": "nodemon -w server -w test -x \"npm run test\"",
|
||||
"spell": "yaspeller .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue