Skip to content

Commit 4b2d64d

Browse files
authored
Remove redundant @ts-ignore from file with @ts-nocheck (#910)
1 parent f7bfd54 commit 4b2d64d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/getJsCodeshiftParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { dirname, join } from "node:path";
88
import { DEFAULT_EXTENSIONS } from "@babel/core";
99
import argsParser from "jscodeshift/dist/argsParser";
1010

11-
// @ts-ignore: package.json will be imported from dist folders
1211
import { version } from "../../package.json";
1312

1413
const requirePackage = (name: string) => {

0 commit comments

Comments
 (0)