Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsoft-inc/wl-web-configs
Shared configurations for building web applications at Workleap.
https://github.com/gsoft-inc/wl-web-configs
browserslist eslint postcss stylelint swc tsup typescript webpack
Last synced: 28 days ago
JSON representation
Shared configurations for building web applications at Workleap.
- Host: GitHub
- URL: https://github.com/gsoft-inc/wl-web-configs
- Owner: gsoft-inc
- License: apache-2.0
- Created: 2023-03-27T20:22:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T17:40:17.000Z (7 months ago)
- Last Synced: 2024-04-14T04:49:59.295Z (7 months ago)
- Topics: browserslist, eslint, postcss, stylelint, swc, tsup, typescript, webpack
- Language: TypeScript
- Homepage: https://gsoft-inc.github.io/wl-web-configs/
- Size: 5.18 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# wl-web-configs
Common configurations for building web apps at [Workleap](https://workleap.com/).
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE)
[![CI](https://github.com/gsoft-inc/wl-web-configs/actions/workflows/ci.yml/badge.svg)](https://github.com/gsoft-inc/wl-web-configs/actions/workflows/ci.yml)### Packages
| Name | NPM |
| --- | --- |
| [@workleap/browserslist-config](packages/browserslist-config/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/browserslist-config)](https://www.npmjs.com/package/@workleap/browserslist-config) |
| [@workleap/eslint-plugin](packages/eslint-plugin/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/eslint-plugin)](https://www.npmjs.com/package/@workleap/eslint-plugin) |
| [@workleap/postcss-configs](packages/postcss-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/postcss-configs)](https://www.npmjs.com/package/@workleap/postcss-configs) |
| [@workleap/stylelint-plugin](packages/stylelint-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/stylelint-configs)](https://www.npmjs.com/package/@workleap/stylelint-configs) |
| [@workleap/typescript-configs](packages/typescript-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/typescript-configs)](https://www.npmjs.com/package/@workleap/typescript-configs) |
| [@workleap/tsup-configs](packages/tsup-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/tsup-configs)](https://www.npmjs.com/package/@workleap/tsup-configs) |
| [@workleap/swc-configs](packages/swc-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/swc-configs)](https://www.npmjs.com/package/@workleap/swc-configs) |
| [@workleap/webpack-configs](packages/webpack-configs/README.md) | [![npm version](https://img.shields.io/npm/v/@workleap/webpack-configs)](https://www.npmjs.com/package/@workleap/webpack-configs) |## Have a question or found an issue?
To ask a question or propose an idea, feel free to start a new [discussion](https://github.com/gsoft-inc/wl-web-configs/discussions). If you found a bug, please open an [issue](https://github.com/gsoft-inc/wl-web-configs/issues).
## Documentation
View the [user's documentation](https://gsoft-inc.github.io/wl-web-configs/).
## 🤝 Contributing
View the [contributors documentation](./CONTRIBUTING.md).
## License
Copyright © 2023, Workleap This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE.