This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Commands + Settings/Languages/Javascript/JSLint.md

563 B

JSLint

According to the instructions doc, JSLint is a code quality tool for JavaScript.

The Principle of the Good Parts is

If a feature is sometimes useful and sometimes dangerous and if there is a better option then always use the better option.

It can be accessed here. Really understanding what is being explained here is key to using JSLint properly when debugging JavaScript.

And it was written in BBEdit.