From e9e1c4328e5f5e6d3ace0bfe64bc44d1dab02cc4 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 6 May 2025 17:55:59 +0000 Subject: [PATCH] build: update tslint configuration (#61146) Update the configuration for tslint PR Close #61146 --- tsconfig-tslint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig-tslint.json b/tsconfig-tslint.json index 79058301ab2..9c20ef723e4 100644 --- a/tsconfig-tslint.json +++ b/tsconfig-tslint.json @@ -14,7 +14,6 @@ "exclude": [ "adev/src/content/api-examples/**", "adev/src/content/examples/**", - "adev/src/content/tutorials/**/src/**", - "adev/src/content/tutorials/**/src-final/**" + "adev/src/content/tutorials/**", ] }