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

Commits on Jul 19, 2020

  1. Change the rules to support "v-is".

    - 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 committed Jul 19, 2020
    Copy the full SHA
    f04d72d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82df4d8 View commit details
    Browse the repository at this point in the history