Skip to content

Commit 0abff6a

Browse files
committed
readme updated
1 parent 6fe582b commit 0abff6a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
![GitHub Repo stars](https://img.shields.io/github/stars/forge42dev/open-source-stack?style=social)
44
![npm](https://img.shields.io/npm/v/open-source-stack?style=plastic)
55
![GitHub](https://img.shields.io/github/license/forge42dev/open-source-stack?style=plastic)
6-
![npm](https://img.shields.io/npm/dy/open-source-stack?style=plastic)
7-
![npm](https://img.shields.io/npm/dw/open-source-stack?style=plastic)
8-
![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/open-source-stack?style=plastic)
6+
![npm](https://img.shields.io/npm/dy/open-source-stack?style=plastic)
7+
![npm](https://img.shields.io/npm/dw/open-source-stack?style=plastic)
8+
![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/open-source-stack?style=plastic)
99

1010
Full starter stack to develop CJS/ESM compatible npm packages with TypeScript, Vitest, ESLint, Prettier, and GitHub Actions.
1111

@@ -21,8 +21,7 @@ Build your own open-source project today! 🚀
2121

2222
- **TypeScript**: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
2323
- **Vitest**: A modern test runner built on top of Vite.
24-
- **ESLint**: ESLint statically analyzes your code to quickly find problems.
25-
- **Prettier**: Prettier is an opinionated code formatter.
24+
- **Biome**: Biome statically analyzes your code to find issues and formats your code with a consistent, opinionated style.
2625
- **GitHub Actions**: Automate your workflow from idea to production.
2726
- **tsup** - Zero-config bundler for tiny TypeScript libraries.
2827

@@ -54,4 +53,3 @@ Build your own open-source project today! 🚀
5453
- `npm run lint` - Lint the code.
5554
- `npm run dev` - Start the package and ESM test app in watch mode for development.
5655
- `npm run dev:cjs` - Start the package and CJS test app in watch mode for development.
57-

0 commit comments

Comments
 (0)