chore: add publish workflow and developer tooling configurations (#73)

* feat(ci): new release flow, linting

* chore: upgrade yarn, regenerate yarn.lock

* feat: upgrade packages, publish workflow, lint

* chore(lint): prettier default config

* chore: remove gitHead from package.json

* chore: upgrade workflows

* chore: clean packages
This commit is contained in:
2025-12-04 01:46:38 +02:00
committed by GitHub
parent f007324084
commit ad8f7e3a55
23 changed files with 7339 additions and 2541 deletions

View File

@@ -1,2 +1,2 @@
import config from './jest.cjs'
export default config
import config from "./jest.cjs";
export default config;