Configuration to use a formatter #1928
Labels
feature-request
Request for new features or functionality
help wanted
Issues identified as good community contribution opportunities
Milestone
In our codebase, we use [email protected] and https://github.com/lint-todo/eslint-formatter-todo to create a .lint-todo file that will keep track of all the places where we have eslint errors. The codebase is large, and this is very handy to plan the fixes and never loose track of them.
In the CLI,
eslint . --format @lint-todo/eslint-formatter-todo
is the command we use, and all the TODOs are silenced until they hit their error date.But in VSCode, we still see the errors because the formatter is not used by vscode-eslint.
I am looking for a way to do so, and did not find any extension option for this.
Is that possible?
cc: @fannyvanrell
The text was updated successfully, but these errors were encountered: