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
Storing settings in an string of cli command is not always convenient.
It would be great to be able to separate the config into a file, as it works for Babel or Prettier.
There is a tool for this: https://www.npmjs.com/package/cosmiconfig.
I'm ready to make a PR if the author of the repository likes the idea and takes the time to review it.
The text was updated successfully, but these errors were encountered:
dartess
changed the title
Add support for config file (cosmiconfig)
Add support for config file (cosmiconfig) like in other tools
Jul 4, 2024
Storing settings in an string of cli command is not always convenient.
It would be great to be able to separate the config into a file, as it works for Babel or Prettier.
There is a tool for this: https://www.npmjs.com/package/cosmiconfig.
I'm ready to make a PR if the author of the repository likes the idea and takes the time to review it.
The text was updated successfully, but these errors were encountered: