Relative Content

Tag Archive for visual-studio-codeeslinttypescript-eslint

How to customize ESLint warning with line and file name on same line?

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.