1.0.2 • Published 4 years ago

@mighty-justice/tslint-config v1.0.2

Weekly downloads
113
License
MIT
Repository
github
Last release
4 years ago

@mighty-justice/tslint-config

npm Version Build Status

This package is a configuration preset for TSLint. It contains a set of rules applied to most TypeScript projects at Mighty.

Install

yarn add --dev @mighty-justice/tslint-config

Usage

Add @mighty-justice/tslint-config to your project's TSLint configuration file. i.e.:

{
  "extends": "@mighty-justice/tslint-config"
}

If possible, try not to override the preset unless you have a special reason.

Release

To release:

npm run release

License

MIT

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago