UNPKG

649 BTypeScriptView Raw
1import { Dictionary } from '@stoplight/types';
2import { Specs } from '../../graph/nodes/types';
3import { StoplightConfig, StoplightKnownPath } from './types';
4export declare const STOPLIGHT_CONFIG_PLUGIN_ID = "STOPLIGHT_CONFIG";
5export declare const STOPLIGHT_CONFIG_PATH = ".stoplight.json";
6export declare const STOPLIGHT_CONFIG_PATH_REGEXP: RegExp;
7export declare const RECOMMENDED_IGNORE_LIST: string[];
8export declare const DEFAULT_PATHS: Readonly<Dictionary<string, StoplightKnownPath>>;
9export declare const DEFAULT_CONFIG: StoplightConfig;
10export declare const FORMATS_SPEC_MAP: Omit<Dictionary<StoplightKnownPath, Specs>, Specs.Stoplight>;