Merge pull request #443 from raphinesse/eslint

Improve ESLint script
This commit is contained in:
Shazron Abdullah 2018-05-21 18:00:44 +08:00 committed by GitHub
commit fc69da7a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
bin/templates/project/assets/www/cordova.js
bin/templates/project/assets/www/cordova.js
test/app

View File

@ -24,7 +24,7 @@
"cover": "istanbul cover --root bin --print detail jasmine -- --config=spec/unit/jasmine.json",
"e2e-tests": "jasmine --config=spec/e2e/jasmine.json",
"java-unit-tests": "cd test && node run_java_unit_tests.js && cd ..",
"eslint": "eslint bin && eslint spec"
"eslint": "eslint bin spec test"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",