mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-15 21:09:47 +01:00
Move plugin build modules to external repositories (#1462)
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>
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
"react-diff-view": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/eslint-config": "^2.10.1",
|
||||
"@scm-manager/prettier-config": "^2.10.1",
|
||||
"css-loader": "^3.2.0",
|
||||
"prettier": "^2.1.2",
|
||||
"sass": "^1.26.3",
|
||||
|
||||
Reference in New Issue
Block a user