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

Inline assignment is linted incorrect #1

Open
larsmars opened this issue Nov 11, 2019 · 0 comments
Open

Inline assignment is linted incorrect #1

larsmars opened this issue Nov 11, 2019 · 0 comments

Comments

@larsmars
Copy link

Version:
@dsb-norge/vue-keycloak-js": "^1.1.2

Inline assignment:

    <v-col
      class="pa-8"
      @click="showConfirm = true"
    >
      <p> Test </p>
    </v-col>

Inline assignment after linting

    <v-col
      class="pa-8"
      @click="showConfirm ====rue"
    >
       <p>Test</p>
    </v-col>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant