Skip to content

Commit cdede94

Browse files
committed
Remove unused eslint
1 parent 8f3ba8b commit cdede94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/rrweb-snapshot/src/rebuild.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export function adaptCssForReplay(cssText: string, cache: BuildCache): string {
6262
const cachedStyle = cache?.stylesWithHoverClass.get(cssText);
6363
if (cachedStyle) return cachedStyle;
6464

65-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call
6665
const ast: { css: string } = postcss([
6766
mediaSelectorPlugin,
6867
pseudoClassPlugin,

0 commit comments

Comments
 (0)