File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,14 @@ lint:
4343 - dotenv-linter@3.3.0
4444 # ESLint 9+ defaults to flat config only; this repo uses .eslintrc.js (ESLint 8 style).
4545 # Trunk runs ESLint in an isolated env without the repo's node_modules; bundle the same
46- # plugins/parser as package.json plus the sample app config so ESLint resolves in CI.
46+ # plugins/parser as package.json plus the sample app config/plugins so ESLint resolves in CI.
4747 - eslint@8.57.0 :
4848 packages :
4949 - ' @react-native/eslint-config@0.84.0'
50- - ' @typescript-eslint/eslint-plugin@5.62.0 '
51- - ' @typescript-eslint/parser@5.62.0 '
50+ - ' @typescript-eslint/eslint-plugin@8.56.1 '
51+ - ' @typescript-eslint/parser@8.56.1 '
5252 - ' eslint-config-prettier@8.10.0'
53+ - ' eslint-plugin-jest@29.15.0'
5354 - ' eslint-plugin-prettier@4.2.1'
5455 - git-diff-check
5556 - ktlint@0.43.2
Original file line number Diff line number Diff line change 1010# Specifies the JVM arguments used for the daemon process.
1111# The setting is particularly useful for tweaking memory settings.
1212# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m
13- org.gradle.jvmargs =-Xmx2048m -XX:MaxMetaspaceSize=512m
13+ org.gradle.jvmargs =-Xmx4096m -XX:MaxMetaspaceSize=512m
1414
1515# When configured, Gradle will run in incubating parallel mode.
1616# This option should only be used with decoupled projects. More details, visit
You can’t perform that action at this time.
0 commit comments