UNPKG

@cpuchain/eslint

Version:

Common ESLint config for CPUchain projects

4 lines (3 loc) 215 B
import type { defineConfig } from 'eslint/config'; export type DefineConfigArg = Parameters<typeof defineConfig>[number]; export declare function getConfig(htmlConfig?: boolean, tsConfig?: string): DefineConfigArg;