Skip to content

syntro-opensource/browserslist-config-base

browserslist-config-base

npm npm (scoped)

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:

  "browserslist": [
      "extend @syntro-opensource/browserslist-config-base"
  ]