Reading List

JSCS vs JSHint from hiddedevries.nl Blog RSS feed.

JSCS vs JSHint

JSHint helps you enforce code correctness, whereas JSCS helps you enforce a code style.

JSHint is deprecating its code style related features and plans to remove them from the next major releases (see docs). Therefore, it makes sense to use both JSCS and JSHint. (Thanks Alex for pointing me at this)


Originally posted as JSCS vs JSHint on Hidde's blog.

Reply via email