Files
www/cspell.json
mr. m ee9aeab8b3 fix: improve security props handling in ReleaseNoteItem component (#918)
* fix: improve security props handling in ReleaseNoteItem component

* Update workflowId in stable.json

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>

---------

Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
2026-04-24 20:56:27 +02:00

109 lines
2.0 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",
"animejs",
"Astronav",
"brhm",
"Brhm",
"Briel",
"bryan",
"Bokmål",
"canoa",
"Canoa",
"cfasync",
"createdAsc",
"createdDefault",
"createdDesc",
"daniel",
"devs",
"ferrocyante",
"flatpaks",
"FMPEG",
"Galdámez",
"García",
"Garro",
"isnan",
"itro",
"jace",
"Jace",
"jafeth",
"Jafeth",
"jank",
"Jokagi",
"junicode",
"Junicode",
"Kristijan",
"kristijanribaric",
"laggy",
"larvey",
"Larvey",
"linaarchsum",
"linuxarmsum",
"linuxsum",
"Logitech",
"mfsa",
"mozilla",
"multiple",
"Nehalem",
"NSIS",
"OCSP",
"oscar",
"Otero",
"patreon",
"Pdzly",
"Ribaric",
"securtiy",
"taroj",
"testid",
"theming",
"tsconfigs",
"Turborepo",
"tuta",
"unfloatable",
"unfocusing",
"unrs",
"updatedAsc",
"updatedDefault",
"updatedDesc",
"VAAPI",
"wmfcdm",
"workerd",
"xmark",
"XPCOM",
"yumemi",
"zsync",
"Zstandard"
],
"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"
]
}