Skip to content

Is there a way to use this in CI #1063

Answered by Jason3S
zyga asked this question in Q&A
Discussion options

You must be logged in to vote

@zyga,

This spell checker uses the cspell library to do the spell checking.

I suggest moving your settings to a cspell.json file so the cspell command line tool can pick them up.

Example to check all *.ts files:

npx cspell "**/*.ts"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zyga
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants