dependencies: Update typescript and typescript-eslint.

The changes are mostly done via `xo --fix`; the other changes are
either trivial or disabling new linter rules that we plan to address
in future commits.
This commit is contained in:
Tim Abbott
2020-02-29 23:39:55 -08:00
parent 39ea18228c
commit eb2988a5e4
24 changed files with 276 additions and 158 deletions

View File

@@ -41,19 +41,19 @@ export const initSetUp = (): void => {
const configData = [
{
path: domainJson,
fileName: `domain.json`
fileName: 'domain.json'
},
{
path: certificatesJson,
fileName: `certificates.json`
fileName: 'certificates.json'
},
{
path: settingsJson,
fileName: `settings.json`
fileName: 'settings.json'
},
{
path: updatesJson,
fileName: `updates.json`
fileName: 'updates.json'
}
];
configData.forEach(data => {