0.1.5 • Published 4 years ago

@platr/eslint-config-vue v0.1.5

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

@platr/eslint-config-vue

Vue ESLint config based on StandardJS and plugin:vue/recommended

Usage

Add this to your .eslintrc file:

{
  "extends": ["@platr/vue"]
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.