Is there a way to suppress JSHint warning for one given line?

I have a (single) case in my app were eval is used, and I would like to suppress JSHint warning only for this case.

Is there a way to achieve that? Configuration, magic comment, …?

3 Answers
3

Leave a Comment