tslint-config-uxpin

1.7.1 • Public • Published

tslint-config-uxpin

UXPin recommended TSLint configuration.

Installation

Install TSLint and tslint-config-uxpin:

yarn add --dev tslint tslint-config-uxpin

or

npm install tslint tslint-config-uxpin --save-dev

Then create a tslint.json file in the root directory of your package, with the following contents:

{
  "extends": "tslint-config-uxpin"
}

Customization

In some cases, default configuration of the tslint-config-uxpin may not fit specifics of your projects. In most cases it's unrecommended but still possible to override the default configuration:

{
  "extends": "tslint-config-uxpin",
  "rules": {
    "no-default-export": false,
    "match-default-export-name": true
  }
}

/tslint-config-uxpin/

    Package Sidebar

    Install

    npm i tslint-config-uxpin

    Weekly Downloads

    2

    Version

    1.7.1

    License

    MIT

    Unpacked Size

    15.3 kB

    Total Files

    4

    Last publish

    Collaborators

    • jaroslawsawicki
    • michalstocki
    • uxpin