This package is a configuration preset for TSLint. It contains a set of rules applied to most TypeScript projects at Mighty.
yarn add --dev @mighty-justice/tslint-config
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.
To release:
npm run release
MIT