tslint-xodeprecated

TSLint shareable config for XO

Usage no npm install needed!

<script type="module">
  import tslintXo from 'https://cdn.skypack.dev/tslint-xo';
</script>

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"
}

Related

  • xo - JavaScript linter

Maintainers

License

MIT