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, …?
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, …?