0.16.0 • Published 5 years ago

tslint-xo v0.16.0

Weekly downloads
5,591
License
MIT
Repository
github
Last release
5 years ago

tslint-xo Build Status XO code style

TSLint shareable config for XO

Note that TSLint is deprecated.

Install

$ npm install --save-dev tslint-xo

Usage

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"
}

Related

  • xo - JavaScript linter

Maintainers

License

MIT