Skip to content

Commit 59c9117

Browse files
committed
chore(lint): fix changed file due to astro build
1 parent 64a958f commit 59c9117

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ examples/**/polyfills.js
2626
examples/react/react-native
2727
## Excluded from global typescript config
2828
examples/react/next/next-env.d.ts
29+
specs/src/env.d.ts
2930
## templates that don't get installed
3031
packages/create-instantsearch-app/src/templates
3132
## test fixtures for codemods

specs/src/env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
// / <reference types="astro/client" />
1+
/// <reference path="../.astro/types.d.ts" />
2+
/// <reference types="astro/client" />

0 commit comments

Comments
 (0)