You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@noths/eslint-config

Package Overview
Dependencies
Maintainers
17
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noths/eslint-config

NotOnTheHighStreet eslint config


Version published
Weekly downloads
79
decreased by-31.3%
Maintainers
17
Created
Weekly downloads
 

Readme

Source

eslint-config

NotOnTheHighStreet eslint config.

Installation

Install package:

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

Install peer dependencies:

npm install eslint-config-airbnb eslint-config-prettier eslint-plugin-prettier eslint @babel/eslint-parser eslint-plugin-react-hooks --save-dev

Add a .eslintrc.json file to the root of your project:

{
  "extends": "@noths"
}

Add a npm task for linting:

  "lint": "eslint ."

FAQs

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc