Skip to content

Instantly share code, notes, and snippets.

@ali-kamalizade
Created June 26, 2024 11:00
Show Gist options
  • Save ali-kamalizade/0d53e71283ef8f63f64eb88dd065e4dd to your computer and use it in GitHub Desktop.
Save ali-kamalizade/0d53e71283ef8f63f64eb88dd065e4dd to your computer and use it in GitHub Desktop.
CSpell configuration file
---
$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