Socket
Socket
Sign inDemoInstall

@justeat/browserslist-config-fozzie

Package Overview
Dependencies
Maintainers
54
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeat/browserslist-config-fozzie

Just Eat's Browserslist config used in UI packages


Version published
Maintainers
54
Created
Source

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

Keywords

FAQs

Package last updated on 28 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc