eslint-config-mx

4.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-mx

Weekly Downloads

1,902

Version

4.0.0

License

MIT

Unpacked Size

8.05 kB

Total Files

4

Last publish

Collaborators

  • whiteinge
  • cerinman
  • paniclater
  • phantomxc
  • sambev
  • inphomercial
  • drewwarren
  • marabd
  • kellie.green
  • taytestokes
  • jacob.pettingill
  • garrowp
  • happyviki