eslint-config-mx
v4.0.0
Published
MX's eslint config
Downloads
11,584
Readme
eslint-config-mx
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.
