Skip to content

Commit

Permalink
Remove unused eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Jun 26, 2024
1 parent 8f3ba8b commit cdede94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rrweb-snapshot/src/rebuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function adaptCssForReplay(cssText: string, cache: BuildCache): string {
const cachedStyle = cache?.stylesWithHoverClass.get(cssText);
if (cachedStyle) return cachedStyle;

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

0 comments on commit cdede94

Please sign in to comment.