Deprecated as TSLint is deprecated.
$ npm install --save-dev tslint-xo
Add the following to your TSLint config:
{
"extends": "tslint-xo"
}
Or this if you want 2-space indentation instead of tabs:
{
"extends": "tslint-xo/space"
}
- xo - JavaScript linter
MIT