@highlandsolutions/eslint-config-highland
v1.0.1
Published
Highland's ESLint config
Downloads
5
Readme
eslint-config-highland
This package provides two ESLint configs: one for general JavaScript (the default) and one for Vue CLI setups.
Installation
npm i -D @highlandsolutions/eslint-config-highland
Usage
To use the default config, you need only place extends: '@highlandsolutions/highland',
in your ESLint config. To use the Vue CLI config: extends: '@highlandsolutions/highland/lib/vue-cli',