CliffbreakTS-Viewer/.vscode/settings.json
Simon c4f1a93136
All checks were successful
continuous-integration/drone/push Build is passing
feat(server): add public API
2020-09-21 16:16:31 +02:00

24 lines
No EOL
504 B
JSON

{
"editor.formatOnSave": true,
"html.format.indentHandlebars": true,
"eslint.workingDirectories": [
"./server",
],
"eslint.format.enable": true,
"cSpell.language": "de,en,de-DE,en-US",
"cSpell.words": [
"Giesel",
"Gitea",
"Roboto",
"camelcase",
"channellist",
"clid",
"cliffbreak",
"fastify",
"ijmap",
"nestjs",
"populatedchannel",
"tsviewer",
"uglifycss"
],
}