This package has been deprecated

Author message:

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

tslint-xo

0.16.0 • Public • Published

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

/tslint-xo/

    Package Sidebar

    Install

    npm i tslint-xo

    Weekly Downloads

    3,284

    Version

    0.16.0

    License

    MIT

    Unpacked Size

    12.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • sindresorhus