fal-js/cspell.json
Daniel Rochetti 22d930c0ac
chore: build tool updates (#24)
* chore: build tool updates

* chore: update readme docs
2023-11-09 13:10:44 -08:00

15 lines
382 B
JSON

{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"languageId": "markdown",
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./cspell-dictionary.txt",
"addWords": true
}
],
"dictionaries": ["en_US", "project-words", "typescript", "python"]
}