https://github.com/immoweltgroup/browserslist-config
Config to share target browsers between different immoweltGroup front-ends.
https://github.com/immoweltgroup/browserslist-config
browserlist config immowelt
Last synced: 2 months ago
JSON representation
Config to share target browsers between different immoweltGroup front-ends.
- Host: GitHub
- URL: https://github.com/immoweltgroup/browserslist-config
- Owner: ImmoweltGroup
- License: mit
- Created: 2018-07-10T13:01:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T02:31:54.000Z (over 1 year ago)
- Last Synced: 2025-11-03T02:30:12.784Z (8 months ago)
- Topics: browserlist, config, immowelt
- Language: JavaScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @immowelt/browserslist-config
[](https://stackshare.io/immowelt-group/)
[](https://github.com/ImmoweltGroup/browserslist-config/actions?query=branch%3Amaster)
[](https://github.com/semantic-release/semantic-release)
Config to share target browsers between different [ImmoweltGroup](https://github.com/ImmoweltGroup) front-ends.
## Usage
Add it to your dependencies.
```bash
yarn add @immowelt/browserslist-config --dev
```
Use your [Browserslist](https://github.com/browserslist/browserslist#shareable-configs) settings in your `package.json`.
```json
"browserslist": [
"extends @immowelt/browserslist-config"
]
```
## Commits
Please use one of the following prefixes in your commit message:
- `BUGFIX:` or `PATCH:` for small fixes
- `FEATURE:` for minor changes and
- `BREAKING:` for breaking changes
## License
See the `LICENSE` file at the root of the repository.