-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add "--ignore" flag to deno fmt #6890
Conversation
I wonder if we should go with |
I think "ignore" is more standard and easy to guess but i think you're right as it is used in deno test for a different purpose. |
Changed |
@divy-work Sorry, I think we should go back to |
@nayeemrmn No worries. Switched back to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks @divy-work ! (Let's remove the --unstable flag before the next major release on August 13)
Adds
--ignore
todeno fmt
Use case:
deno fmt --ignore=./node_modules/
Status:
Ready for review
Ref: #4459