Skip to content

Brave's shareable Browsers list config for use across projects.

Notifications You must be signed in to change notification settings

brave-agency/browserslist-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Package

browserslist-config

Brave's shareable set of Browsers we support, to maintain Standards across projects.

Installation

Install @brave-agency/browserslist-config:

With Yarn

yarn add --dev @brave-agency/browserslist-config

With npm

npm install @brave-agency/browserslist-config --save-dev

Usage

Brave's Browsers list comes bundled in @brave-agency/browserslist-config. To enable, add a .browserslistrc file with the following:

{
  "extends": [
    "@brave-agency/browserslist-config"
  ]
}