An open API service indexing awesome lists of open source software.

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

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)