Skip to content

anton-kotenko/jslint-line

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

to use jslint you need node.js
to install jslint you need git and network access to github
1 make 
2 sudo make install 

example of ~/.jslint
{
  default:'node',
  node: {
    'continue': true,
    forin: true,
    nomen: true,
    indent: 2,
    node: true,
    sloppy: true,
    plusplus: true,
    newcap: true,
  }
}

About

run jslint from command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%