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
It would be nice if configuration files, webpack, prettier, eslint, cspell, rollup etc could be hidden from the root path of a project. Either fixed by moving files to a configuration folder or by having these configurations hosted elsewhere and require them in memory.
The text was updated successfully, but these errors were encountered:
Yes some configurations could be hosted in package.json, but having a configuration file is really handy. We just need to figure a way to keep configurations somewhere else than root folder (due that project root will be very full of configuration files). Maybe in a folder and spawning a process with cwd as exectuable path.
It would be nice if configuration files,
webpack
,prettier
,eslint
,cspell
,rollup
etc could be hidden from the root path of a project. Either fixed by moving files to a configuration folder or by having these configurations hosted elsewhere and require them in memory.The text was updated successfully, but these errors were encountered: