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

eslint-config-change-fe

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-change-fe

Change.org's front-end ESLint config

  • 16.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
27
increased by575%
Maintainers
6
Weekly downloads
 
Created
Source

eslint-config-change-fe

This package provides Change.org's front-end eslint configuration. It extends eslint-config-airbnb and eslint-config-change-base.

It requires these modules as peer dependencies:

  • eslint
  • eslint-import-resolver-node
  • eslint-plugin-import
  • eslint-plugin-jest
  • eslint-plugin-jsx-a11y
  • eslint-plugin-lodash
  • eslint-plugin-promise
  • eslint-plugin-react
  • eslint-plugin-security

See the currently required versions by running this:

	npm info eslint-config-change-fe@latest peerDependencies

To use, just include this module as a devDependency, and then add

  "extends": "change-fe"

to your eslintrc.

If using mocha or jest, you'll want to do something like this:

  "extends": ["change-fe", "change-base/jest"]

FAQs

Package last updated on 04 Apr 2024

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