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 Support for .jshintignore #27

Open
johnhidey opened this issue Jun 22, 2014 · 4 comments
Open

Add Support for .jshintignore #27

johnhidey opened this issue Jun 22, 2014 · 4 comments

Comments

@johnhidey
Copy link

The jsHint library has support for .jshintignore file.

This file must be specified at the root of the project and only the root. This is unlike the .jshintrc file which can be at any level and have their configuration honored. The .jshintignore file just specifies the file/directorys to be ignored when linting.

Sample .jshintignore file contents

build/
vendor/
app/require.js  

Would love to see support for .jshintignore in Interactive Linter. Loving this brackets extension so far and this is just one feature that I can see that is missing right now. Keep up the great work @MiguelCastillo

@johnhidey
Copy link
Author

@MiguelCastillo , I know you are looking into the issue #26 that I submitted. I just wanted to get this feature documented before it slipped through the cracks.

@MiguelCastillo
Copy link
Owner

@johnhidey This is great! Let me read up a bit on it... If jshint supports this, then it should be somewhat straight forward to add this feature. Thanks for the info

@johnhidey
Copy link
Author

@MiguelCastillo here is little bit of sparse documentation I can find on it.
http://www.jshint.com/docs/cli/

@shardool
Copy link

Any progress on this so far, guys ? I'd love to have brackets ignore my uglified scripts and not bring up the annoying panel with JSHint violations when I occasionally visit the uglified files out of curiosity :)

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

4 participants