@amaurym/config

Mostly common-sense configuration files for `eslint` and `tsconfig`

Usage no npm install needed!

<script type="module">
  import amaurymConfig from 'https://cdn.skypack.dev/@amaurym/config';
</script>

README

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




@amaurym/config

💯 Mostly common-sense configuration files for `eslint` and `tsconfig`.




@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

Package npm Description Docs
@amaurym/config npm Bundle package for all the packages below This current README
@amaurym/eslintrc npm Config files for eslint. Basically @typescript-eslint/recommended + prettier README
@amaurym/tsconfig npm Config files for tsconfig, with --strict README

🤔 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.