Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.47 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.47 KB

eslint-config-vast-vue

ESLint shareable config for Vue to be used with eslint-config-vast

This config uses eslint-plugin-vue for linting Vue templates.

Installation

npm i --save-dev eslint-config-vast-vue eslint-config-vast eslint-plugin-vue

Usage

Create .eslintrc file in the root of your project with the following config:

{
  "extends": ["eslint-config-vast", "eslint-config-vast-vue"]
}

See eslint-config-vast for additional information.

Related

License

MIT © 2016 Vast.com, Inc.