forked from ridedott/merge-me-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cSpell.json
49 lines (49 loc) · 773 Bytes
/
cSpell.json
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
{
"dictionaries": [
"companies",
"filetypes",
"misc",
"node",
"npm",
"softwareTerms",
"typescript"
],
"flagWords": [],
"ignorePaths": [
".eslintrc",
"*.config.js",
"*.json",
"*.log",
"*.yaml",
"**/*.json",
"CHANGELOG.md",
"coverage/**",
"dist/**",
"generated/**",
"lib/**",
"node_modules/**"
],
"language": "en-US",
"version": "0.1",
"words": [
"backoff",
"codeowners",
"commitlint",
"coverallsapp",
"dependabot",
"docblock",
"dottbott",
"editorconfig",
"gitignore",
"mergeable",
"octokit",
"prettierignore",
"prettierrc",
"rebased",
"releaserc",
"retryable",
"ridedott",
"ridedottmerge",
"webhook"
]
}