Socket
Socket
Sign inDemoInstall

eslint-config-mgol

Package Overview
Dependencies
0
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-mgol

ESLint config for projects written by mgol


Version published
Weekly downloads
43
increased by330%
Maintainers
1
Install size
14.5 kB
Created
Weekly downloads
 

Readme

Source

eslint-config-mgol

GitHub build version downloads MIT License

ESLint rules for my personal projects as well as some at Laboratorium EE.

Usage

Install the rules by running:

npm install --save-dev eslint eslint-config-mgol

Then add the extends to your .eslintrc.json:

{
    "extends": "mgol",
    "rules": {
        // your overrides
    }
}

LICENSE

MIT (see the LICENSE file).

Keywords

FAQs

Last updated on 10 Feb 2022

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