Skip to content

Commit

Permalink
fix: revert eslint-config and enable strict checks (#5423)
Browse files Browse the repository at this point in the history
- Revert "deps(npm): bump @react-native/eslint-config in /dependencies (#5417)"
  This reverts commit 6e35bed.
- Enable strict npm dependency check to avoid these failures in the
  future.

Fix #5422
  • Loading branch information
ferrarimarco committed Mar 21, 2024
1 parent 3ebbbf7 commit 3e1c570
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 186 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN apk add --no-cache \
COPY dependencies/package.json dependencies/package-lock.json /
RUN apk add --no-cache --virtual .node-build-deps \
npm \
&& npm install \
&& npm install --strict-peer-deps \
&& npm cache clean --force \
&& chown -R "$(id -u)":"$(id -g)" node_modules \
&& rm -rfv package.json package-lock.json
Expand Down
225 changes: 41 additions & 184 deletions dependencies/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/preset-typescript": "^7.23.3",
"@coffeelint/cli": "^5.2.11",
"@ibm/tekton-lint": "^1.0.1",
"@react-native/eslint-config": "^0.74.75",
"@react-native/eslint-config": "^0.73.2",
"@stoplight/spectral-cli": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"asl-validator": "^3.8.2",
Expand Down

0 comments on commit 3e1c570

Please sign in to comment.