1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/.vscode/settings.json
Simon Giesel c2207e337a
All checks were successful
continuous-integration/drone Build is passing
feat(core): change branding
2023-06-05 18:05:25 +02:00

31 lines
No EOL
472 B
JSON

{
"cSpell.words": [
"camelcase",
"checkin",
"classname",
"cliffbreak",
"corepack",
"daisyui",
"esnext",
"Gitea",
"github",
"godotenv",
"heroicons",
"hgoe",
"HGOE",
"pnpm",
"pocketbase",
"tailwindcss",
"typegen",
"vite",
"vitejs",
"vueuse"
],
"eslint.format.enable": true,
"eslint.workingDirectories": [
{
"directory": "webapp",
"changeProcessCWD": true
}
]
}