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

object-curly-even-spacing with comments inside curly braces #911

Open
anikolaev opened this issue Jun 2, 2017 · 1 comment

Comments

@anikolaev
Copy link

commented Jun 2, 2017

Sometimes I wish to comment out some part of code:

import { Map /*, List */ } from 'immutable'
Map()

It generates error: " 1:1 error Expected consistent spacing standard/object-curly-even-spacing"
https://standardjs.com/demo.html?gist=9ebb58abdda75f49d4bad0016594853d

Is this a bug? If not what is recommended in this case? One-line comments?

@feross feross added the bug label Apr 24, 2018

@feross

This comment has been minimized.

Copy link
Member

commented Apr 24, 2018

Confirmed, this is a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.