From 59c9117da220bd7db8bc2d905450f2b53fe6e0f1 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 14 Jan 2025 15:40:06 +0100 Subject: [PATCH] chore(lint): fix changed file due to astro build --- .eslintignore | 1 + specs/src/env.d.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index df149cbf02..b379fd1e65 100644 --- a/.eslintignore +++ b/.eslintignore @@ -26,6 +26,7 @@ examples/**/polyfills.js examples/react/react-native ## Excluded from global typescript config examples/react/next/next-env.d.ts +specs/src/env.d.ts ## templates that don't get installed packages/create-instantsearch-app/src/templates ## test fixtures for codemods diff --git a/specs/src/env.d.ts b/specs/src/env.d.ts index ac2145bd9b..acef35f175 100644 --- a/specs/src/env.d.ts +++ b/specs/src/env.d.ts @@ -1 +1,2 @@ -// / +/// +///