Search code examples
javascriptenforcement

How to enforce semicolons in JavaScript?


How best does the developer who's decided he likes semicolons at the end of his JavaScript statements enforce that expectation technically for himself?

I'm using Visual Studio (ASP.NET webapps), but I'd love to hear about solutions for any environment.


Solution

  • You could somehow integrate Javascript Lint into the IDE.