1.0.0 • Published 3 years ago

@leemillward/browserslist-config v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@leemillward/browserslist-config

npm version

This package provides a base JS .eslintrc as an extensible shared config.

It extends the eslint-config-airbnb-base ruleset with our own set of JS linting rules.

Many thanks to the work that the Airbnb and Just Eat teams have put in on creating their template for extension rules – we have liberally borrowed from their structure and documentation in creating this ruleset.

Usage

@leemillward/browserslist-config

The default export contains a browserlist array. Full information on browsrlist shareable configs can be found in their README.

To use this config, add the following to your package.json once you have installed the @leemillward/browserslist-config package.

"browserslist": [
    "extends @justeat/browserslist-config-fozzie"
]
1.0.0

3 years ago