Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add formatter.pathType option for absolute path #792

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

piotr-oles
Copy link
Collaborator

Add formatter.pathType option with available values relative (default) and absolute. If you set it to absolute, the plugin will print absolute paths to error locations.

Closes: #789

@piotr-oles piotr-oles self-assigned this Jan 8, 2023
Add `formatter.pathType` option with available values `relative`
(default) and `absolute`. If you set it to `absolute`, the plugin will
print absolute paths to error locations.

✅ Closes: #789
@piotr-oles piotr-oles force-pushed the feature/add-formatter-path-type-option branch from a20d14e to ae5b40d Compare January 10, 2023 19:40
@piotr-oles piotr-oles enabled auto-merge (squash) January 10, 2023 19:41
@piotr-oles piotr-oles merged commit 3ae3406 into main Jan 10, 2023
@piotr-oles piotr-oles deleted the feature/add-formatter-path-type-option branch January 10, 2023 21:45
@github-actions
Copy link

🎉 This PR is included in version 7.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error location in error messages is not clickable in some cases, because it's relative to process.cwd().
1 participant