Skip to content

Commit

Permalink
feat(vue): recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Mar 2, 2023
1 parent 65fdb72 commit 22b1c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
overrides: [
{
files: [ '*.vue' ],
extends: [ 'plugin:vue/vue3-recommended', '@vue/eslint-config-typescript' ],
extends: [ 'plugin:vue/vue3-recommended', '@vue/eslint-config-typescript/recommended' ],
parserOptions: {
parser: {
// https://github.com/vuejs/vue-eslint-parser
Expand Down

0 comments on commit 22b1c7e

Please sign in to comment.