Skip to content

Commit

Permalink
feat(vue): replace deprecate rules of vue
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwyd committed Sep 5, 2023
1 parent e04fc68 commit 899f057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,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': [
'vue/block-order': [
'error',
{
order: ['script', 'template', 'style'],
Expand Down

0 comments on commit 899f057

Please sign in to comment.