@justeat/browserslist-config-fozzie
v2.0.0
Published
Just Eat's Browserslist config used in UI packages
Downloads
62
Maintainers
Readme
browserslist-config-fozzie
This package provides Just Eat's 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 team have put in on creating their template for extension rules – we have liberally borrowed from their structure and documentation in creating this ruleset.
Usage
browserslist-config-fozzie
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 @justeat/browserslist-config-fozzie
package.
"browserslist": [
"extends @justeat/browserslist-config-fozzie"
]