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
We moved the most useful config files into @kumahq/config which gave us some immediate improvements. But we've decided to move on with some feature work and continue on with moving config into @kumahq/config at a later date.
We should also move:
Vite ./packages/*/viteconfig.*.ts
Vitepress ./.vitepress/config.*.ts (and related)
Makefiles./mk/
lint-stagedlintstagedrc.json
(maybe more)
And eventually @kumahq/config should become the default for dev tooling configuration files for our application.
The text was updated successfully, but these errors were encountered:
Description
Follow up to #3176
We moved the most useful config files into
@kumahq/config
which gave us some immediate improvements. But we've decided to move on with some feature work and continue on with moving config into@kumahq/config
at a later date.We should also move:
./packages/*/viteconfig.*.ts
./.vitepress/config.*.ts
(and related)Makefiles
./mk/
lint-staged
lintstagedrc.json
And eventually
@kumahq/config
should become the default for dev tooling configuration files for our application.The text was updated successfully, but these errors were encountered: