mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 12:47:48 +00:00
feat: core: validate to lint (#226)
* feat: core: validate to lint * fix: cleanup dependencies * feat: validate as lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as yaml from 'js-yaml';
|
||||
import { Document, Source } from '../resolve';
|
||||
import { Oas3RuleSet } from '../validate';
|
||||
import { Oas3RuleSet } from '../lint';
|
||||
import { RuleConfig, LintConfig, Plugin } from '../config/config';
|
||||
|
||||
export function parseYamlToDocument(body: string, absoluteRef: string = ''): Document {
|
||||
|
||||
Reference in New Issue
Block a user