Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-leapfrog

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-leapfrog

ESLint config for JavaScript/TypeScript projects at Leapfrog

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-config-leapfrog

npm npm GitHub

Set of ESLint rules for JavaScript projects at Leapfrog.

eslint-config-leapfrog adds rules on top of eslint:recommended, eslint-plugin-jsdoc and plugin:react/recommended.

Requires

  • ESLint >= 6.0.0

Usage

Add eslint-config-leapfrog as a dev dependency.

yarn add eslint-config-leapfrog --dev

Include eslint-config-leapfrog in your .eslintrc file.

{
  "extends": ["eslint-config-leapfrog"]
}

For projects using React, include eslint-config-leapfrog/react which contains ESLint rules specific to React.

{
  "extends": ["eslint-config-leapfrog/react"]
}

In the Wild

Following are the projects compliant to these rules. Send us a PR and we'll add you to the list.

License

MIT

Keywords

FAQs

Package last updated on 11 Apr 2020

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