From 5b898c6c82d3d104be8df359852c368972bf7e51 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Mon, 2 Jan 2023 21:39:49 +0100 Subject: [PATCH] chore: update yarn files --- packages/backend/package.json | 4 ++-- packages/shared/custom-rules/package.json | 4 ++++ yarn.lock | 8 ++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 packages/shared/custom-rules/package.json diff --git a/packages/backend/package.json b/packages/backend/package.json index 7b710333c..456e46810 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -170,11 +170,11 @@ "@typescript-eslint/parser": "^5.46.1", "cross-env": "7.0.3", "eslint": "^8.29.0", + "eslint-plugin-foundkey-custom-rules": "file:../shared/custom-rules", "eslint-plugin-import": "^2.26.0", "execa": "6.1.0", "form-data": "^4.0.0", "sinon": "^14.0.2", - "typescript": "^4.9.4", - "eslint-plugin-foundkey-custom-rules": "file:../shared/custom-rules" + "typescript": "^4.9.4" } } diff --git a/packages/shared/custom-rules/package.json b/packages/shared/custom-rules/package.json new file mode 100644 index 000000000..090560801 --- /dev/null +++ b/packages/shared/custom-rules/package.json @@ -0,0 +1,4 @@ +{ + "name": "custom-rules", + "packageManager": "yarn@3.3.0" +} diff --git a/yarn.lock b/yarn.lock index e68e7dae9..f60f0a9b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3764,6 +3764,7 @@ __metadata: deep-email-validator: 0.1.21 escape-regexp: 0.0.1 eslint: ^8.29.0 + eslint-plugin-foundkey-custom-rules: "file:../shared/custom-rules" eslint-plugin-import: ^2.26.0 execa: 6.1.0 feed: 4.2.2 @@ -7005,6 +7006,13 @@ __metadata: languageName: node linkType: hard +"eslint-plugin-foundkey-custom-rules@file:../shared/custom-rules::locator=backend%40workspace%3Apackages%2Fbackend": + version: 0.0.0 + resolution: "eslint-plugin-foundkey-custom-rules@file:../shared/custom-rules#../shared/custom-rules::hash=81166b&locator=backend%40workspace%3Apackages%2Fbackend" + checksum: ac30bdbd2f8f135362128b93fe202e3eeabe785225439056ac1de78be10d919ee2f371b801e31a6de05e169d9002b29269726c2b26ca07f8003e98bbbb8600a7 + languageName: node + linkType: hard + "eslint-plugin-import@npm:^2.26.0": version: 2.26.0 resolution: "eslint-plugin-import@npm:2.26.0"