From b72b2b9b75de4407a1c0435cc62ec354c359ffa0 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 15 Mar 2022 15:53:25 +0000 Subject: [PATCH] Convert the source editor module to TypeScript (#6858) GitOrigin-RevId: 37863a00b3af0823a404f42c0540cb4508c698b6 --- services/web/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/.eslintrc b/services/web/.eslintrc index 6eaaf894da..d7a6e2422c 100644 --- a/services/web/.eslintrc +++ b/services/web/.eslintrc @@ -45,7 +45,7 @@ }, { // Test specific rules - "files": ["**/test/**/*.js"], + "files": ["**/test/**/*.*"], "plugins": [ "mocha", "chai-expect",