Skip to content

Commit

Permalink
feat: adds vue/v-on-handler-style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Apr 27, 2023
1 parent e08d91f commit 767aff6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,12 @@ module.exports = defineConfig({
},
],
'vue/padding-line-between-blocks': ['error', 'always'],
'vue/v-on-handler-style': [
'error',
'inline',
{
ignoreIncludesComment: false,
},
],
},
});

0 comments on commit 767aff6

Please sign in to comment.