0.0.6 • Published 5 years ago

eslint-config-vue-standard v0.0.6

Weekly downloads
89
License
MIT
Repository
github
Last release
5 years ago

Eslint config vue standard

Use eslint same as @vue/cli3 standard config with one dependence

NPM Version

usage

  1. yarn add -D eslint eslint-config-vue-standard

  2. config

  "eslintConfig": {
    "root": true,
    "extends": [
      "vue-standard"
    ]
  }

includes

  • plugins: eslint-plugin-vue(essential) @vue/eslint-config-standard

  • parser: babel-eslint