aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-30 06:18:13 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:01 +0900
commitd77ed27bc66821aa56398ff8dd1b885af7903672 (patch)
tree46da256624c7bb7da19b720d7ba90b2ee059a08e /pkgs
parent197d8a70a25663fb2e4096062fae8ac471522ba7 (diff)
downloadkioku-d77ed27bc66821aa56398ff8dd1b885af7903672.tar.gz
kioku-d77ed27bc66821aa56398ff8dd1b885af7903672.tar.zst
kioku-d77ed27bc66821aa56398ff8dd1b885af7903672.zip
feat(dev): configure Biome linter
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 <noreply@anthropic.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/client/package.json22
-rw-r--r--pkgs/client/tsconfig.json16
-rw-r--r--pkgs/server/package.json22
-rw-r--r--pkgs/server/tsconfig.json14
-rw-r--r--pkgs/shared/package.json22
-rw-r--r--pkgs/shared/tsconfig.json14
6 files changed, 55 insertions, 55 deletions
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"]
}
diff --git a/pkgs/server/package.json b/pkgs/server/package.json
index d986b65..3d179d6 100644
--- a/pkgs/server/package.json
+++ b/pkgs/server/package.json
@@ -1,13 +1,13 @@
{
- "name": "@kioku/server",
- "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/server",
+ "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/server/tsconfig.json b/pkgs/server/tsconfig.json
index ed464a9..038af8a 100644
--- a/pkgs/server/tsconfig.json
+++ b/pkgs/server/tsconfig.json
@@ -1,9 +1,9 @@
{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "outDir": "./dist",
- "rootDir": "./src"
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist"]
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./dist",
+ "rootDir": "./src"
+ },
+ "include": ["src/**/*"],
+ "exclude": ["node_modules", "dist"]
}
diff --git a/pkgs/shared/package.json b/pkgs/shared/package.json
index c15c299..26c95b7 100644
--- a/pkgs/shared/package.json
+++ b/pkgs/shared/package.json
@@ -1,13 +1,13 @@
{
- "name": "@kioku/shared",
- "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/shared",
+ "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/shared/tsconfig.json b/pkgs/shared/tsconfig.json
index ed464a9..038af8a 100644
--- a/pkgs/shared/tsconfig.json
+++ b/pkgs/shared/tsconfig.json
@@ -1,9 +1,9 @@
{
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "outDir": "./dist",
- "rootDir": "./src"
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist"]
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "./dist",
+ "rootDir": "./src"
+ },
+ "include": ["src/**/*"],
+ "exclude": ["node_modules", "dist"]
}