-
Notifications
You must be signed in to change notification settings - Fork 3
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: Support custom toml
file path
#19
Conversation
src/common/version.ts
Outdated
|
||
const MIN_VERSION_WITH_CONFIG = { | ||
major: 0, | ||
minor: 24, |
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.
We'll tweak this before merging.
patch: 0, | ||
}; | ||
|
||
|
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.
Doesn't seem we enforce any type of formatting? Mind if I do a quick follow-up adding Biome?
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.
Yeah that works for me 👍 I've typically used prettier but Biome looks good.
6125e90
to
7e36d73
Compare
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 looks good! Left a comment on the Tach counterpart which should be merged and released first (saw your comment about min version, most likely will release under 0.25.0
)
EDIT: Corresponding PR in Tach merged, will release under 0.25.2
later today.
2a7daa5
to
6aff600
Compare
Bumped the version to |
Add ability to support a custom
toml
configuration path.