Search found 1 match
- 17:00, 11 Feb 2016
- Forum: Questions and answers
- Topic: JSHint, ESLint?
- Replies: 1
- Views: 21060
JSHint, ESLint?
I have been using JS a while for web and node apps, just ran across EVOThings, very nice, well done. One note for the examples, Consider using JSHint or the ESLint with you editors, It will catch common JS things to avoid (== vs. ===) for JSHint the things it points pretty easy to fix, and I doubt t...