Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
chore: 🔧 disable NX and Yarn telemetry on the project
Browse files Browse the repository at this point in the history
  • Loading branch information
opiation committed Apr 3, 2023
1 parent f1f2094 commit e3c0961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"url": "./fhir/r4b/definitions/fhir.schema.json"
}
],
"nxConsole.enableTelemetry": false,
"terminal.integrated.defaultProfile.linux": "zsh"
}
}
Expand Down
11 changes: 5 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
enableTelemetry: 0

nodeLinker: node-modules

packageExtensions:
"@docsearch/react@*":
dependencies:
"@algolia/client-search": ">= 4.9.1 < 6"

"@nrwl/devkit@*":
dependencies:
typescript: ^3 || ^4
"@parcel/optimizer-image@*":
dependencies:
"@parcel/core": "*"

"@parcel/types@*":
dependencies:
"@parcel/core": "*"

"@nrwl/devkit@*":
dependencies:
typescript: ^3 || ^4

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
Expand Down

0 comments on commit e3c0961

Please sign in to comment.