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 … Read more
I have a (single) case in my app were eval is used, and I would like to suppress JSHint warning only for this … Read more