We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622e8a8 commit 9033fdaCopy full SHA for 9033fda
src/Tags.ts
@@ -13,8 +13,6 @@ import { ResourceEvent } from "./ResourceEvent";
13
import { Struct } from "./Struct";
14
import { Version } from "./Version";
15
16
-/* eslint-disable @typescript-eslint/no-explicit-any */
17
-
18
/**
19
* These tags are added by `exiftool`.
20
*/
src/update/mktags.ts
@@ -799,8 +799,6 @@ Promise.all(files.map((file) => readAndAddToTagMap(file)))
799
'import { Struct } from "./Struct"',
800
'import { Version } from "./Version"',
801
"",
802
- "/* eslint-disable @typescript-eslint/no-explicit-any */",
803
- "",
804
].join("\n"),
805
);
806
const groupedTags = tagMap.groupedTags;
0 commit comments