Question

I recently installed JSHint via Package Manager in Sublime Text 2. As part of my job, I need to edit .coffee files, which JSHint throws all kinds of errors on. I'm unable to identify any preference files or other means of disabling JSHint on these files.

Is it possible to selectively disable JSHint on certain file extensions?

Was it helpful?

Solution

You can create a .jshintignore file at the top level with this in it:

*.coffee
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top