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

@bamboechop/eslint-config-node

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bamboechop/eslint-config-node

My preferred ESLint config for Node.js projects.

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@bamboechop/eslint-config-node

This ESLint config package contains my preferred set of ESLint rules for a Node.js based project.

Installation

npm install --save-dev @bamboechop/eslint-config-node

Usage

Add the extends array to your ESLint config file (e.g. .eslintrc.js) and reference this package.

extends: [
  `@bamboechop/eslint-config-node`,
]

Configure eslint-plugin-jira-ticket-todo-comment plugin

The plugin uses its default configuration which requires you to have the MP key in your TODO comments. To override this please check out the documentation of the plugin.

FAQs

Package last updated on 19 Mar 2023

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