build: update linting deps (#24461)

This commit is contained in:
Samuel Attard
2020-07-08 21:19:49 -07:00
committed by GitHub
parent 80a6adb597
commit ad16e6c647
7 changed files with 699 additions and 446 deletions

View File

@@ -1,5 +1,5 @@
/* eslint no-eval: "off" */
/* global binding, Buffer */
/* global binding */
import * as events from 'events';
const { EventEmitter } = events;