bradygaster-zz / azure-tools-vscode

azure tools extension for visual studio code
Apache License 2.0
29 stars 10 forks source link

Add JSLint to build step #22

Open cmatskas opened 7 years ago

cmatskas commented 7 years ago

JSLint to catch potential js errors. Thoughts??

cmatskas commented 7 years ago

@bradygaster for review

bradygaster-zz commented 7 years ago

@cmatskas i'd support this. i think we have a few more improvements we could make to the build process too as it's sort of slow. unrelated topic...

cmatskas commented 7 years ago

@bradygaster Easy to do but requires a couple of steps. https://code.visualstudio.com/Docs/languages/javascript#_linters

Will wait for the PRs to go through before I create a branch, test and push another PR :)