You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to start working towards integrating some common toolchain-things in jk itself. This is taking the nice properties of the go toolchain which integrates linting, formatting, testing, ... and doesn't need the user to do anything.
We could:
embed prettier in the standard library and call it from a jk format command
ship a default config file
Allow overrides if the user wants something different, namely local config files take precedence over the embedded one.
This should work for both js and ts.
The text was updated successfully, but these errors were encountered:
It'd be nice to start working towards integrating some common toolchain-things in
jk
itself. This is taking the nice properties of the go toolchain which integrates linting, formatting, testing, ... and doesn't need the user to do anything.We could:
jk format
commandThe text was updated successfully, but these errors were encountered: