Configurations for TypeScript that only allows for functional patterns
- No loops
- Immutable data
- Necessary returns
- No Else-If statements
- ...
npm i
npm run lint
npm run compile
- Enable VS Code ESLint.
Configurations for TypeScript that only allows for functional patterns
npm i
npm run lint
npm run compile