fix: linting erroring out on graphql queries (#2846)
This commit is contained in:
@@ -28,8 +28,8 @@ export const createGQLQueryLinter: (
|
|||||||
ch: locations![0].column - 1,
|
ch: locations![0].column - 1,
|
||||||
},
|
},
|
||||||
to: {
|
to: {
|
||||||
line: locations![0].line - 1,
|
line: locations![0].line,
|
||||||
ch: locations![0].column,
|
ch: locations![0].column - 1,
|
||||||
},
|
},
|
||||||
message,
|
message,
|
||||||
severity: "error",
|
severity: "error",
|
||||||
|
|||||||
Reference in New Issue
Block a user