UNPKG

eslint-plugin-oxlint

Version:
8 lines (7 loc) 389 B
import { OxlintConfig, OxlintConfigOverride, OxlintConfigPlugins } from './types.js'; export declare const defaultPlugins: OxlintConfigPlugins; /** * tries to return the "plugins" section from the config. * it returns `undefined` when not found or invalid. */ export declare const readPluginsFromConfig: (config: OxlintConfig | OxlintConfigOverride) => OxlintConfigPlugins | undefined;