Skip to content

Commit 6a92e62

Browse files
gn-t-kclaude
andcommitted
feat: Biome v2.0.6を導入してコード品質ツールを統合
ESLint/Prettierの代替として、より高速なBiomeを導入。 フォーマット、リント、インポート整理機能を統合し、開発効率を向上。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 01b96ac commit 6a92e62

File tree

3 files changed

+120
-0
lines changed

3 files changed

+120
-0
lines changed

biome.jsonc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
3+
"vcs": {
4+
"enabled": false,
5+
"clientKind": "git",
6+
"useIgnoreFile": false
7+
},
8+
"files": {
9+
"ignoreUnknown": false
10+
},
11+
"formatter": {
12+
"enabled": true
13+
},
14+
"linter": {
15+
"enabled": true,
16+
"rules": {
17+
"recommended": true
18+
}
19+
},
20+
"assist": {
21+
"enabled": true,
22+
"actions": {
23+
"source": {
24+
"organizeImports": "on"
25+
}
26+
}
27+
}
28+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"clean": "turbo clean"
1313
},
1414
"devDependencies": {
15+
"@biomejs/biome": "2.0.6",
1516
"@turbo/gen": "2.5.4",
1617
"turbo": "2.5.4"
1718
},

pnpm-lock.yaml

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)