1.2.1 • Published 3 years ago

@appcook/eslint-config-vue v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@appcook/eslint-config-vue

npm version npm downloads node engine

ESLint configuration for Vue web application

Usage

Install this package:

# use yarn
yarn add @appcook/eslint-config-vue --dev


# use npm
npm install @appcook/eslint-config-vue --save-dev

Then config your .eslinrc file:

{
  "extends": "@appcook/vue"
  "rules": {
    // add your own rules to overwrite
  }
}