1.0.0 • Published 6 years ago

@jokeyrhyme/typescript-config v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

typescript-config npm

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
1.0.0

6 years ago