UNPKG

eslint-plugin-oxlint

Version:
4 lines (3 loc) 459 B
import { BuildFromOxlintConfigOptions, EslintPluginOxlintConfig, OxlintConfig, OxlintConfigCategories, OxlintConfigOverride } from './types.js'; export declare const handleOverridesScope: (overrides: OxlintConfigOverride[], configs: EslintPluginOxlintConfig[], baseCategories?: OxlintConfigCategories, options?: BuildFromOxlintConfigOptions) => void; export declare const readOverridesFromConfig: (config: OxlintConfig) => OxlintConfigOverride[] | undefined;