TSLint Plugin for Oni
TSLint support for Oni leverages the TSLint linter from Palantir
To get started:
- Clone repository into your oni plugin path (~/.oni/plugins)
- Run
npm install
in the cloned path - Restart Oni
For best results, you should have a tslint.json
file defined. You can find information about the specification here
There is an experimental 'fix errors' command available in the command-palette, accessible by <C-P>