-
Notifications
You must be signed in to change notification settings - Fork 124
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
Implement CSV ConfigFormatter #487
Conversation
"typescript": "^5.6.2", | ||
"zx": "8.1.8" | ||
}, | ||
"dependencies": { | ||
"csv-stringify": "6.5.1" |
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.
this repository acts as a monorepo.
please install this package directly on the relevant internal package that uses it.
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.
@davidmeirlevy this is currently installed in the lib package. By the relevant package do you mean the integrations package that I must move the feat to according the to new version?
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.
@ovindu-a i guess @davidmeirlevy ment the @configu/lib
package
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.
Thanks for your PR.
please follow the comment I wrote so we will be able to merge it.
Thanks! 👍
Sure @davidmeirlevy, I will make the changes as mentioned. |
@ovindu-a thanks for the great effort i will merge it an fix the dependency location myself |
Sure @rannn505, let me know if there are any more issues I can work on. |
Closes #462
I have implemented CSV formatter as requested in the above issue.