Socket
Socket
Sign inDemoInstall

eslint-plugin-echobind

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-echobind

Echobind's recommended eslint settings


Version published
Weekly downloads
27
increased by22.73%
Maintainers
6
Weekly downloads
 
Created
Source

Test

eslint-plugin-echobind

Echobind's recommended eslint rules and configs

Installation

You'll first need to install ESLint:

$ yarn add eslint

Next, install eslint-plugin-echobind:

$ yarn add eslint-plugin-echobind

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-echobind globally.

Usage

Eslint configs come bundled with this package. To use one, add it to the extends option in .eslintrc.js. For example, the following will use the React config:

module.exports = {
  extends: ["plugin:echobind/react"],
};

If working on a Node project, use the node config:

module.exports = {
  extends: ["plugin:echobind/node"],
};

Provided Configs

This plugin provides the following configs:

  • React: Use this for React projects with TypeScript
  • NodeJS: Use this for Node projects with TypeScript
  • React Native: Use this for React Native projects with TypeScript

Keywords

FAQs

Package last updated on 26 May 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