1.0.0 • Published 4 years ago
@hubvisor/eslint-config-hubvisor v1.0.0
ESLint config for Hubvisor projects
Installation
yarn install @hubvisor/estlint-config-hubvisor -D
Usage
In your .estintrc.js :
module.exports = {
extends: [ "@hubvisor/hubvisor" ]
}