downgrade prettier

This commit is contained in:
Aminda Suomalainen 2023-05-18 11:00:17 +03:00
parent 5c9d51386c
commit 1abdd9cb5e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 3 deletions

View File

@ -69,6 +69,7 @@ repos:
hooks:
- id: prettier
exclude_types: [python, pyi, jupyter]
additional_dependencies: ["prettier@2.8.8"]
# Black, opinionated Python code formatter
# - repo: https://github.com/psf/black

View File

@ -3,9 +3,7 @@
* {
border: none;
border-radius: 0;
font-family:
Noto Sans Mono Regular,
monospace;
font-family: Noto Sans Mono Regular, monospace;
font-size: 10px;
min-height: 0;
}