mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|||
|
|
"$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"]
|
||
|
|
}
|