Open johncowen opened 5 days ago
Follow up to https://github.com/kumahq/kuma-gui/pull/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.
@kumahq/config
We should also move:
./packages/*/viteconfig.*.ts
./.vitepress/config.*.ts
Makefiles
./mk/
lint-staged
lintstagedrc.json
And eventually @kumahq/config should become the default for dev tooling configuration files for our application.
Description
Follow up to https://github.com/kumahq/kuma-gui/pull/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.