Closed
Description
We use the word "block" in rule names to refer to the top-level tags in Vue SFCs:
vue/block-lang
vue/block-tag-newline
vue/no-empty-component-block
vue/no-restricted-block
vue/no-restricted-block
However, the vue/component-tags-order
rule does not fit that schema. I suggest to rename the rule to vue/block-order
:
- In the next minor version, add
vue/block-order
as a copy ofvue/component-tags-order
and deprecate the latter. - In the next major version, remove
vue/component-tags-order
completely.
Are there other rules for which it would make sense to rename them for consistency and/or clarity?
Metadata
Metadata
Assignees
Labels
No labels