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
In some teams, we commit the config files generated by Crafty, which is annoying as it needs to be modified to be cross system (e.g. the Jest config has absolute paths)
It would be great if we could benefit from the config file (and commit it) without having to keep it up-to-date with crafty ide
something like (not an actual implementation, that's pseudocode)
// prettier.config.mjs
import crafty from "@swissquote/crafty";
await crafty.loadConfig();
export crafty.config.prettier
The text was updated successfully, but these errors were encountered:
In some teams, we commit the config files generated by Crafty, which is annoying as it needs to be modified to be cross system (e.g. the Jest config has absolute paths)
It would be great if we could benefit from the config file (and commit it) without having to keep it up-to-date with
crafty ide
something like (not an actual implementation, that's pseudocode)
The text was updated successfully, but these errors were encountered: