From 72e7b0e4b37e31c6178166a8408ae5cfde3b13e5 Mon Sep 17 00:00:00 2001 From: Mathieu Bertin Date: Fri, 10 Jan 2025 16:43:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20(doc):=20Fix=20doc=20lint=20for?= =?UTF-8?q?=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/tsconfig.eslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/tsconfig.eslint.json b/apps/docs/tsconfig.eslint.json index a90cd2581..a8d52d7ac 100644 --- a/apps/docs/tsconfig.eslint.json +++ b/apps/docs/tsconfig.eslint.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "include": [ + "**/*.js", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts",