4.0.0 • Published 3 years ago

@zakuro9715/eslint-config-vue v4.0.0

Weekly downloads
190
License
Apache-2.0
Repository
github
Last release
3 years ago

@zakuro9715/eslint-config-vue

npm version License: GPL v3

zakuro's eslint config for vue.

Install

Install config with required plugins.

npm install --save-dev @zakuro9715/eslint-config-vue
npx install-peerdeps --dev @zakuro9715/eslint-config-vue

Configure

module.exports = {
  extends: ['@zakuro9715/vue']
}