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
ESLint outputs absolute paths in the console which allows editors such as VSCode to click and open the file. This library reports them as relative which means you have to manually find and open the file.
Would you accept a PR to update this to be more consistent with ESLint?
ESLint outputs absolute paths in the console which allows editors such as VSCode to click and open the file. This library reports them as relative which means you have to manually find and open the file.
Would you accept a PR to update this to be more consistent with ESLint?
It's just a matter of changing the following
Alternatively we could add an option to configure this.
The text was updated successfully, but these errors were encountered: