Skip to content

Commit

Permalink
feat(vue): replace deprecate rules of vue (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed Aug 26, 2023
1 parent d1d181a commit eab00e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/index.js
Expand Up @@ -39,9 +39,9 @@ module.exports = {
'vue/no-dupe-keys': 'off',

// reactivity transform
'vue/no-setup-props-destructure': 'off',
'vue/no-setup-props-reactivity-loss': 'off',

'vue/component-tags-order': ['error', {
'vue/block-order': ['error', {
order: ['script', 'template', 'style'],
}],
'vue/block-tag-newline': ['error', {
Expand Down

0 comments on commit eab00e2

Please sign in to comment.