1.3.6 • Published 2 years ago

@amaurym/config v1.3.6

Weekly downloads
828
License
MIT
Repository
github
Last release
2 years ago

npm License code style: prettier dependencies Status Buy me a tree

@amaurym/config serves as bundle package for the following smaller packages:

So you can either add @amaurym/config as a whole, or you can install the smaller parts individually. Since you are adding these packages as devDependencies, it should not add any overhead to your final bundle size.

🚀 Get Started

Install the package:

yarn add --dev @amaurym/config

And follow the Get Started guides of the following configs.

📦 Packages

PackagenpmDescriptionDocs
@amaurym/confignpmBundle package for all the packages belowThis current README
@amaurym/eslintrcnpmConfig files for eslint. Basically @typescript-eslint/recommended + prettierREADME
@amaurym/tsconfignpmConfig files for tsconfig, with --strictREADME

🤔 Why?

I create a lot of open-source projects, and I like to factorize as much code/config as I can. In order to have a consistent coding style between all projects, I created this repo.

I also believe that these configs are mostly common-sense configs, so I hope you find them useful too.