Replies: 1 comment 4 replies
-
This is by design. There have been previous suggestions for turning it off. What is your use case? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Basic Description of the problem
If I run
eslint ./src --ext .js --ext .ts --ext .tsx
, it gives outputbut esw says "Clean"
How to reproduce it
esw -w ./src --ext .js --ext .ts --ext .tsx
eslint ./src --ext .js --ext .ts --ext .tsx
Debug output:
Beta Was this translation helpful? Give feedback.
All reactions