Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungzl committed May 16, 2024
1 parent c254abb commit 2f323ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"**/.next",
"**/.nx/cache",
"**/.svelte-kit",
"**/.output",
"**/.vinxi",
"**/build",
"**/coverage",
"**/dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```ts

import type { DataTag } from '@tanstack/query-core';
import { DefaultError } from '@tanstack/query-core';
import type { DefaultError } from '@tanstack/query-core';
import type { DefinedInfiniteQueryObserverResult } from '@tanstack/query-core';
import type { DefinedQueryObserverResult } from '@tanstack/query-core';
import type { EnvironmentProviders } from '@angular/core';
Expand Down

0 comments on commit 2f323ea

Please sign in to comment.