UNPKG

@herbertgao/surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

5 lines (4 loc) 237 B
import { ESLint } from 'eslint'; export declare const createCli: (cliConfig?: ESLint.Options) => ESLint; export declare const checkAndFix: (cwd: string) => Promise<boolean>; export declare const check: (cwd: string) => Promise<boolean>;