Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Hide configurations in root folder #1

Open
evenstensberg opened this issue Feb 11, 2023 · 2 comments
Open

Feature: Hide configurations in root folder #1

evenstensberg opened this issue Feb 11, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@evenstensberg
Copy link
Owner

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.

@evenstensberg evenstensberg added the enhancement New feature or request label Feb 11, 2023
@CasperSocio
Copy link

It's possible to put these configs in package.json

@evenstensberg
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants