eslint-config-mx

MX's eslint config

Usage no npm install needed!

<script type="module">
  import eslintConfigMx from 'https://cdn.skypack.dev/eslint-config-mx';
</script>

README

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.