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
The cli config commands is a nightmare for maintenance and testing. Instead follow the pattern of prettier and eslint and similar tools and have a config file that has to be created by something else and just read it.
Will simplify and allow focus on real feature again.