Skip to content
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

Remove npm script alias to run prettier #47

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

zackad
Copy link
Owner

@zackad zackad commented Aug 8, 2024

I don't see the value of having this npm script alias. Having this script alias make it difficult to format our codebase. Instead of yarn prettier --write filename.js we need to run
./node_modules/.bin/prettier --write filename.js which more verbose.

I don't see the value of having this npm script alias. Having this
script alias make it difficult to format our codebase. Instead of `yarn
prettier --write filename.js` we need to run
`./node_modules/.bin/prettier --write filename.js` which more verbose.
@zackad zackad merged commit a5b4136 into master Aug 8, 2024
2 checks passed
@zackad zackad deleted the remove-npm-script-alias branch August 8, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant