chore(eslint) add indent, semi

This commit is contained in:
coderaiser 2016-12-28 11:07:24 +02:00
parent a8b4ef9230
commit d638ecd111
24 changed files with 102 additions and 95 deletions

View file

@ -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 .",