New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stevenbenner/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stevenbenner/eslint-config

Sensibly strict ESLint configuration.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by175%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config

A sensibly strict ESLint configuration.

This is my set of ESLint rules for verifying JavaScript. It is meant to be used with the "eslint:recommended" rules.

This software is licensed under the MIT license.

NPM version Test Status

Usage

Install the @stevenbenner/eslint-config package in your project with npm:

npm install @stevenbenner/eslint-config --save-dev

Then add the extends to your project's root ESLint configuration file:

"extends": [
	"eslint:recommended",
	"@stevenbenner/eslint-config"
]

Note
This package only contains ESLint rules. You will also want to set your env, parserOptions, and any other project specific ESLint settings in your project's ESLint configuration file(s).

Keywords

FAQs

Package last updated on 12 Nov 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