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

Add line ignore #49

Closed
kytwb opened this issue Mar 2, 2015 · 3 comments

Comments

@kytwb
Copy link

commented Mar 2, 2015

Instead of:

/*eslint-disable no-unused-vars*/
var should = require('should')
/*eslint-enable no-unused-vars*/

Having:

var should = require('should') // eslint-ignore no-unused-vars
@dcousens

This comment has been minimized.

Copy link
Member

commented Mar 2, 2015

Why not just

//var should = require('should')
@kytwb

This comment has been minimized.

Copy link
Author

commented Mar 2, 2015

In this case ok, but still, no?

@feross

This comment has been minimized.

Copy link
Member

commented Mar 2, 2015

This behavior is defined by eslint, which is a dependency of standard. If you want this behavior changed, you should file a bug there: https://github.com/eslint/eslint

@feross feross closed this Mar 2, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018

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