5 Commits

Author SHA1 Message Date
Valentyne Stigloher
043c1cce2d (lint) disable @typescript-eslint/explicit-function-return-type as type interference is sometimes exactly what you want 2024-06-26 13:59:53 +02:00
Valentyne Stigloher
8af0c51715 (lint) allow content in <nuxt-link> without linebreaks 2024-05-23 15:07:56 +02:00
Valentyne Stigloher
b047b46c0c (refactor) do not use v-if with v-for together 2024-04-30 19:41:40 +02:00
Valentyne Stigloher
c07d6078c2 (pnpm) migrate from yarn to pnpm
pnpm has run-script as alias so that is not possible to use as a script name, renamed ours to run-file
shamefully-hoist is necessary for now for the resolve dependency
2024-04-08 14:03:41 +02:00
Valentyne Stigloher
115c8e8e00 (lint) fix warnings in IDEs complaining that they cannot find a relative tsconfig.json
apparently, they need tsconfigRootDir, which requires a js config (sadly, no ts is available and esm can only be used for the new config format)
2024-04-02 17:51:14 +02:00