This package provides two ESLint configs: one for general JavaScript (the default) and one for Vue CLI setups.
npm i -D @highlandsolutions/eslint-config-highland
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',