eslint-config-hop-protocol
v0.0.1-beta.2
Published
> Hop Protocol ESLint config
Readme
eslint-config-hop-protocol
Hop Protocol ESLint config
Install
npm install --save-dev eslint-config-hop-protocolUsage
Add config to extends in your ESLint config:
{
"extends": [
"eslint-config-hop-protocol"
]
}FAQ
Q: Why is this package named
eslint-config-hop-protocolinstead of@hop-protocol/eslint-config?- A: ESLint requires the package name to be prefixed with
eslint-config-in order to be auto-discovered by the eslint package.
- A: ESLint requires the package name to be prefixed with
