🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-config-mzgol

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mzgol

ESLint config for projects written by mzgol

0.0.9
latest
Source
npm
Version published
Maintainers
1
Created
Source

eslint-config-mzgol

travis 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-mzgol 

Then add the extends to your .eslintrc:

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

LICENSE

MIT (see the LICENSE file).

Keywords

eslint

FAQs

Package last updated on 15 Dec 2015

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