style(eslint): lint tsx (#15098)

This commit is contained in:
Tony
2024-04-04 20:28:45 +08:00
committed by GitHub
parent d5daf23f41
commit 0893debb07
492 changed files with 529 additions and 576 deletions

View File

@@ -1,6 +1,6 @@
import { namespaces } from '../../lib/registry';
import fs from 'node:fs';
import * as path from 'node:path';
import path from 'node:path';
import { categories } from './data';
import { getCurrentPath } from '../../lib/utils/helpers';