From f788cee88caaf0bc0604845ac36f2586a77c0452 Mon Sep 17 00:00:00 2001 From: Yanick Minder Date: Fri, 13 Dec 2024 09:39:53 +0100 Subject: [PATCH] readd ignored files to prettierrc --- frontend/.prettierignore | 4 ++++ frontend/README.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/.prettierignore b/frontend/.prettierignore index 5f3d5e8993..50923ca6d2 100644 --- a/frontend/.prettierignore +++ b/frontend/.prettierignore @@ -1,2 +1,6 @@ +src/assets/ +dist/ +.angular/ +# The following files alredy getting formatting by eslint **/*.html **/*.ts diff --git a/frontend/README.md b/frontend/README.md index d6bf4073eb..79ee611146 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -30,9 +30,13 @@ Build: ## Formatting -We use the **EsLint** code formatter for the frontend code: + +We use **EsLint** and a variety of plugins to format html and ts files: https://eslint.org/ +We use **prettier** to format scss json and yaml files: +https://prettier.io/ + ## Test Coverage For generating the coverage of our frontend specs (jest), you can use following command: