Skip to content

Commit

Permalink
Update packages/apidom-reference/src/parse/parsers/openapi-json-2/ind…
Browse files Browse the repository at this point in the history
…ex.ts
  • Loading branch information
char0n authored Oct 31, 2023
1 parent 8c31d30 commit 2780a71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import ParserError from '../../../errors/ParserError';
import { File as IFile, Parser as IParser } from '../../../types';
import Parser from '../Parser';

// eslint-disable-next-line @typescript-eslint/naming-convention
const OpenApiJson2Parser: stampit.Stamp<IParser> = stampit(Parser, {
props: {
name: 'openapi-json-2',
Expand Down

0 comments on commit 2780a71

Please sign in to comment.