tddschn/yaml-parser
1
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 