@inyourtime/shared-configs

v0.1.1

Published

Shared configuration files for my projects.

Readme

@inyourtime/shared-configs

Shared configuration files for my projects.

Usage

Install the package with the tools you use:

npm install --save-dev @inyourtime/shared-configs @biomejs/biome release-it

Extend the shared Biome config from your project:

{
  "extends": ["@inyourtime/shared-configs/biome"]
}

Use the shared release-it config:

release-it --config ./node_modules/@inyourtime/shared-configs/.release-it.json