main
json 11 lines 212 Bytes
Raw
1 {
2 "import": [
3 "./node_modules/aegir/cspell.json"
4 ],
5 "dictionaries": ["project"],
6 "dictionaryDefinitions": [{
7 "name": "project",
8 "path": "./.github/dictionary.txt",
9 "addWords": true
10 }]
11 }