UNPKG

es-guard

Version:

A tool to check JavaScript compatibility with target environments

8 lines 468 B
import type { ESLint } from "eslint"; /** * Creates an ESLint configuration that ignores project-level ignore patterns. * This ensures that es-guard can scan ALL files in the target directory, * including those that would normally be excluded by .eslintignore or other project settings. */ export declare const createESLintConfig: (target: string, browsers?: string, skipCompatWarnings?: boolean) => ESLint.Options; //# sourceMappingURL=createESLintConfig.d.ts.map