An open API service indexing awesome lists of open source software.

https://github.com/sindresorhus/tslint-xo

TSLint shareable config for XO
https://github.com/sindresorhus/tslint-xo

config linting tslint tslint-config typescript xo

Last synced: 9 months ago
JSON representation

TSLint shareable config for XO

Awesome Lists containing this project

README

          

Deprecated as [TSLint is deprecated](https://medium.com/palantir/tslint-in-2019-1a144c2317a9).

---

# tslint-xo

> [TSLint](https://palantir.github.io/tslint/) shareable config for [XO](https://github.com/xojs/xo)

## Install

```
$ npm install --save-dev tslint-xo
```

## Usage

Add the following to your [TSLint config](https://palantir.github.io/tslint/usage/configuration/):

```json
{
"extends": "tslint-xo"
}
```

Or this if you want 2-space indentation instead of tabs:

```json
{
"extends": "tslint-xo/space"
}
```

## Related

- [xo](https://github.com/xojs/xo) - JavaScript linter

## Maintainers

- [Sindre Sorhus](https://github.com/sindresorhus)
- [Sam Verschueren](https://github.com/SamVerschueren)

## License

MIT