Skip to content

Commit

Permalink
chore: modify vue/valid-v-slot lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Mar 22, 2024
1 parent c895604 commit 56fa246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import withNuxt from './.nuxt/eslint.config.mjs'

export default withNuxt({
rules: {
'vue/valid-v-slot': 'off',
'vue/valid-v-slot': ['error', { allowModifiers: true }],
'@typescript-eslint/no-explicit-any': 'off',
},
})

0 comments on commit 56fa246

Please sign in to comment.