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
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, Linter
? Pick a linter / formatter config: Standard
? Pick additional lint features: Lint on save
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated confi
g files
? Save this as a preset for future projects? No
When i have a vue file like this in windows with CRLF line endings the vue/comma-dangle rule say it requires a comma after @click="$emit(1)"
When the line endings are configured as LF there is no error.
Tell us about your environment
new cli project with:
Please show your full configuration:
What did you do?
When i have a vue file like this in windows with CRLF line endings the vue/comma-dangle rule say it requires a comma after
@click="$emit(1)"
When the line endings are configured as LF there is no error.
The text was updated successfully, but these errors were encountered: