Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial cspell and prettier support #451

Merged
merged 4 commits into from
Jan 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
Co-authored-by: Silke Hofstra <silkeh@users.noreply.github.com>
  • Loading branch information
davidjharder and silkeh authored Jan 13, 2024
commit 131569d80d13c78602c9cb730fb7d21e45a15dd1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -26,9 +26,9 @@

- This project includes `prettier` for markdown and code formatting
- Command: `yarn prettier`
- This project includes `cpsell` for spell-checking, and has a custom wordlist `.cspell-allowed-wordlist.txt`

Check warning on line 29 in README.md

GitHub Actions / spellcheck

Unknown word (cpsell)

Check warning on line 29 in README.md

GitHub Actions / spellcheck

Unknown word (wordlist)

Check warning on line 29 in README.md

GitHub Actions / spellcheck

Unknown word (wordlist)
- Command: `yarn cspell`
- Note that we use american spelling
- Note that we use American spelling
- If you use vscode with the `cspell` extension, the custom dictionary will be used

### NVM
@@ -42,7 +42,7 @@
This project makes use of [Yarn](https://yarnpkg.com/) for its package management. After setting up nvm and ensuring you are running the latest Node, run:

```
corepack enable

Check warning on line 45 in README.md

GitHub Actions / spellcheck

Unknown word (corepack)
```

### Installing Dependencies
Loading