What
Prepare a script that allows setting up a biomerc.json without having to install the configuration as a dependency.
Why
Remove the configuration package as a dependency for projects that cannot or do not want to depend on an external dependency for configuration. However, they still might want to use the configuration as a starting point.
Example
For new projects, just running
npx @cookielab.io/typescript-config init
or similar should create the configuration file without having to install the dependency.
Similarly, running
npx @cookielab.io/typescript-config eject
or similar should eject the configuration and merge the user-defined one with the one from the current configuration version. Ideally, it would also uninstall the configuration as a dependency.
Target Config
None.
What
Prepare a script that allows setting up a
biomerc.jsonwithout having to install the configuration as a dependency.Why
Remove the configuration package as a dependency for projects that cannot or do not want to depend on an external dependency for configuration. However, they still might want to use the configuration as a starting point.
Example
For new projects, just running
or similar should create the configuration file without having to install the dependency.
Similarly, running
or similar should eject the configuration and merge the user-defined one with the one from the current configuration version. Ideally, it would also uninstall the configuration as a dependency.
Target Config
None.