Created
June 26, 2024 11:00
-
-
Save ali-kamalizade/0d53e71283ef8f63f64eb88dd065e4dd to your computer and use it in GitHub Desktop.
CSpell configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json | |
# using this configuration, ESLint checks TypeScript files for spelling errors | |
# the paths are relative to the location of the following directory | |
globRoot: './' | |
# skip excluded files | |
useGitignore: true | |
gitignoreRoot: './' | |
# the paths are relative to the location of this file | |
ignorePaths: | |
# specific files and directories which don't need to be checked | |
- '**/Env.ts' | |
# note: you need to run the linter after changing words | |
words: | |
# technical terms used in code | |
- healthcheck | |
- snyk | |
# 2FA | |
- totp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment