@faasjs/eslint-config-vue
open in new window
open in new window
open 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 .