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

https://github.com/syntro-opensource/browserslist-config-base

A reusable browserslist config
https://github.com/syntro-opensource/browserslist-config-base

browserslist browserslist-config browserslist-shareable-config

Last synced: 4 months ago
JSON representation

A reusable browserslist config

Awesome Lists containing this project

README

          

# browserslist-config-base

[![npm](https://img.shields.io/npm/dt/@syntro-opensource/browserslist-config-base)](https://www.npmjs.com/package/@syntro-opensource/browserslist-config-base)
[![npm (scoped)](https://img.shields.io/npm/v/@syntro-opensource/browserslist-config-base)](https://www.npmjs.com/package/@syntro-opensource/browserslist-config-base)

Provides a basic, reusable eslint config for web projects.

## Installation

```
npm i @syntro-opensource/browserslist-config-base
```

## Usage

to make use of this config, add the following to your `package.json` file:
```json
"browserslist": [
"extend @syntro-opensource/browserslist-config-base"
]
```