@jokeyrhyme/typescript-config
v1.0.0
Published
my shared TypeScript and TSLint settings
Downloads
12
Readme
typescript-config
my shared TypeScript and TSLint settings
What's here?
TSLint settings, inspired by "tslint:recommended", etc, but stripped of any JavaScript and code-style rules:
- tslint-all-no-style.json
- tslint-latest-no-style.json
- tslint-recommended-no-style.json
Usage
tslint.json:
{
"extends": ["@jokeyrhyme/typescript-config/tslint-recommended-no-style"]
}
Why?
The intention here is to include most of their recommendations, but rely on prettier for automatic code style enforcement. We don't want TSLint and prettier to contradict each other.
Development
$ npm run build # re-reads from TSLint and regenerates our JSON files