Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tslint-xo

xojs20.4kMITdeprecated0.16.0

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

TSLint shareable config for XO

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

readme

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

Maintainers

License

MIT