Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the rules to support "v-is". #1254

Merged
merged 2 commits into from Jul 19, 2020
Merged

Change the rules to support "v-is". #1254

merged 2 commits into from Jul 19, 2020

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Jul 19, 2020

  • Change the vue/attributes-order rule to handle v-is as DEFINITION category.
  • Change the vue/no-unregistered-components rule to handle v-is like :is.
  • Change the vue/no-unused-components rule to handle v-is like :is.
  • Add "v-is" to the syntax checked by the vue/no-unsupported-features rule.

- Change the `vue/attributes-order` rule to handle `v-is` as `DEFINITION` category.
- Change the `vue/no-unregistered-components` rule to handle `v-is` like `:is`.
- Change the `vue/no-unused-components` rule to handle `v-is` like `:is`.
@ota-meshi ota-meshi self-assigned this Jul 19, 2020
@ota-meshi ota-meshi merged commit e1c87a1 into master Jul 19, 2020
@ota-meshi ota-meshi deleted the supports-v-is branch July 19, 2020 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant