You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove deprecated rules
* Remove no longer needed `script-setup` test
* Restore docs from removed rules
* Mention in rule docs that they are removed
* Add "Removed" section to rules list in docs
* Use different emoji for removed rules
* Remove no longer necessary warning block
Co-authored-by: yosuke ota <[email protected]>
|[vue/experimental-script-setup-vars](./experimental-script-setup-vars.md)| (no replacement) |[v7.13.0](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v7.13.0)|[v9.0.0](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.0.0)|
Copy file name to clipboardExpand all lines: docs/rules/name-property-casing.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,7 @@ since: v3.8.0
9
9
10
10
> enforce specific casing for the name property in Vue components
11
11
12
-
-:warning: This rule was **deprecated** and replaced by [vue/component-definition-name-casing](component-definition-name-casing.md) rule.
13
-
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
12
+
-:no_entry_sign: This rule was **removed** in eslint-plugin-vue v9.0.0 and replaced by [vue/component-definition-name-casing](component-definition-name-casing.md) rule.
0 commit comments