-
-
Notifications
You must be signed in to change notification settings - Fork 681
"no-multi-spaces" will effect js file and throw a error #161
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
Labels
Comments
Thank you for this report. Could you tell us the repro code? |
@mysticatea issue happens when you are trying to lint js file export default {
} in that case |
armano2
added a commit
to armano2/eslint-plugin-vue
that referenced
this issue
Aug 16, 2017
@weizhenye thank you for reporting issue |
mysticatea
pushed a commit
that referenced
this issue
Aug 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
What actually happened? Please include the actual, raw output from ESLint.
After I enable the
no-multi-spaces
rule, it will lint js file and throw a error showed above.The text was updated successfully, but these errors were encountered: