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