Refactor: make ESLint happy

This commit is contained in:
SukkaW
2024-07-24 23:14:23 +08:00
parent 46ae8e8cd8
commit 6877195279
10 changed files with 24 additions and 53 deletions

View File

@@ -7,7 +7,7 @@ import type { TreeType, TreeTypeArray } from './lib/tree-dir';
import { fdir as Fdir } from 'fdir';
import Trie from 'mnemonist/trie';
import { writeFile } from './lib/bun';
import { writeFile } from './lib/misc';
const rootPath = path.resolve(__dirname, '../');
const publicPath = path.resolve(__dirname, '../public');