build(docs-infra): upgrade tslint to 5.15.0 and codelyzer to 5.0.0 (#29926)

This commit also changes the `tslint.json` config file to (reasonably
closely) match what the cli would generate for a new app.

PR Close #29926
This commit is contained in:
George Kalpakas
2019-04-24 15:27:24 +03:00
committed by Andrew Kushnir
parent eb85c8a742
commit 282167a37f
22 changed files with 172 additions and 159 deletions

View File

@ -46,7 +46,7 @@ export class SitePage {
await browser.executeScript('document.body.classList.add(\'no-animations\')');
await browser.waitForAngular();
await this.unregisterSw();
};
}
/**
* Initialize the page object and get it ready for further requests.