GitHunt
SI

sindresorhus/tslint-xo

TSLint shareable config for XO

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"
}
  • xo - JavaScript linter

Maintainers

License

MIT

Languages

JavaScript99.7%TypeScript0.3%

Contributors

MIT License
Created November 1, 2017
Updated March 3, 2026
sindresorhus/tslint-xo | GitHunt