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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 馃幐 https://github.com/vuejs/eslint-plugin-vue/issues/1492 #1493

Merged
merged 3 commits into from May 29, 2021

Conversation

IWANABETHATGUY
Copy link
Contributor

Resolved #1492

@IWANABETHATGUY
Copy link
Contributor Author

IWANABETHATGUY commented May 16, 2021

I just run lint:fix, and make so many changes, what should i do ? @ota-meshi

message: "Expected 'this'.",
fix(fixer) {
return fixer.insertTextBefore(reference.id, 'this.')
}
})
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just chagne this-in-template.js and test/this-in-template, the rest just eslint autofix

Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

@ota-meshi
Copy link
Member

Also thank you for the format. I will merge it.

@ota-meshi ota-meshi merged commit 793112d into vuejs:master May 29, 2021
@IWANABETHATGUY IWANABETHATGUY deleted the this-in-template-autofix branch May 29, 2021 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement autofix for this-in-template
2 participants