Skip to content

Commit 37c35c3

Browse files
committed
chore: remove unnecessary comments
1 parent 3ab65fd commit 37c35c3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
2-
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */
32
import assert from 'node:assert';
43
import { isNativeError } from 'node:util/types';
54

test/unit-external.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// TODO:
2-
// @ts-expect-error: remove this comment once we switch to the unified config
31
import { Octokit } from '@octokit/rest';
42
import debugFactory from 'debug';
53
import execa from 'execa';

0 commit comments

Comments
 (0)