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

A question on how to disable a specific rule for a line or a block of lines #608

Closed
gvlachos opened this issue Apr 13, 2016 · 1 comment
Closed

Comments

@gvlachos
Copy link

In eslint it is possible to disable a rule for a specific line in the following way:

var unused; // eslint-disable-line no-unused-vars

is there something similar in sass-lint ?

also is there a way to disable a rule for a block of lines ?

@DanPurdy
Copy link
Member

Not at the moment, please follow #402

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

No branches or pull requests

2 participants