mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
chore: update eslint to sort out imports (#1655)
* chore: update eslint to sort out imports * turn warnings into errrors
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { parseYaml } from '../js-yaml';
|
||||
import { Document, Source } from '../resolve';
|
||||
import { Oas3RuleSet } from '../oas-types';
|
||||
import { Source } from '../resolve';
|
||||
import { StyleguideConfig, mergeExtends, resolvePlugins } from '../config';
|
||||
|
||||
import type { Document } from '../resolve';
|
||||
import type { Oas3RuleSet } from '../oas-types';
|
||||
import type { RuleConfig, Plugin, ResolvedStyleguideConfig } from '../config/types';
|
||||
|
||||
export function parseYamlToDocument(body: string, absoluteRef: string = ''): Document {
|
||||
|
||||
Reference in New Issue
Block a user