Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

difference between jslint and jshint? [duplicate]

Which one should I use?

Are they the same thing?

I found: "JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool."

like image 588
Nicolas S.Xu Avatar asked May 24 '26 05:05

Nicolas S.Xu


1 Answers

JSHint is a fork of JSLint. The reasons for the fork can be read for example here. Basically the author disagrees in some points with Douglas Crockford on JavaScript coding style.

Using either is a matter of personal preference IMHO. I prefer JSHint, however using either is way better, than using neither :)

like image 183
meskobalazs Avatar answered May 26 '26 19:05

meskobalazs



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!