You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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).
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#2099Due to my limited (basically zero) knowledge of Vue, I could definitely use help in this department.
The text was updated successfully, but these errors were encountered: