Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 419 Bytes

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