We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab65fd commit 37c35c3Copy full SHA for 37c35c3
src/index.ts
@@ -1,5 +1,4 @@
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
-/* eslint-disable @typescript-eslint/prefer-ts-expect-error */
3
import assert from 'node:assert';
4
import { isNativeError } from 'node:util/types';
5
test/unit-external.test.ts
@@ -1,5 +1,3 @@
-// TODO:
-// @ts-expect-error: remove this comment once we switch to the unified config
import { Octokit } from '@octokit/rest';
import debugFactory from 'debug';
import execa from 'execa';
0 commit comments