Skip to content

Commit

Permalink
Update src/parser.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
mattias-persson and derberg authored Sep 5, 2023
1 parent 7a3842c commit eebaef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { RamlDTSchemaParser } from '@asyncapi/raml-dt-schema-parser';
import { Flags } from '@oclif/core';
import { OutputFormat } from '@stoplight/spectral-cli/dist/services/config';
import { getDiagnosticSeverity } from '@stoplight/spectral-core';
import { html, json, junit, pretty, stylish, teamcity, text } from '@stoplight/spectral-formatters/dist';
import { html, json, junit, pretty, stylish, teamcity, text } from '@stoplight/spectral-formatters';

import type { Diagnostic } from '@asyncapi/parser/cjs';
import type Command from './base';
Expand Down

0 comments on commit eebaef0

Please sign in to comment.