actually use the global prettier configuration

This commit is contained in:
Aminda Suomalainen 2024-08-04 08:23:04 +03:00
parent cefee2fdc8
commit d8cb354ec8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
5 changed files with 11 additions and 6 deletions

View File

@ -56,7 +56,8 @@ repos:
rev: v2.2.0 rev: v2.2.0
hooks: hooks:
- id: doctoc - id: doctoc
args: [ args:
[
--update-only, --update-only,
--title, --title,
'<em lang="fi">Automaattinen sisällysluettelo</em> / <em '<em lang="fi">Automaattinen sisällysluettelo</em> / <em

View File

@ -49,8 +49,8 @@ robots: noai
- Change font: yes - Change font: yes
- Font name: Depends on the circumstances. Are you worried about I and l and - Font name: Depends on the circumstances. Are you worried about I and l and
whatever else looking the same? Serif. Legibility especially with reading whatever else looking the same? Serif. Legibility especially with reading
difficulties? Sans-Serif. While system-ui generally maps to Sans Serif, I difficulties? Sans-Serif. While system-ui generally maps to Sans Serif, I just
just get annoyed by other fonts. get annoyed by other fonts.
- `ui-serif, system-ui` - `ui-serif, system-ui`
- `ui-sans-serif, system-ui` - `ui-sans-serif, system-ui`

View File

@ -2,7 +2,10 @@
layout: mini layout: mini
permalink: /n/helen.html permalink: /n/helen.html
title: Helenin hintatiedot title: Helenin hintatiedot
excerpt: Lunttilappu sähkönhintatietosovelluksille paljonko maksan Helenille, sillä kaipaan näitä tietoja säännöllisen epäsäännöllisesti jostakin Helenin valikoita helpommasta paikasta. excerpt:
Lunttilappu sähkönhintatietosovelluksille paljonko maksan Helenille, sillä
kaipaan näitä tietoja säännöllisen epäsäännöllisesti jostakin Helenin
valikoita helpommasta paikasta.
sitemap: true sitemap: true
robots: noai robots: noai
lang: fi lang: fi

View File

@ -66,7 +66,7 @@ be
```toml ```toml
[Settings] [Settings]
Hidden=true Hidden = true
``` ```
## Seeing hidden networks ## Seeing hidden networks

3
package.json vendored
View File

@ -2,5 +2,6 @@
"devDependencies": { "devDependencies": {
"@aminda/global-prettier-config": "2024.28.4" "@aminda/global-prettier-config": "2024.28.4"
}, },
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" "packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"prettier": "@aminda/global-prettier-config"
} }