Files
jellyfin.org/cspell.json
T

29 lines
666 B
JSON
Raw Normal View History

2026-01-15 11:48:42 +01:00
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
2026-01-16 15:02:41 +01:00
"language": "en, en-US, en-GB",
2026-01-22 20:41:30 +01:00
"allowCompoundWords": true,
2026-01-15 13:58:30 +01:00
"files": ["**/*.md", "**/*.mdx", "**/*.tsx"],
2026-01-15 11:48:42 +01:00
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt",
"addWords": true
}
],
"dictionaries": ["project-words"],
2026-01-15 13:58:30 +01:00
"ignorePaths": [
"node_modules",
"/project-words.txt",
2026-01-22 20:41:30 +01:00
"/src/components/common/PlatformIcon.tsx",
2026-01-15 13:58:30 +01:00
"/blog/2019/*",
"/blog/2020/*",
"/blog/2021/*",
"/blog/2022/*",
"/blog/2023/*",
"/blog/2024/*",
"/blog/2025/*"
]
2026-01-15 11:48:42 +01:00
}