-
-
Notifications
You must be signed in to change notification settings - Fork 1k
[Monorepo] Move config files #3487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: @mbert/monorepo
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"@types/react": "^19.0.12", | ||
"@types/react-test-renderer": "^19.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"babel-plugin-module-resolver": "^5.0.2", | ||
"clang-format": "^1.8.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-satya164": "^3.1.8", | ||
"eslint-import-resolver-babel-module": "^5.2.0", | ||
"eslint-plugin-jest": "^26.0.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"expo": "^35.0.1", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"lint-staged": "^12.3.2", | ||
"madge": "^6.1.0", | ||
"prettier": "3.3.3", | ||
"react": "19.0.0", | ||
"react-native": "0.78.0", | ||
"react-native-builder-bob": "^0.39.0", | ||
"react-native-reanimated": "^3.12.0", | ||
"react-test-renderer": "19.0.0", | ||
"release-it": "^13.6.5", | ||
"typescript": "5.0.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are dependencies needed at all in the root?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prettier, eslint, tsconfig.json, husky etc. are still useful to work on the files in the root. Also, you probably want the root to dictate what version of typescript, prettier etc. is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do they also need to be set in the packages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at #3487 (comment). If the answer is yes, then go ahead with merge.
Description
This PR moves config files to root level in monorepo.
Note
prepare
was changed topostinstall
, however this change is already onmain
so it shouldn't be critical.Test plan