24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
"version": "0.2",
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "project-words",
|
|
"path": "./project-words.txt",
|
|
"addWords": true
|
|
}
|
|
],
|
|
"dictionaries": ["project-words"],
|
|
"ignorePaths": [
|
|
".astro",
|
|
".idea",
|
|
"dist",
|
|
"node_modules",
|
|
"playwright-report",
|
|
"test-results",
|
|
"new-words.txt",
|
|
"playwright.config.ts",
|
|
"/project-words.txt"
|
|
]
|
|
}
|