UNPKG

@julr/tooling-configs

Version:

Shared tooling configs: TSConfig, OXC (oxlint + oxfmt)

7 lines (6 loc) 251 B
import { defineConfig } from "oxfmt"; //#region src/oxc/fmt.d.ts type OxfmtOptions = Partial<Parameters<typeof defineConfig>[0]>; declare function julrPreset(config?: OxfmtOptions): ReturnType<typeof defineConfig>; //#endregion export { julrPreset };