luke-j / lintl

Generate static analysis config files, beautifully

Home Page:https://lintl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://lintl.co

License:MIT License


Languages

Language:Vue 80.3%Language:JavaScript 12.6%Language:HTML 7.1%