How Can I Display All Lint Errors and Warnings in VS Code Without Opening Each File?
When I run nx run-many -t lint --all
, I get a lot of warnings and errors in the terminal.
How Can I Display All Lint Errors and Warnings in VS Code Without Opening Each File?
When I run nx run-many -t lint --all
, I get a lot of warnings and errors in the terminal.