update eslint-plugin-github (#48)
* update eslint-plugin-github * remove non-existent eslint rules * fix a lint error
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user