www/cspell.json
2025-06-21 11:28:38 +12:00

101 lines
1.9 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"language": "en,es",
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
"words": [
"adam",
"AMOLED",
"Astronav",
"Briel",
"brhm",
"Brhm",
"bryan",
"Canoa",
"canoa",
"cfasync",
"createdAsc",
"createdDefault",
"createdDesc",
"daniel",
"FMPEG",
"ferrocyante",
"flatpaks",
"Galdámez",
"García",
"Garro",
"isnan",
"itro",
"jace",
"Jace",
"jafeth",
"Jafeth",
"jank",
"Jokagi",
"junicode",
"Junicode",
"kristijanribaric",
"Kristijan",
"laggy",
"larvey",
"Larvey",
"linuxarmsum",
"linuxsum",
"linaarchsum",
"mfsa",
"mozilla",
"Nehalem",
"NSIS",
"OCSP",
"oscar",
"Otero",
"patreon",
"Pdzly",
"Ribaric",
"taroj",
"Turborepo",
"testid",
"theming",
"tuta",
"tsconfigs",
"unfloatable",
"unfocusing",
"unrs",
"updatedAsc",
"updatedDefault",
"updatedDesc",
"VAAPI",
"wmfcdm",
"workerd",
"XPCOM",
"xmark",
"yumemi",
"zsync"
],
"flagWords": [],
"ignorePaths": [
"node_modules/**",
".git/**",
"dist/**",
"build/**",
".astro/**",
"coverage/**",
"playwright-report/**",
"test-results/**",
"*.min.js",
"*.bundle.js",
"package-lock.json",
"yarn.lock",
"pnpm-lock.yaml"
],
"allowCompoundWords": true,
"dictionaries": ["typescript", "node", "html", "css", "bash", "npm", "es-es"],
"import": [
"@cspell/dict-typescript/cspell-ext.json",
"@cspell/dict-node/cspell-ext.json",
"@cspell/dict-html/cspell-ext.json",
"@cspell/dict-css/cspell-ext.json",
"@cspell/dict-bash/cspell-ext.json",
"@cspell/dict-npm/cspell-ext.json",
"@cspell/dict-es-es/cspell-ext.json"
]
}