chore: resolve linting errors & warnings

This commit is contained in:
M. George Hansen 2020-06-01 23:29:59 -07:00
parent 63ce5e330b
commit b0ef223c9d
11 changed files with 177 additions and 144 deletions

View file

@ -47,6 +47,7 @@ export interface Config {
watch: string[];
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
const noop = () => {};
/**