1.0.0 • Published 8 years ago

eslint-config-payclip v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

eslint-config-payclip

npm version

How to use

Utilize the extends feature of .eslintrc like so:

{
  "extends": "payclip"
}

If you need to apply any custom rules, simply add them to your .eslintrc file below the extends property:

{
  "extends": "payclip",
  "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.