-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell.config.yaml
51 lines (51 loc) · 931 Bytes
/
cspell.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: "0.2"
files:
- "**/*.ts"
- "**/*.tsx"
- "**/*.md"
- "**/*.{c,m}js"
ignorePaths:
- "**/*.d.ts"
words:
- acum
- dvir
- dvirtz
- greasemonkey
- isni
- isrc
- isrcs
- iswc
- iswcs
- knipignore
- mbid
- metabrainz
- musicbrainz
- rels
- setlist
- setlistfm
- tampermonkey
- userscript
- userscripts
- violentmonkey
- yitzchaki
patterns:
- name: user_script_id
pattern: /\/\/ @id.*/g
overrides:
- filename: dist/*.user.js
ignoreRegExpList:
- user_script_id
- filename: package.json
includeRegExpList:
- /"description":.*/g
- filename: meta.ts
ignoreRegExpList:
- /@match .*/g
languageSettings:
- enabled: true
languageId: typescriptreact
ignoreRegExpList:
- /^import .*/mg
- /class=\{[^}]+\}/g
- /class="[^"]+"/g