Skip to content

Commit

Permalink
fix: disable no-unused-vars in vue file
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed May 28, 2022
1 parent 91e44d9 commit 03d0e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
extends: ['plugin:vue/vue3-recommended'],
rules: {
'no-undef': 'off',
'no-unused-vars': 'off',

// Override Recommended
'vue/max-attributes-per-line': ['warn', { singleline: 5 }],
Expand Down

0 comments on commit 03d0e51

Please sign in to comment.