Remove unused eslint-disable directives (#52987)

This commit is contained in:
Jake Bailey
2023-02-27 11:01:37 -08:00
committed by GitHub
parent 835fff8106
commit 6fe711f85a
13 changed files with 9 additions and 27 deletions

View File

@@ -1,5 +1,3 @@
/* eslint-disable no-restricted-globals */
import { CancelError } from "@esfx/canceltoken";
import assert from "assert";
import chalk from "chalk";