Skip to content

jonvuri/jshint2eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jshint2eslint

Map jshint configurations to eslint configurations.

Use as a module by requiring from jshint2eslint.js:

var j2e = require('jshint2eslint')
var eslintConfig = j2e( jshintConfig )

Or use on the command line by invoking index.js (prints resulting eslint config to stdout):

node index.js ./.jshintrc

About

Map jshint configurations to eslint configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published