generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.typo-ci.yml
45 lines (41 loc) · 865 Bytes
/
.typo-ci.yml
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
# This is a sample .typo-ci.yml file, it's used to configure how Typo CI will behave.
# Add it to the root of your project and push it to github.
---
# What language dictionaries should it use? Currently Typo CI supports:
# de
# en
# en_GB
# es
# fr
# it
# pt
# pt_BR
dictionaries:
- en
- en_GB
# Any files/folders we should ignore?
excluded_files:
- ".dependabot/**/*"
- ".github/workflows/**/*"
- ".github/settings.yml"
- ".editorconfig"
- ".gitattributes"
- ".gitignore"
- ".nvmrc"
- "package.json"
- "package-lock.json"
- "tsconfig.json"
- "jest.config.js"
- ".prettierignore"
- ".prettierrc.json"
- ".eslintignore"
- ".eslintrc.json"
# Any typos we should ignore?
excluded_words:
- typoci
- anolilab
- bannert
- prisis
- narrowspark
# Would you like filenames to also be spellchecked?
spellcheck_filenames: true