ESLint Inferred Task Options #29728
Unanswered
patrickhousley
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like inferred tasks are not built on top of their non-inferred counterpart or does not make use it's executor. For example, for eslint, if you use an inferred task, it runs eslint binary directly instead of making use of the eslint executor. This means some of the options like
--print-config
does not work for inferred tasks. And I don't think this is the first time I have seen this. I guess the question here, or maybe the feature ask, is that inferred tasks build or make use of the already built out executors. Was there a reason that was not done?Beta Was this translation helpful? Give feedback.
All reactions