googleinterns / amaranth

Apache License 2.0
2 stars 0 forks source link

Use Javascript linter to ensure correct syntax #42

Closed tommylau-exe closed 4 years ago

tommylau-exe commented 4 years ago

Javascript is easy to mess up, so it's important to use a linter to catch simple mistakes. Google has an eslint styleguide, so eslint would probably be the easiest linter to use.