purelint

0.0.4 • Public • Published

PureLint, an easier-to-use but pure JSLint

Why not JSLint directly ?

JSLint is a very good tool to get a strict style in your whole code.

The only pain is the verbose log, and the command line. A configuration file would be easier to use.

So ... why not jshint ?

jshint isn't strict enough for me.

For instance, you can write :

if(condition)

or

if (condition)

or

if ( condition )

jhint doesn't care.

Ok, and PureLint ?

PureLint is a jslint wrapper. You won't get anything more than JSLint, except :

  • A smaller trace (it won't trace the "OK" part).

  • A JSON configuration file (.purelintrc) at the top of your repository.

PureLint keeps purity : the only available configurations are here : JSLint configuration

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i purelint

    Weekly Downloads

    4

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • dawicorti