eslint-config-payclip

1.0.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i eslint-config-payclip

      Weekly Downloads

      2

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • beeks