style: remove all tslint related comments (#934)

This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 8278b63f0a
commit 5c1c104073
14 changed files with 3 additions and 34 deletions

View File

@@ -1,4 +1,3 @@
// tslint:disable:no-console no-any
import * as fs from 'fs';
import * as path from 'path';
import type { Page } from 'puppeteer';

View File

@@ -1,4 +1,3 @@
// tslint:disable:no-console
import * as fs from 'fs';
import * as path from 'path';
import type * as puppeteer from 'puppeteer';

View File

@@ -1,5 +1,3 @@
/* tslint:disable no-console */
import * as fs from 'fs';
import * as path from 'path';
import type * as puppeteer from 'puppeteer';

View File

@@ -1,5 +1,3 @@
/* tslint:disable no-console */
import * as fs from 'fs';
import * as path from 'path';
import type * as puppeteer from 'puppeteer';

View File

@@ -1,5 +1,3 @@
/* tslint:disable no-string-literal no-console */
import * as fs from 'fs';
import * as path from 'path';
import type * as puppeteer from 'puppeteer';

View File

@@ -1,4 +1,3 @@
// tslint:disable:no-console no-any
import { NodeType } from 'rrweb-snapshot';
import {
EventType,