mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 19:15:52 +01:00
This pull request moves plugin build dependencies to separate repositories: babel-preset -> https://github.com/scm-manager/babel-preset eslint-config -> https://github.com/scm-manager/eslint-config jest-preset -> https://github.com/scm-manager/jest-preset prettier-config -> https://github.com/scm-manager/prettier-config tsconfig -> https://github.com/scm-manager/tsconfig This should speed up the build (a little bit) and prepare for gradle plugins. Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>