Skip to content

Commit

Permalink
Merge pull request #443 from raphinesse/eslint
Browse files Browse the repository at this point in the history
Improve ESLint script
  • Loading branch information
shazron authored May 21, 2018
2 parents 59e3b90 + 5dc179e commit fc69da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
bin/templates/project/assets/www/cordova.js
bin/templates/project/assets/www/cordova.js
test/app
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc69da7

Please sign in to comment.