Skip to content

Commit

Permalink
chore: Add Typo CI config (#21456)
Browse files Browse the repository at this point in the history
* chore: Add Typo CI config

* chore: format

Co-authored-by: GatsbyJS Bot <[email protected]>
  • Loading branch information
LekoArts and GatsbyJS Bot authored Feb 14, 2020
1 parent 63355c1 commit f8b02b8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .typo-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# What language dictionaries should it use? Currently Typo CI supports:
# de
# en
# en_GB
# en_CA
# en_AU
# en_ZA
# es
# fr
# is
# it
# pt
# pt_BR
# sw
dictionaries:
- en
- en_GB

# Any files/folders we should ignore?
excluded_files:
- "node_modules/**/*"
- "package-lock.json"
- "yarn.lock"
- "packages/**/package.json"
- ".typo-ci.yml"
- ".npmignore"
- "packages/**/.npmignore"

# Any typos we should ignore?
excluded_words:
- typoci
- xxs
- agadoo
- hevc

0 comments on commit f8b02b8

Please sign in to comment.