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
}
}
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.