Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t18n/ts-babel-eslint-lerna-boilerplate
A monorepo with Typescript, Babel, Eslint, Jest, Lerna incorporating best pratices
https://github.com/t18n/ts-babel-eslint-lerna-boilerplate
babel eslint jest lerna monorepo prettier typescript yarn-workspaces
Last synced: 7 days ago
JSON representation
A monorepo with Typescript, Babel, Eslint, Jest, Lerna incorporating best pratices
- Host: GitHub
- URL: https://github.com/t18n/ts-babel-eslint-lerna-boilerplate
- Owner: t18n
- Created: 2019-12-29T01:30:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T12:46:02.000Z (over 4 years ago)
- Last Synced: 2024-11-11T05:32:53.669Z (2 months ago)
- Topics: babel, eslint, jest, lerna, monorepo, prettier, typescript, yarn-workspaces
- Language: JavaScript
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate
## Concerns
1. Why Babel instead of native tsc?
- Pros:
- Babel is very mature
- Do not miss cool feature from Babel community
- Plays well with ESLint
- Cons
- Do not have all TypeScript features (e.g. `const enum`)
- Do not have type check (this can be solved by configuring `tsconfig.json` file with `emit` option turn off.)