Skip to content

Commit c1278d6

Browse files
committed
lint
1 parent b3724ef commit c1278d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/monaco-graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ const RequireOperationNameRule: ValidationRule = context => {
493493
return;
494494
}
495495
context.reportError(
496-
`` new GraphQLError('Oops, all operations must be named.', {
496+
new GraphQLError('Oops, all operations must be named.', {
497497
nodes: [node],
498498
}),
499499
);

0 commit comments

Comments
 (0)