micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

Move tooling configs to package json #271

Closed mischah closed 5 years ago

mischah commented 5 years ago

It’s a trend that tools make it possible to store their settings in a field in the package.json. I recently enabled Baumeister to handle his configuration this way. See #270 – feat: enable to define baumeister config in package.json.

I’d like the approach, because the project root is less cluttered with dotfiles and you can see all the configs in one place.

This way we can get rid of the following files:

/.babelrc
/.eslintrc.json
/.prettierrc
/.stylelintrc.json
/baumeister.json

On the other hand this bloats the package.json like you can see in the diff.

Opinions please @phlmn @nicolaisueper @Paquan @chrkhl @krnlde (πŸ‘ / πŸ‘Ž)