@faasjs/eslint-config-vue

License: MITopen in new windowNPM Stable Versionopen in new windowNPM Beta Versionopen in new window

ESLint configuration for Vue.

Install

npm install @faasjs/eslint-config-vue

Then put the following code into your package.json file:

"eslintConfig": {
  "extends": [
    "@faasjs/vue"
  ]
}

Usage

npm exec eslint .