Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Can the jshint grunt config be overridden at the file level? For instance, there is a file in which I would like bitwise operators to be allowed. I thought adding the comment below to the top of the file would cause it to pass, but it still failed.

/* jshint bitwise:false */

share|improve this question

1 Answer

There should be no space before jshint.

/*jshint bitwise:false */
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.