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

[BUG] Causing Linter Errors #4

Closed
tusharmath opened this issue Aug 18, 2014 · 1 comment · Fixed by #5
Closed

[BUG] Causing Linter Errors #4

tusharmath opened this issue Aug 18, 2014 · 1 comment · Fixed by #5

Comments

@tusharmath
Copy link

Consider a case where I am calling a method like this -

app.use require('connect-livereload')()

Which it converts to

app.use require('connect-livereload') () #The space is added

This is causing a linter error.

UPDATE:
I found another problem.

app.locals.models ?= {}

gets automatically converted into

app.locals.models ? = {} #Added space

Which again causes lint errors

@Glavin001
Copy link

I am also having this ?= to ? = error.

@tusharmath tusharmath changed the title Causing Linter Errors [BUG] Causing Linter Errors Sep 9, 2014
hsingh23 added a commit to hsingh23/Coffee-Formatter that referenced this issue Nov 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants