A Vile plugin for identifying errors and common style/maintainability issues in your TypeScript code (via TSLint).
npm i -D vile vile-tslint
configure TSLint
npx tslint --init
run the plugin
npx vile a -p tslint
Currently, config is read from any tslint config file picked up via
tslint.Configuration.findConfiguration.
You can specify a custom config file path in your .vile.yml:
tslint:
config: some_custom_file_path.jsonYou can specify tslint specific ignores:
tslint:
ignore:
- dir
- file.tsYou can set vile.allow or tslint.allow:
Example:
tslint:
allow:
- srcThis project uses Semver.
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
Current list of Contributors.
Any contributions are welcome and appreciated!
All you need to do is submit a Pull Request.
- Please consider tests and code quality before submitting.
- Please try to keep commits clean, atomic and well explained (for others).
Current issue tracker is on GitHub.
Even if you are uncomfortable with code, an issue or question is welcome.
By participating in this project you agree to our Code of Conduct.
- Brent Lintner - @brentlintner
This project is currently written in JavaScript.
binany shell based scriptssrcsource codelibtranspiled lib
cd vile-tslint
npm install
npm run