Allow for multiple linters when doing nx lint <project>
#29385
alfaproject
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would like to have cascading linters when running the lint command for a particular project or for run-many. The idea is that we configure
nx lint
to both execute oxlint first and eslint after if oxlint didn't report any linting issue.Unfortunately oxlint and other alternative linters do not support typed linting which means we can't get rid of eslint just yet for our needs, so this would allow to have faster linting if oxlint reports any issue and basically the same performance otherwise because the fallback to eslint would only have type rules which were always slow to begin with
Beta Was this translation helpful? Give feedback.
All reactions