chore-qa (#4)

Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/4
This commit is contained in:
2022-12-11 21:11:01 +00:00
parent 1605ad7c96
commit e07373667f
7 changed files with 4714 additions and 3 deletions

19
cspell.code.json Normal file
View File

@@ -0,0 +1,19 @@
{
"version": "0.2",
"language": "en-GB",
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt"
}
],
"dictionaries": [
"project-words",
"typescript"
],
"ignorePaths": [
"node_modules",
"dist",
"/project-words.txt"
]
}