@anolilab/lint-staged-config
Version:
Shareable Lint-Staged Config for any project.
5 lines (4 loc) • 338 B
TypeScript
import type { NormalizedPackageJson, PackageManager } from "@visulima/package";
import type { EslintConfig } from "../types.d.ts";
declare const createEslintCommands: (packageManager: PackageManager, packageJson: NormalizedPackageJson, eslintConfig: EslintConfig, filenames: string[]) => Promise<string[]>;
export = createEslintCommands;