https://github.com/buyan302/happy-config
Web framework's config collection
https://github.com/buyan302/happy-config
babel configuration eslint tsx webpack
Last synced: 3 months ago
JSON representation
Web framework's config collection
- Host: GitHub
- URL: https://github.com/buyan302/happy-config
- Owner: buyan302
- Created: 2020-12-20T11:20:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T06:48:56.000Z (over 5 years ago)
- Last Synced: 2025-10-10T07:53:47.378Z (9 months ago)
- Topics: babel, configuration, eslint, tsx, webpack
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# happy-config
**happy-config** is used for collecting common config of popular web frameworks, such as `webpack` `eslint` `babel` etc.
The purpose of this repo is simplifying application's dependencies installation process and the configuration process so that developers can develop web application more quickly.
> Hate complicated config and dependency? Try happy-config, inherit it, extend it.
## Supported Config
- eslint
- [x] [eslint-config-for-js](https://github.com/buyan302/happy-config/blob/main/packages/eslint-config-for-js/README.md)
- [x] [eslint-config-for-ts](https://github.com/buyan302/happy-config/blob/main/packages/eslint-config-for-ts/README.md)
- [x] [eslint-config-for-jsx](https://github.com/buyan302/happy-config/blob/main/packages/eslint-config-for-jsx/README.md)
- [x] [eslint-config-for-tsx](https://github.com/buyan302/happy-config/blob/main/packages/eslint-config-for-tsx/README.md)
- babel
- babel7
- [x] [babel7config-for-js](https://github.com/buyan302/happy-config/blob/main/packages/babel7config-for-js/README.md)
- [x] [babel7config-for-ts](https://github.com/buyan302/happy-config/blob/main/packages/babel7config-for-ts/README.md), support both `.ts` & `.tsx`.
- [x] [babel7config-for-jsx](https://github.com/buyan302/happy-config/blob/main/packages/babel7config-for-jsx/README.md)
- webpack
- [x] [webpack4-config-for-react](https://github.com/buyan302/happy-config/blob/main/packages/webpack4-config-for-react/README.md)
## More Config?
Leave a issue [here](https://github.com/buyan302/happy-config/issues)