From f243586a4a699b4961490aec72ecfa87a35401b8 Mon Sep 17 00:00:00 2001 From: Kilian Panot Date: Wed, 13 Dec 2023 15:41:53 +0900 Subject: [PATCH] chore: add jest config files in vscode nesting rules --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1c1b420f8c..d7bfd8dd13 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -32,9 +32,10 @@ "tsconfig.json": "tsconfig.*.json", "tsconfig.base.json": "tsconfig.*.json", "package.json": "ng-package.json, project.json, yarn.lock", - "nx.json": "workspace.json, .nxignore", + "nx.json": ".nxignore", ".yarnrc.yml": ".npmrc, .npmrc.*", - ".eslintrc.*": ".eslintignore, .eslintrc-*" + ".eslintrc.*": ".eslintignore, .eslintrc-*", + "jest.config.js": "jest.config.*", }, "stylelint.validate": [ "css",