mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Housekeeping & Make ESLint Happy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import fsp from 'fs/promises';
|
||||
import { sep } from 'path';
|
||||
import fsp from 'node:fs/promises';
|
||||
import { sep } from 'node:path';
|
||||
|
||||
interface TreeFileType {
|
||||
type: 'file',
|
||||
|
||||
Reference in New Issue
Block a user