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

Ignore a file by comment #740

Closed
Rokt33r opened this issue Jan 7, 2017 · 2 comments

Comments

@Rokt33r
Copy link

commented Jan 7, 2017

Could I ignore a file by adding a comment like the below example?

/* skip-lint */

function defenitelyNotStandardSum(a, b) {
  return a+b;
}

I always appreciate your work. 👍

@feross

This comment has been minimized.

Copy link
Member

commented Jan 8, 2017

You can ignore an entire file by adding this to the top of the file:

/* eslint-disable */

@feross feross closed this Jan 8, 2017

@Rokt33r

This comment has been minimized.

Copy link
Author

commented Jan 8, 2017

Thanks for your answer! 👍 👍

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

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