1.0.1 • Published 2 years ago

@idbakkasse/browserslist-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@idbakkasse/browserslist-config

Shared browserslist configuration for my awesome projects.

Licence Version Discord Twitter

Browsers

You can list all supported browsers by running npx browserslist check browserslist for more info.

BrowserVersion
Chrome & Chrome for Androidlast 3
Firefoxlast 3
Operalast 3
Edgelast 3
Safarilast 3
iOS>= 13.4

Get started

Make sure you have the following minimum versions:

  • Node >= 14.0.0
npm i --save-dev @idbakkasse/browserslist-config 
# or yarn add --dev @idbakkasse/prettier-config

Usage

This shared browserslist configuration comes bundled in @idbakkasse/browserslist-config. To enable these rules, add a browserslist property in your package.json and reference this shared config as follows:

{
  ...
  "devDependencies": {
    "browserslist": "^4.3.4",
    "@idbakkasse/browserslist-config": "^1.0.1"
  },
  "browserslist": ["extends @idbakkasse/browserslist-config"]
}

Contributing

Everyone is welcome to make this configuration better ! Please read the Contributing guide before creating issues or submitting pull requests.

License

Copyright (c) 2022 Youness Idbakkasse. See LICENSE for further details.