1.0.1 • Published 4 years ago

@highlandsolutions/eslint-config-highland v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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