JSLint – ignore sections of code
You can add this yourself to JSLint if you want, though that’s borderline Evil. Here’s one quick and dirty way with the current version: The route I’m going to take is to hijack the token function’s switch block for /* style comments. That’s at line 1276 currently: case ‘/*’: for (;;) { i = source_row.search(lx); … Read more