mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
94 lines
1.8 KiB
JSON
94 lines
1.8 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": [
|
|
"createdDefault",
|
|
"createdAsc",
|
|
"createdDesc",
|
|
"updatedDefault",
|
|
"updatedAsc",
|
|
"updatedDesc",
|
|
"Astronav",
|
|
"tuta",
|
|
"junicode",
|
|
"cfasync",
|
|
"Junicode",
|
|
"Galdámez",
|
|
"García",
|
|
"brhm",
|
|
"Brhm",
|
|
"kristijanribaric",
|
|
"Ribaric",
|
|
"larvey",
|
|
"Larvey",
|
|
"taroj",
|
|
"Jokagi",
|
|
"jace",
|
|
"Jace",
|
|
"canoa",
|
|
"Canoa",
|
|
"itro",
|
|
"jafeth",
|
|
"Jafeth",
|
|
"Garro",
|
|
"XPCOM",
|
|
"zsync",
|
|
"flatpaks",
|
|
"Nehalem",
|
|
"VAAPI",
|
|
"FMPEG",
|
|
"AMOLED",
|
|
"jank",
|
|
"mfsa",
|
|
"OCSP",
|
|
"unfloatable",
|
|
"laggy",
|
|
"NSIS",
|
|
"wmfcdm",
|
|
"unfocusing",
|
|
"Briel",
|
|
"Otero",
|
|
"Pdzly",
|
|
"ferrocyante",
|
|
"testid",
|
|
"linuxsum",
|
|
"linuxarmsum",
|
|
"bryan",
|
|
"oscar",
|
|
"daniel",
|
|
"Kristijan",
|
|
"adam",
|
|
"mozilla",
|
|
"patreon",
|
|
"theming",
|
|
"linaarchsum"
|
|
],
|
|
"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"
|
|
]
|
|
}
|