-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: Missing space before function parentheses ? #1077
Comments
This would be a difference for the rest of the function declarations. |
has fixed ? |
No. This is an enhancement that would require an additional setting. I encourage you to submit a pull request with tests. |
using vue-cli eslint and also has this error:
function bar() {} not function bar () {}. I can just change
to
waiting for fix this ~ |
A function inside an object like this: var myObj = {
foo () {
// something
}
} I can't use the arrow function |
Anything new with this? |
it would definetly be nice to have this implemented |
Having the same issue as I use js-standard formatting. |
I think I have to solve this problem, but I request to merge the code fails, who can help me #1436 |
There is now a However, in the statement |
Fixed in #1425. |
Eslint standard required:
Missing space before function parentheses
beautify result:
expected:
The text was updated successfully, but these errors were encountered: