Chore/packages cleanup (#51)

* remove unused

* upgrade packages and use pnpm instead of bun

* unauthenticated github request

* fix eslint

* eslint
This commit is contained in:
Viktor Rådberg
2025-11-17 22:25:21 +01:00
committed by GitHub
parent b6a402bc9f
commit 58fb63eef1
14 changed files with 3163 additions and 2749 deletions

View File

@@ -34,7 +34,5 @@ const propTypesTemplate = (
export default ${title}`;
};
// eslint-disable-next-line no-undef
module.exports = propTypesTemplate;