diff --git a/.changeset/config.json b/.changeset/config.json index 720acf5..7eed1d2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { - "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", - "changelog": "@changesets/cli/changelog", - "commit": true, - "fixed": [], - "linked": [], - "access": "public", - "baseBranch": "main", - "updateInternalDependencies": "patch", - "ignore": [] -} \ No newline at end of file + "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": true, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +} diff --git a/README.md b/README.md index 153e53b..ba970dc 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ![GitHub Repo stars](https://img.shields.io/github/stars/forge42dev/open-source-stack?style=social) ![npm](https://img.shields.io/npm/v/open-source-stack?style=plastic) ![GitHub](https://img.shields.io/github/license/forge42dev/open-source-stack?style=plastic) -![npm](https://img.shields.io/npm/dy/open-source-stack?style=plastic) -![npm](https://img.shields.io/npm/dw/open-source-stack?style=plastic) -![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/open-source-stack?style=plastic) +![npm](https://img.shields.io/npm/dy/open-source-stack?style=plastic) +![npm](https://img.shields.io/npm/dw/open-source-stack?style=plastic) +![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/open-source-stack?style=plastic) Full starter stack to develop CJS/ESM compatible npm packages with TypeScript, Vitest, ESLint, Prettier, and GitHub Actions. @@ -21,8 +21,7 @@ Build your own open-source project today! 🚀 - **TypeScript**: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. - **Vitest**: A modern test runner built on top of Vite. -- **ESLint**: ESLint statically analyzes your code to quickly find problems. -- **Prettier**: Prettier is an opinionated code formatter. +- **Biome**: Biome statically analyzes your code to find issues and formats your code with a consistent, opinionated style. - **GitHub Actions**: Automate your workflow from idea to production. - **tsup** - Zero-config bundler for tiny TypeScript libraries. @@ -54,4 +53,3 @@ Build your own open-source project today! 🚀 - `npm run lint` - Lint the code. - `npm run dev` - Start the package and ESM test app in watch mode for development. - `npm run dev:cjs` - Start the package and CJS test app in watch mode for development. - diff --git a/package.json b/package.json index 7786991..12c0b21 100644 --- a/package.json +++ b/package.json @@ -49,13 +49,8 @@ "bugs": { "url": "https://github.com/forge42dev/open-source-stack/issues" }, - "files": [ - "dist" - ], - "workspaces": [ - ".", - "test-apps/*" - ], + "files": ["dist"], + "workspaces": [".", "test-apps/*"], "homepage": "https://github.com/forge42dev/open-source-stack#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.15.4", @@ -83,4 +78,4 @@ "engines": { "node": ">=20.0.0" } -} \ No newline at end of file +}