@immowelt/browserslist-config
Config to share target browsers between different ImmoweltGroup front-ends.
Usage
Add it to your dependencies.
yarn add @immowelt/browserslist-config --dev
Use your Browserslist settings in your package.json
.
"browserslist": [
"extends @immowelt/browserslist-config"
]
Commits
Please use one of the following prefixes in your commit message:
-
BUGFIX:
orPATCH:
for small fixes -
FEATURE:
for minor changes and -
BREAKING:
for breaking changes
License
See the LICENSE
file at the root of the repository.