Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.
/ lintl Public archive

Generate static analysis config files, beautifully

License

Notifications You must be signed in to change notification settings

luke-j/lintl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lintl

Lintl is a UI to help generate static analysis config files. Checkout the site here.

jshint varstmt jshint results

Contributing

If you want to add another static analysis engine, your file structure must follow this pattern:

lintl/
  └──public/
    └──definitions/ 
      └──engineName/
        ├──environments.json
        └──rules.json

Your environments.json and rules.json must follow the same structure as the current files under the definitions directory.

Run npm run dev and go to localhost:8080 for a development version of Lintl.

Finally, once you've made any changes, submit a pull request.

Found an error?

If you've found an error in any descriptions/code samples or in the produced config files, post an issue on the repository.

License

MIT License

Copyright (c) 2016 Luke Jones

About

Generate static analysis config files, beautifully

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published