in reply to Re: Detecting Dangling Commas in JavaScript
in thread Detecting Dangling Commas in JavaScript
Lint is great but it only detects problems, it doesn't fix them to my knowledge. When I was faced with correcting 300 of these problems, I didn't want to do it manually.
For me, it was also about discovering a way to effectively use lookarounds to detect whether something was inside a C-style comment or not.