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
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1 +1,2 @@
bin/templates/project/assets/www/cordova.js
bin/templates/project/assets/www/cordova.js
test/app
+1 -1
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",