Socket
Socket
Sign inDemoInstall

eslint-config-jared

Package Overview
Dependencies
299
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-jared

Jared's personal ESLint configuration.


Version published
Maintainers
1
Install size
15.1 MB
Created

Readme

Source

eslint-config-jared

Usage:

Add the extension:
// .eslintrc.js
module.exports = {
   extends: "jared"
}

// OR

// .eslintrc
{
   "extends": "jared"
}

Then install the config:
npm i --save-dev eslint-config-jared

FAQs

Last updated on 09 Aug 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc