Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Move tooling configs to package json #271

Merged
merged 7 commits into from
Feb 18, 2019
Merged

Conversation

mischah
Copy link
Member

@mischah mischah commented Feb 15, 2019

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 (👍 / 👎)

@mischah mischah merged commit ab6594c into master Feb 18, 2019
@mischah mischah deleted the move-configs-to-package-json branch February 18, 2019 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant