Skip to content

Commit

Permalink
chore(lint): fix changed file due to astro build
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jan 14, 2025
1 parent 64a958f commit 59c9117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion specs/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// / <reference types="astro/client" />
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit 59c9117

Please sign in to comment.