tslint-xo

August 16, 2021 ยท View on GitHub

Deprecated as TSLint is deprecated.


tslint-xo

TSLint shareable config for XO

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

  • Sindre Sorhus
  • Sam Verschueren

License

MIT

Contents

  1. 1Install
  2. 2Usage
  3. 3Related
  4. 4Maintainers
  5. 5License