You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I can't seem to find is how to change the file and line number of a problem. To easily set the scene, I have a set of files (graphql) that I compile into a json file. I then lint that created json file. I would like to override the location of the error from the line in my compiled json file to the actual file and line of the error. The only thing I've found the ability to change the path, but that seems to not be able to change the file but the path in that file. Does anyone have a way to do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Something I can't seem to find is how to change the file and line number of a problem. To easily set the scene, I have a set of files (graphql) that I compile into a json file. I then lint that created json file. I would like to override the location of the error from the line in my compiled json file to the actual file and line of the error. The only thing I've found the ability to change the path, but that seems to not be able to change the file but the path in that file. Does anyone have a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions