1.3.1 • Published 6 years ago

eslint-config-thefriendlybeasts v1.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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',