dwyl / learn-travis

:sunglasses: A quick Travis CI (Continuous Integration) Tutorial for Node.js developers
MIT License
1.25k stars 352 forks source link

Updates package.json command to run jshint #34

Closed gsilvapt closed 6 years ago

gsilvapt commented 6 years ago
* As per issue #33, node no longer requires the specification of the full path of jshint. Instead of `./node_modules/jshint/bin/jshint app.js`, `jshint app.js` is sufficient to run the linter against your project.
gsilvapt commented 6 years ago

Thank you for reviewing :+1: Should I close the issue?

nelsonic commented 6 years ago

@gsilvapt yeah, feel free to close the issue. ✅