Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelmatters/browserslist-config
A common browser list config for Pixelmatters
https://github.com/pixelmatters/browserslist-config
Last synced: about 1 month ago
JSON representation
A common browser list config for Pixelmatters
- Host: GitHub
- URL: https://github.com/pixelmatters/browserslist-config
- Owner: Pixelmatters
- License: mit
- Created: 2021-08-17T16:51:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T15:55:14.000Z (11 months ago)
- Last Synced: 2024-12-09T20:42:47.345Z (about 1 month ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Browserlist Config
A common browser list config for Pixelmatters projects.## ๐ Get Up and Running
You can install this package using either **npm** or **yarn**.
**Using Yarn:**
```shell
yarn add @pixelmatters/browserslist-config -D
```**Using NPM:**
```shell
npm install --save-dev @pixelmatters/browserslist-config
```## Usage
You can reference the shared config in your `package.json`:
```json
"browserslist": [
"extends @pixelmatters/browserslist-config"
]
```## ๐ค How to Contribute
Whether you're helping us fix bugs, improve the docs, or spread the word, thank you! ๐ช ๐งก
Check out our [**Contributing Guide**](https://github.com/Pixelmatters/eslint-config-pixelmatters/blob/main/CONTRIBUTING.md) for ideas on contributing and setup steps.
## :memo: License
Licensed under the [MIT License](./LICENSE).