Here is a screenshot displaying what I want to avoid. Currently all my ESLint warnings look like this, where the line number is on a separate line to the file name; it’s therefore not possible to quickly navigate to the said location. I must first go to the file then manually find the line / character.
Instead, I would like to click on the filename + line to directly go to the warning in VSCode.
I would like the warning to be something like: “src/App.tsx:1:17” which would allow me to click on the name + line going directly to the issue.
Is it possible to customize the output to allow me to quickly navigate to the location?