diff --git a/packages/apidom-reference/src/parse/parsers/openapi-json-2/index.ts b/packages/apidom-reference/src/parse/parsers/openapi-json-2/index.ts index 38bd8665da..5820b1dfe4 100644 --- a/packages/apidom-reference/src/parse/parsers/openapi-json-2/index.ts +++ b/packages/apidom-reference/src/parse/parsers/openapi-json-2/index.ts @@ -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 = stampit(Parser, { props: { name: 'openapi-json-2',