CoolFace
Apppublic

tddschn/yaml-parser

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes
cspell.config.yaml13 linesDownload Raw Back to root
1---2$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json3version: "0.2"4dictionaryDefinitions:5  - name: project-words6    path: "./project-words.txt"7    addWords: true8dictionaries:9  - project-words10ignorePaths:11  # - "node_modules"12  - "/project-words.txt"13