@funda/browserslist-config v2.2.0
Browserslist config for funda projects
This package stores the default configuration for supported browsers for funda projects.
This projects uses semantic-release. Be meaningful of this when writing commits.
The current selection is based on > 0.30% in the Netherlands excluding IE 11. That results at the time of this selection (05/04/2022) in:
- and_chr 100
- and_ff 98
- and_uc 12.12
- chrome 98
- chrome 97
- chrome 96
- chrome 93
- edge 98
- edge 97
- firefox 97
- firefox 96
- ios_saf 15.2-15.3
- ios_saf 15.0-15.1
- ios_saf 14.5-14.8
- ios_saf 14.0-14.4
- opera 83
- safari 15.2-15.3
- safari 15.1
- safari 14.1
- safari 14
- safari 13.1
- samsung 16.0
Adding to a new project
At the root of your project add a .browserslistrc:
extends @funda/browserslist-config
If you are updating an existing project don't forget to update your package db
npx browserslist@latest --update-db
How to push your changes
This repo uses commitlint, which means that it follows specific commit message rules. If the messages are not on the expected format it wont be possible to commit/push your changes.
Example of commit message:
'feat(branch_name): commit message' or 'fix(branch_name): commit message'
PS: It is recommended to use the terminal for commit, if you use any GUI it might be necessary to update you local variable PATH on your GUI. Reference: Husky issues*