Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit ee135e2

Browse files
committed
docs: update comment & linter
1 parent 8edcffb commit ee135e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ function getEnumValues(ast: AstQuery, oneOfTypes: any): any[] {
140140
oneOfTypes = res[0];
141141
}
142142
return (oneOfTypes.elements as any[]).map((element: any) => {
143-
// tslint:disable:next-line comment-format
144-
// FIXME: This are not named references!
143+
// fixme: This are not named references!
145144
if (element.type === 'StringLiteral') {
146145
return dom.create.namedTypeReference(`'${element.value}'`);
147146
}

0 commit comments

Comments
 (0)