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

Feature suggestion: .standardignore file #1200

Closed
bookmoons opened this issue Sep 17, 2018 · 10 comments

Comments

@bookmoons
Copy link

commented Sep 17, 2018

Proposing a .standardignore (or .lintignore?) file for listing files, directories, and globs to ignore.

ESLint supports a .eslintignore file for listing files to ignore. The syntax is the same as .gitignore. Tried using this to ignore files but standard doesn't seem to pick it up.

The standard ignore feature takes input from a property in the package.json manifest. I try to keep my manifest clean and shift everything dependency specific out.

@bookmoons bookmoons changed the title Feature suggestion: Ignore file Feature suggestion: .standardignore file Sep 17, 2018

@jprichardson

This comment has been minimized.

Copy link
Member

commented Sep 17, 2018

@bookmoons

This comment has been minimized.

Copy link
Author

commented Sep 17, 2018

Was hoping for something outside the manifest. Right now my package.json is mostly all about my package, but with that 1 little "standard" section to ignore 1 file. Would rather have that next to the rest of my dotfiles.

@LinusU

This comment has been minimized.

Copy link
Member

commented Sep 18, 2018

Would personally prefer that we support .eslintignore instead of rolling our own file. Maybe it's just a switch to turn it on?

@stale

This comment has been minimized.

Copy link

commented Dec 17, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Dec 17, 2018

@brodybits

This comment has been minimized.

Copy link
Contributor

commented Dec 17, 2018

@stale stale bot removed the stale label Dec 17, 2018

@stale

This comment has been minimized.

Copy link

commented Mar 17, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Mar 17, 2019

@brodybits

This comment has been minimized.

Copy link
Contributor

commented Mar 17, 2019

@stale stale bot removed the stale label Mar 17, 2019

@stale

This comment has been minimized.

Copy link

commented Jun 15, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Jun 15, 2019

@stale stale bot closed this Jun 22, 2019

@feross

This comment has been minimized.

Copy link
Member

commented Aug 5, 2019

There was a reason that we initially did not support .eslintignore but now I can't remember it. Anyone remember?

@bookmoons

This comment has been minimized.

Copy link
Author

commented Aug 6, 2019

Wonder if it's because of the custom parsers. Maybe they don't all support it.

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