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

Vue support #2

Open
saadq opened this issue May 17, 2018 · 2 comments
Open

Vue support #2

saadq opened this issue May 17, 2018 · 2 comments
Labels
enhancement New feature or request. help wanted Extra attention is needed.
Milestone

Comments

@saadq
Copy link
Owner

saadq commented May 17, 2018

Would be nice to have a --vue flag. This shouldn't be problematic on the ESLint side of things due to eslint-plugin-vue. Unfortunately, I'm not sure if this can be handled on the TSLint side of things though due to single-file components. More info about that here: palantir/tslint#2099

Due to my limited (basically zero) knowledge of Vue, I could definitely use help in this department.

@saadq saadq assigned saadq and unassigned saadq May 17, 2018
@saadq saadq added enhancement New feature or request. help wanted Extra attention is needed. tslint This issue is exclusive to the tslint side of things. and removed tslint This issue is exclusive to the tslint side of things. labels May 17, 2018
@g-plane
Copy link

g-plane commented Jun 1, 2018

I think we can support it with ESLint first. This will make the linter available for those who uses pure JavaScript and Vue.js.

@saadq
Copy link
Owner Author

saadq commented Jun 1, 2018

Yep, I think I'll go with that and just add a disclaimer in the README about issues with using --vue and --typescript together (or might just throw an error if both those flags are passed together).


Note to self:

@saadq saadq added this to the Lynt v1 milestone Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. help wanted Extra attention is needed.
Projects
None yet
Development

No branches or pull requests

2 participants