fix: linting erroring out on graphql queries (#2846)
This commit is contained in:
parent
53938248de
commit
ad86221c7d
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ export const createGQLQueryLinter: (
|
|||
ch: locations![0].column - 1,
|
||||
},
|
||||
to: {
|
||||
line: locations![0].line - 1,
|
||||
ch: locations![0].column,
|
||||
line: locations![0].line,
|
||||
ch: locations![0].column - 1,
|
||||
},
|
||||
message,
|
||||
severity: "error",
|
||||
|
|
|
|||
Loading…
Reference in a new issue