TSLint shareable config for XO


Keywords
tslint, tslint-config, config, xo, typescript, ts, code, quality, style, css, lint, linter, jscs, jshint, jslint, eslint, validate, code style, standard, strict, check, checker, verify, enforce, hint, simple, linting
License
MIT
Install
npm install tslint-xo@0.16.0

Documentation

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