Skip to content

Commit 50bbfb3

Browse files
ericyangpanclaude
andcommitted
chore(config): update tooling configurations
- Update Biome schema from 2.3.10 to 2.3.11 - Remove Italian (it) language support from spell checker - Add 'aracidir' to allowed words list Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6420106 commit 50bbfb3

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

cspell.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
33
"version": "0.2",
4-
"language": "en,de,es,fr,id,it,pt,ru,tr",
5-
"dictionaries": ["de", "es", "fr", "id", "it", "pt", "ru", "tr"],
4+
"language": "en,de,es,fr,id,pt,ru,tr",
5+
"dictionaries": ["de", "es", "fr", "id", "pt", "ru", "tr"],
66
"dictionaryDefinitions": [
77
{
88
"name": "de",
@@ -24,11 +24,6 @@
2424
"path": "node_modules/@cspell/dict-id-id/dict/id-id.trie",
2525
"description": "Indonesian dictionary"
2626
},
27-
{
28-
"name": "it",
29-
"path": "node_modules/@cspell/dict-it-it/dict/it-it.trie",
30-
"description": "Italian dictionary"
31-
},
3227
{
3328
"name": "pt",
3429
"path": "node_modules/@cspell/dict-pt-pt/dict/Portuguese-European.trie.gz",
@@ -49,6 +44,7 @@
4944
"ignorePaths": ["cloudflare-env.d.ts", "docs", ".claude"],
5045
"words": [
5146
"API'lerle",
47+
"aracidir",
5248
"Anthropics",
5349
"BYOK",
5450
"Benefíciate",

0 commit comments

Comments
 (0)