eslint-config-thefriendlybeasts
v1.3.1
Published
The Friendly Beasts' ESLint config
Downloads
9
Readme
eslint-config-thefriendlybeasts
This package provides two ESLint configs both for general JavaScript (the default) and Vue CLI setups.
Usage
To use the default config, you need only place extends: 'thefriendlybeasts',
in your ESLint config. To use the Vue CLI config: extends: 'thefriendlybeasts/lib/vue-cli',