Files
website/app/.prettierrc
ngn c287ffa086
All checks were successful
Build the docker image for the API / build (push) Successful in 2m16s
Build the docker image for the frontend application / build (push) Successful in 40s
fix showing the active link in the navbar
Signed-off-by: ngn <ngn@ngn.tf>
2025-07-11 22:00:56 +03:00

10 lines
228 B
Plaintext

{
"useTabs": false,
"tabWidth": 2,
"singleQuote": false,
"trailingComma": "es5",
"printWidth": 80,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}