1.7.1 • Published 5 years ago

tslint-config-uxpin v1.7.1

Weekly downloads
54
License
MIT
Repository
github
Last release
5 years ago

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

5 years ago

1.7.0

6 years ago

1.7.0-0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago