Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 4.89 KB

File metadata and controls

45 lines (29 loc) · 4.89 KB

lib-config-ts

License Deployment

This repository is a monorepo powered by NPM Workspaces. It allows you to install only the specific configuration blocks you need, eliminating unnecessary dependency overhead in your projects.

🧩 Structure

Packages

Package Description Path Details
@vbetsch/config-eslint Core ESLint configuration src/packages/config-eslint npm package version npm downloads number per week npm package install size
@vbetsch/config-jest Testing configuration src/packages/config-jest npm package version npm downloads number per week npm package install size
@vbetsch/config-prettier Formatting standards src/packages/config-prettier npm package version npm downloads number per week npm package install size
@vbetsch/config-tsconfig Compiler settings src/packages/config-tsconfig npm package version npm downloads number per week npm package install size

Templates

The templates folder provides ready-to-use configuration boilerplates for a quick project setup.

🏗️ Installation

It is recommended that you use Node version lts/krypton -> v24.14.1 or later.

Refer to the individual module READMEs for specific installation instructions.

# Example
npm install -D @vbetsch/config-eslint @vbetsch/config-tsconfig

🚀 Using

Check out the vbetsch/lib-config-ts-test repository for a live integration example.

🤝 Contributing

Contributions are welcome! To get started, please ensure you have an approved issue before submitting a PR.

© 2026 vbetsch — MIT License