1.0.1 • Published 6 years ago

@collabco/browserslist-config v1.0.1

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

@collabco/browserslist-config

Collabco Browserslist shareable config for Browserslist.

Installation

Install the module

$ npm install @collabco/browserslist-config

Usage

Add this to your package.json file:

"browserslist": [
  "extends @collabco/browserslist-config"
]

This package when imported returns an array of supported browsers, for more configuration examples including Autoprefixer, Babel, ESLint, PostCSS, and stylelint see the Browserslist examples repo.