Socket
Socket
Sign inDemoInstall

eslint-config-mother

Package Overview
Dependencies
273
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-mother

Mother eslint config derived from eslint-config-airbnb


Version published
Maintainers
2
Install size
23.5 MB
Created

Readme

Source

eslint-config-mother

Usage:

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

// OR

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

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

Keywords

FAQs

Last updated on 27 Apr 2023

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