@@ -348,7 +348,6 @@ The following rules extend the rules provided by ESLint itself and apply them to
348
348
349
349
| Rule ID | Replaced by |
350
350
| :--------| :------------|
351
- | [ vue/script-setup-uses-vars] | (no replacement) |
352
351
| [ vue/v-on-function-call] | [ vue/v-on-handler-style] |
353
352
354
353
## Removed
@@ -365,6 +364,7 @@ The following rules extend the rules provided by ESLint itself and apply them to
365
364
| [ vue/no-ref-object-destructure] | [ vue/no-ref-object-reactivity-loss] | [ v9.17.0] | [ v10.0.0] |
366
365
| [ vue/no-setup-props-destructure] | [ vue/no-setup-props-reactivity-loss] | [ v9.17.0] | [ v10.0.0] |
367
366
| [ vue/no-unregistered-components] | [ vue/no-undef-components] | [ v8.4.0] | [ v9.0.0] |
367
+ | [ vue/script-setup-uses-vars] | (no replacement) | [ v9.0.0] | [ v10.0.0] |
368
368
369
369
<!-- link definitions for rules -->
370
370
@@ -569,7 +569,6 @@ The following rules extend the rules provided by ESLint itself and apply them to
569
569
[ vue/return-in-computed-property ] : ./return-in-computed-property.md
570
570
[ vue/return-in-emits-validator ] : ./return-in-emits-validator.md
571
571
[ vue/script-indent ] : ./script-indent.md
572
- [ vue/script-setup-uses-vars ] : ./script-setup-uses-vars.md
573
572
[ vue/singleline-html-element-content-newline ] : ./singleline-html-element-content-newline.md
574
573
[ vue/slot-name-casing ] : ./slot-name-casing.md
575
574
[ vue/sort-keys ] : ./sort-keys.md
@@ -623,6 +622,7 @@ The following rules extend the rules provided by ESLint itself and apply them to
623
622
[ vue/no-ref-object-destructure ] : ./no-ref-object-destructure.md
624
623
[ vue/no-setup-props-destructure ] : ./no-setup-props-destructure.md
625
624
[ vue/no-unregistered-components ] : ./no-unregistered-components.md
625
+ [ vue/script-setup-uses-vars ] : ./script-setup-uses-vars.md
626
626
627
627
<!-- link definitions for releases -->
628
628
0 commit comments