This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Move tooling configs to package.json
This way we can get rid of the following files: ``` /.babelrc /.eslintrc.json /.prettierrc /.stylelintrc.json /baumeister.json ``` 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](#270). I’d like the approach, because the project root is less cluttered with dotfiles and you can see all the configs in one place.
- Loading branch information
Showing
8 changed files
with
161 additions
and
124 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.