Files
jellyfin.org/cspell.json
T

15 lines
378 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",
"files": ["**/*.md"],
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt",
"addWords": true
}
],
"dictionaries": ["project-words"],
"ignorePaths": ["node_modules", "/project-words.txt"]
}