Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

eslint-config-mx

Package Overview
Dependencies
Maintainers
13
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mx

MX's eslint config

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
3K
33.42%
Maintainers
13
Weekly downloads
 
Created
Source

eslint-config-mx

npm version

How to use

Utilize the extends feature of .eslintrc like so:

{
  "extends": "mx"
}

If you need to apply any custom rules, simply add them to your .eslintrc file below the extends property:

{
  "extends": "mx",
  "rules": {
    "space-infix-ops": 0
  }
}

peerDependencies

In an attempt to centralize our build tool versions, this includes peerDependencies for related build tools. All projects using these eslint configs/rules should meet these peerDependencies.

Keywords

eslint

FAQs

Package last updated on 19 Jul 2022

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