tslint-config-clebert
v1.2.0
Published
A shared TSLint config for all my TypeScript projects
Downloads
7
Readme
tslint-config-clebert
A shared TSLint config for all my TypeScript projects.
Installation
yarn add --dev --exact tslint-config-clebert
Usage
Just add a tslint.json
file to your projects root directory with the contents below:
{
"extends": "tslint-config-clebert"
}
Release
yarn run release