質問

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?

役に立ちましたか?

解決

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

*.coffee
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top