UNPKG

@anolilab/lint-staged-config

Version:
5 lines (4 loc) 339 B
import type { NormalizedPackageJson, PackageManager } from "@visulima/package"; import type { EslintConfig } from "../types.d.cts"; declare const createEslintCommands: (packageManager: PackageManager, packageJson: NormalizedPackageJson, eslintConfig: EslintConfig, filenames: string[]) => Promise<string[]>; export = createEslintCommands;