From d77ed27bc66821aa56398ff8dd1b885af7903672 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Nov 2025 06:18:13 +0900 Subject: feat(dev): configure Biome linter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Biome for linting and formatting with recommended rules. Reformat existing JSON files to use tabs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pkgs/client/package.json | 22 +++++++++++----------- pkgs/client/tsconfig.json | 16 ++++++++-------- 2 files changed, 19 insertions(+), 19 deletions(-) (limited to 'pkgs/client') diff --git a/pkgs/client/package.json b/pkgs/client/package.json index 35a5bae..ec5a7ee 100644 --- a/pkgs/client/package.json +++ b/pkgs/client/package.json @@ -1,13 +1,13 @@ { - "name": "@kioku/client", - "version": "0.1.0", - "private": true, - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "nsfisis", - "license": "MIT", - "packageManager": "pnpm@10.23.0", - "type": "module" + "name": "@kioku/client", + "version": "0.1.0", + "private": true, + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "nsfisis", + "license": "MIT", + "packageManager": "pnpm@10.23.0", + "type": "module" } diff --git a/pkgs/client/tsconfig.json b/pkgs/client/tsconfig.json index 0dc0dfe..21d77ad 100644 --- a/pkgs/client/tsconfig.json +++ b/pkgs/client/tsconfig.json @@ -1,10 +1,10 @@ { - "extends": "../../tsconfig.json", - "compilerOptions": { - "lib": ["ES2022", "DOM", "DOM.Iterable"], - "outDir": "./dist", - "rootDir": "./src" - }, - "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] + "extends": "../../tsconfig.json", + "compilerOptions": { + "lib": ["ES2022", "DOM", "DOM.Iterable"], + "outDir": "./dist", + "rootDir": "./src" + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] } -- cgit v1.2.3-70-g09d2