@justeat/browserslist-config-fozzie

Just Eat's Browserslist config used in UI packages

Usage no npm install needed!

<script type="module">
  import justeatBrowserslistConfigFozzie from 'https://cdn.skypack.dev/@justeat/browserslist-config-fozzie';
</script>

README

browserslist-config-fozzie

npm version Build Status

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"
]