Files
outline-mcp/cspell.code.json
Timo Behrendt fcaff53fb4
Some checks failed
CI / Test (pull_request) Failing after 1m25s
bit of ci
2025-07-15 19:30:52 +02:00

13 lines
275 B
JSON

{
"version": "0.2",
"language": "en-GB",
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt"
}
],
"dictionaries": ["project-words", "typescript"],
"ignorePaths": ["node_modules", "dist", "/project-words.txt"]
}