Files
jellyfin.org/cspell.json
T

26 lines
555 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-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",
"/blog/2019/*",
"/blog/2020/*",
"/blog/2021/*",
"/blog/2022/*",
"/blog/2023/*",
"/blog/2024/*",
"/blog/2025/*"
]
2026-01-15 11:48:42 +01:00
}