<!--
  - SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  - SPDX-License-Identifier: GPL-3.0-or-later
-->

# @nextcloud/browserslist-config

[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud-libraries/browserslist-config)](https://api.reuse.software/info/github.com/nextcloud-libraries/browserslist-config)
[![npm](https://img.shields.io/npm/v/@nextcloud/browserslist-config.svg)](https://www.npmjs.com/package/@nextcloud/browserslist-config)

Shared browserslist config for Nextcloud apps.

## Installation

Install the module

```shell
$ npm install @nextcloud/browserslist-config --save-dev
```

## Usage

### package.json

```json
{
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ]
}
```

## Contributing
### Contribution guidelines
All contributions to this repository are considered to be licensed under the AGPLv3 or any later version.

Nextcloud doesn't require a CLA (Contributor License Agreement).
The copyright belongs to all the individual contributors.
Therefore we recommend that every contributor adds the following line to the [AUTHORS](AUTHORS.md) file if they made substantial changes to the code:

```
- <your name> <your email address>
```

**We can only accept contributions from authors that agree on the [Developer Certificate of Origin](https://developercertificate.org/)!**
For this please make sure to sign-off your commits if you want to contribute code (`git commit -s`).

Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere and to explain how together we can strengthen and support each other.
