Skip to content

Commit 899f057

Browse files
committed
feat(vue): replace deprecate rules of vue
1 parent e04fc68 commit 899f057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-config-vue/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ module.exports = {
3333
'vue/no-dupe-keys': 'off',
3434

3535
// reactivity transform
36-
'vue/no-setup-props-destructure': 'off',
36+
'vue/no-setup-props-reactivity-loss': 'off',
3737

38-
'vue/component-tags-order': [
38+
'vue/block-order': [
3939
'error',
4040
{
4141
order: ['script', 'template', 'style'],

0 commit comments

Comments
 (0)