Martin and Marco Pasqualetti
d476f8cbe1
extract "core" package, small improvements ( #137 )
...
This PR mainly refactors the code by extracting a "core" package which
is then used by the "backend" and "frontend" apps.
Apart from this the PR also contains several smaller changes like fixing
dependabot, upgrading dependencies, aligned "package.json" files, added
tests, ...
addresses step 1 of #32
closes #136
---------
Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com >
2026-04-18 10:37:26 +02:00
Marco Pasqualetti
90490046bb
feat(backend): enable knip ( #30 )
2026-01-23 17:15:30 +01:00
Marco Pasqualetti
dff4bfcecb
feat: setup eslint at root level ( #27 )
...
* feat: setup eslint at root level
* chore: disable craco eslint-plugin
* fix: add missing extension to import
* fix: apply review
* chore: use gitignore to exclude files from eslint
* chore: disable eslint step in craco via config rather than env variable
* chore: remove npmrc
* chore: remove `eslint-plugin-react` override
2026-01-21 22:48:08 +01:00
Marco Pasqualetti
74b314ab0f
refactor: setup prettier as formatter for the whole monorepo ( #26 )
2026-01-20 18:38:20 +01:00
Marco Pasqualetti and martin-mfg
8c065b473f
feat: setup monorepo using pnpm ( #20 )
...
* tests: fix float problems and PAT problem
* extend CONTRIBUTING.md
* extend build documentation, add GH action, fix build on MacOS
* fix build on Vercel
* update .gitignore and CONTRIBUTING.md
* feat: begin work on monorepo
* chore(actions/basic-build): use pnpm
* fix: vercel-deploy
* docs: updates with new folders
* chore: apply PR review comments
---------
Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com >
2026-01-19 14:11:58 +01:00
martin-mfg
d149e0e1f5
initiate monorepo, add original github-trends
2025-09-18 11:30:25 +02:00
martin-mfg
793ceecacf
revert all remaining unnecessary changes
2025-06-24 19:55:33 +02:00
martin-mfg
6ead107443
adapt paths, try fix dependencies
2025-06-24 07:52:45 +00:00
5a05bd2180
build(deps-dev): bump husky from 8.0.3 to 9.0.7 ( #3621 )
...
* build(deps-dev): bump husky from 8.0.3 to 9.0.7
Bumps [husky](https://github.com/typicode/husky ) from 8.0.3 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.7 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* dev
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com >
2024-01-31 08:37:33 +02:00
Rick Staa
b7928aae24
build: rename lint command ( #2909 )
...
This commit renames the eslint npm command so that it is consistent with
the naming used for the other commands.
2023-07-05 01:08:59 +03:00
Alexandr Garbuzov
6c92fe9d2a
Eslint integration ( #2885 )
...
* eslint integration
* ci & pre commit
* dev
* dev
* dev
2023-07-03 08:54:19 +02:00
Taehyun Hwang and rickstaa
e8dfbde7bb
Add format script to pre-commit hook ( #2146 )
...
* Add format script to pre-commit hook
* build: add husky prepare step
* build: add lint-staged
* build: add lint-staged
Co-authored-by: rickstaa <rick.staa@outlook.com >
2022-10-07 12:33:54 +02:00