Skip to content

Commit

Permalink
readd ignored files to prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 13, 2024
1 parent 002a2b3 commit f788cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
src/assets/
dist/
.angular/
# The following files alredy getting formatting by eslint
**/*.html
**/*.ts
6 changes: 5 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f788cee

Please sign in to comment.