Skip to content

Commit 9033fda

Browse files
committed
chore(delint): remove unused eslint-disable directive
1 parent 622e8a8 commit 9033fda

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Tags.ts

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import { ResourceEvent } from "./ResourceEvent";
1313
import { Struct } from "./Struct";
1414
import { Version } from "./Version";
1515

16-
/* eslint-disable @typescript-eslint/no-explicit-any */
17-
1816
/**
1917
* These tags are added by `exiftool`.
2018
*/

src/update/mktags.ts

-2
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,6 @@ Promise.all(files.map((file) => readAndAddToTagMap(file)))
799799
'import { Struct } from "./Struct"',
800800
'import { Version } from "./Version"',
801801
"",
802-
"/* eslint-disable @typescript-eslint/no-explicit-any */",
803-
"",
804802
].join("\n"),
805803
);
806804
const groupedTags = tagMap.groupedTags;

0 commit comments

Comments
 (0)