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

@@ -5,7 +5,7 @@ import { exclude, merge } from 'fast-cidr-tools';
import { getChnCidrPromise } from './build-chn-cidr';
import { NON_CN_CIDR_INCLUDED_IN_CHNROUTE, RESERVED_IPV4_CIDR } from './constants/cidr';
import { writeFile } from './lib/bun';
import { writeFile } from './lib/misc';
export const buildInternalReverseChnCIDR = task(require.main === module, __filename)(async () => {
const cidr = await getChnCidrPromise();