Commit 979f999
authored
Chore: Use template literal to comply with Biome linter (#79)
Switched to template literals to comply with Biome linting rules. Fixes
an issue where scaffold initialization would "fail" when selecting
TanStack Query and tRPC with the Biome toolchain.
<details>
<summary>Output with this problem</summary>
<img width="907" alt="image"
src="https://github.com/user-attachments/assets/794eb0b4-a5bd-4fa6-ba07-e2ac5b11e08a"
/>
</details>1 parent 4ff1a01 commit 979f999
File tree
1 file changed
+2
-2
lines changed- packages/cta-engine/templates/react/add-on/tanstack-query/assets/src/integrations/tanstack-query
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
0 commit comments