Skip to content

mxenabled/eslint-config-mx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Our javascript eslint rules and styles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published