typescript-static-analysis-hidden-gems

Code examples for my TypeScript Static Analysis Hidden Gems talk. 💎

MIT License

Stars
3

Usage

Install with yarn.

To start a Next dev server, yarn dev.

For different static analysis runs:

  1. yarn lint: ESLint
  2. yarn lint:prune: ts-prune
  3. yarn typestat:noImplicitAny: TypeStat, fixing noImplicitAny violations
  4. yarn typestat:incompleteTypes: TypeStat, fixing incompleteTypes violations

Development

See .github/CONTRIBUTING.md. Thanks!

Contributors