mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
15 lines
319 B
YAML
15 lines
319 B
YAML
|
---
|
||
|
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
|
||
|
version: '0.2'
|
||
|
language: en-GB
|
||
|
dictionaryDefinitions:
|
||
|
- name: project-words
|
||
|
path: './project-words.txt'
|
||
|
addWords: true
|
||
|
dictionaries:
|
||
|
- project-words
|
||
|
ignorePaths:
|
||
|
- 'vendor'
|
||
|
- 'bin'
|
||
|
- '/project-words.txt'
|