You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI should run ng lint
if there are errors, prevent the PR from merging
see if something like hound exists that would also leave github comments on the PR
From the Angular docs:
The default linting tool is TSLint, and the default configuration is specified in the project's tslint.json file.
Hound supports TS, so maybe just add that?
The text was updated successfully, but these errors were encountered:
CI should run
ng lint
if there are errors, prevent the PR from merging
see if something like hound exists that would also leave github comments on the PR
From the Angular docs:
Hound supports TS, so maybe just add that?
The text was updated successfully, but these errors were encountered: