update eslint-plugin-github (#48)

* update eslint-plugin-github

* remove non-existent eslint rules

* fix a lint error
This commit is contained in:
Naoki Oketani
2020-03-14 19:21:06 +09:00
committed by GitHub
parent 7f304403a6
commit 56cc033b69
4 changed files with 932 additions and 332 deletions

View File

@@ -2,7 +2,7 @@ import {spawnSync, SpawnSyncReturns} from 'child_process'
import stripAnsi from 'strip-ansi'
export class Audit {
stdout: string = ''
stdout = ''
private status: number | null = null
public async run(): Promise<void> {