eslint-config-payclip
v1.0.0
Published
PayClip's eslint config
Readme
eslint-config-payclip
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.
