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
Run yarn --cwd=aio example-lint (to run linting checks on all examples).
Choose one of the failing examples.
Run yarn --cwd=aio tslint --config content/examples/tslint.json content/examples/<chosen-example>/**/*.ts (to run linting checks on the chosen example).
Fix one or more failures.
(If there are no failures, it means that the example has already been fixed 🎉 Choose a different one.)
Go back to step (5) until you're fed up or there are no more failures (whichever comes first 😛).
Unless all examples are fixed (i.e. yarn --cwd=aio example-lint reports no failures), remember to revert the changes in aio/content/examples/tslint.json before committing (otherwise, the CI checks will fail).
Make docs examples source code compatible with pending tslint rules and enable those rules (in content/examples/tslint.json, boilerplate/cli/tslint.json and boilerplate/systemjs/tslint.json):
NOTE: This issue can be split up per example.
PREREQUISITE: This requires angular/angular#38993 to have been merged.Done.The text was updated successfully, but these errors were encountered: