Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        






Browserlist Config


A common browser list config for Pixelmatters projects.



browserlist-config is released under the MIT license.


PRs welcome!


Follow @pixelmatters_

## ๐Ÿš€ 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).