From 86b3c3e911bafa6c913dea23e8daa47c03bf0625 Mon Sep 17 00:00:00 2001 From: Andrew Chu Date: Fri, 4 Oct 2024 13:12:29 -0500 Subject: [PATCH] - Implement allOrNothing flag in DMLOptions instance --- dlrs/main/lwc/jsconfig.json | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dlrs/main/lwc/jsconfig.json b/dlrs/main/lwc/jsconfig.json index 49348154..9bf90499 100644 --- a/dlrs/main/lwc/jsconfig.json +++ b/dlrs/main/lwc/jsconfig.json @@ -12,6 +12,11 @@ "**/*", "../../../.sfdx/typings/lwc/**/*.d.ts" ], + "paths": { + "c/*": [ + "*" + ] + }, "typeAcquisition": { "include": [ "jest" diff --git a/package.json b/package.json index cc43d233..7a2efa30 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "eslint-plugin-jest": "^24.7.0", "husky": "^6.0.0", "lint-staged": "^11.2.6", - "prettier": "2.5.0", - "prettier-plugin-apex": "1.10.0" + "prettier": "^2.5.0", + "prettier-plugin-apex": "^1.10.0" }, "resolutions": { "minimist": "^1.2.6",