Update biome.json version
bf55bf28
2 file(s) · +87 −15
| 17 | 17 | # Default template combinations |
|
| 18 | 18 | - template: "default" |
|
| 19 | 19 | rpc: true |
|
| 20 | + | tanstackQuery: false |
|
| 20 | 21 | linter: "eslint" |
|
| 21 | - | test_name: "Default + RPC + ESLint" |
|
| 22 | + | test_name: "Default + RPC + No TanStack Query + ESLint" |
|
| 22 | 23 | - template: "default" |
|
| 23 | 24 | rpc: true |
|
| 25 | + | tanstackQuery: false |
|
| 24 | 26 | linter: "biome" |
|
| 25 | - | test_name: "Default + RPC + Biome" |
|
| 27 | + | test_name: "Default + RPC + No TanStack Query + Biome" |
|
| 26 | 28 | - template: "default" |
|
| 27 | 29 | rpc: false |
|
| 30 | + | tanstackQuery: false |
|
| 28 | 31 | linter: "eslint" |
|
| 29 | - | test_name: "Default + No RPC + ESLint" |
|
| 32 | + | test_name: "Default + No RPC + No TanStack Query + ESLint" |
|
| 30 | 33 | - template: "default" |
|
| 31 | 34 | rpc: false |
|
| 35 | + | tanstackQuery: false |
|
| 32 | 36 | linter: "biome" |
|
| 33 | - | test_name: "Default + No RPC + Biome" |
|
| 37 | + | test_name: "Default + No RPC + No TanStack Query + Biome" |
|
| 38 | + | - template: "default" |
|
| 39 | + | rpc: true |
|
| 40 | + | tanstackQuery: true |
|
| 41 | + | linter: "eslint" |
|
| 42 | + | test_name: "Default + RPC + TanStack Query + ESLint" |
|
| 43 | + | - template: "default" |
|
| 44 | + | rpc: true |
|
| 45 | + | tanstackQuery: true |
|
| 46 | + | linter: "biome" |
|
| 47 | + | test_name: "Default + RPC + TanStack Query + Biome" |
|
| 48 | + | - template: "default" |
|
| 49 | + | rpc: false |
|
| 50 | + | tanstackQuery: true |
|
| 51 | + | linter: "eslint" |
|
| 52 | + | test_name: "Default + No RPC + TanStack Query + ESLint" |
|
| 53 | + | - template: "default" |
|
| 54 | + | rpc: false |
|
| 55 | + | tanstackQuery: true |
|
| 56 | + | linter: "biome" |
|
| 57 | + | test_name: "Default + No RPC + TanStack Query + Biome" |
|
| 34 | 58 | ||
| 35 | 59 | # Tailwind template combinations |
|
| 36 | 60 | - template: "tailwind" |
|
| 37 | 61 | rpc: true |
|
| 62 | + | tanstackQuery: false |
|
| 38 | 63 | linter: "eslint" |
|
| 39 | - | test_name: "Tailwind + RPC + ESLint" |
|
| 64 | + | test_name: "Tailwind + RPC + No TanStack Query + ESLint" |
|
| 40 | 65 | - template: "tailwind" |
|
| 41 | 66 | rpc: true |
|
| 67 | + | tanstackQuery: false |
|
| 42 | 68 | linter: "biome" |
|
| 43 | - | test_name: "Tailwind + RPC + Biome" |
|
| 69 | + | test_name: "Tailwind + RPC + No TanStack Query + Biome" |
|
| 44 | 70 | - template: "tailwind" |
|
| 45 | 71 | rpc: false |
|
| 72 | + | tanstackQuery: false |
|
| 46 | 73 | linter: "eslint" |
|
| 47 | - | test_name: "Tailwind + No RPC + ESLint" |
|
| 74 | + | test_name: "Tailwind + No RPC + No TanStack Query + ESLint" |
|
| 48 | 75 | - template: "tailwind" |
|
| 49 | 76 | rpc: false |
|
| 77 | + | tanstackQuery: false |
|
| 50 | 78 | linter: "biome" |
|
| 51 | - | test_name: "Tailwind + No RPC + Biome" |
|
| 52 | - | ||
| 79 | + | test_name: "Tailwind + No RPC + No TanStack Query + Biome" |
|
| 80 | + | - template: "tailwind" |
|
| 81 | + | rpc: true |
|
| 82 | + | tanstackQuery: true |
|
| 83 | + | linter: "eslint" |
|
| 84 | + | test_name: "Tailwind + RPC + TanStack Query + ESLint" |
|
| 85 | + | - template: "tailwind" |
|
| 86 | + | rpc: true |
|
| 87 | + | tanstackQuery: true |
|
| 88 | + | linter: "biome" |
|
| 89 | + | test_name: "Tailwind + RPC + TanStack Query + Biome" |
|
| 90 | + | - template: "tailwind" |
|
| 91 | + | rpc: false |
|
| 92 | + | tanstackQuery: true |
|
| 93 | + | linter: "eslint" |
|
| 94 | + | test_name: "Tailwind + No RPC + TanStack Query + ESLint" |
|
| 95 | + | - template: "tailwind" |
|
| 96 | + | rpc: false |
|
| 97 | + | tanstackQuery: true |
|
| 98 | + | linter: "biome" |
|
| 99 | + | test_name: "Tailwind + No RPC + TanStack Query + Biome" |
|
| 100 | + | ||
| 53 | 101 | # Shadcn template combinations |
|
| 54 | 102 | - template: "shadcn" |
|
| 55 | 103 | rpc: true |
|
| 104 | + | tanstackQuery: false |
|
| 56 | 105 | linter: "eslint" |
|
| 57 | - | test_name: "Shadcn + RPC + ESLint" |
|
| 106 | + | test_name: "Shadcn + RPC + No TanStack Query + ESLint" |
|
| 58 | 107 | - template: "shadcn" |
|
| 59 | 108 | rpc: true |
|
| 109 | + | tanstackQuery: false |
|
| 60 | 110 | linter: "biome" |
|
| 61 | - | test_name: "Shadcn + RPC + Biome" |
|
| 111 | + | test_name: "Shadcn + RPC + No TanStack Query + Biome" |
|
| 62 | 112 | - template: "shadcn" |
|
| 63 | 113 | rpc: false |
|
| 114 | + | tanstackQuery: false |
|
| 64 | 115 | linter: "eslint" |
|
| 65 | - | test_name: "Shadcn + No RPC + ESLint" |
|
| 116 | + | test_name: "Shadcn + No RPC + No TanStack Query + ESLint" |
|
| 66 | 117 | - template: "shadcn" |
|
| 67 | 118 | rpc: false |
|
| 119 | + | tanstackQuery: false |
|
| 68 | 120 | linter: "biome" |
|
| 69 | - | test_name: "Shadcn + No RPC + Biome" |
|
| 121 | + | test_name: "Shadcn + No RPC + No TanStack Query + Biome" |
|
| 122 | + | - template: "shadcn" |
|
| 123 | + | rpc: true |
|
| 124 | + | tanstackQuery: true |
|
| 125 | + | linter: "eslint" |
|
| 126 | + | test_name: "Shadcn + RPC + TanStack Query + ESLint" |
|
| 127 | + | - template: "shadcn" |
|
| 128 | + | rpc: true |
|
| 129 | + | tanstackQuery: true |
|
| 130 | + | linter: "biome" |
|
| 131 | + | test_name: "Shadcn + RPC + TanStack Query + Biome" |
|
| 132 | + | - template: "shadcn" |
|
| 133 | + | rpc: false |
|
| 134 | + | tanstackQuery: true |
|
| 135 | + | linter: "eslint" |
|
| 136 | + | test_name: "Shadcn + No RPC + TanStack Query + ESLint" |
|
| 137 | + | - template: "shadcn" |
|
| 138 | + | rpc: false |
|
| 139 | + | tanstackQuery: true |
|
| 140 | + | linter: "biome" |
|
| 141 | + | test_name: "Shadcn + No RPC + TanStack Query + Biome" |
|
| 70 | 142 | ||
| 71 | 143 | steps: |
|
| 72 | 144 | - name: Checkout repository |
|
| 163 | 235 | - name: Cleanup test project |
|
| 164 | 236 | if: always() |
|
| 165 | 237 | run: | |
|
| 166 | - | rm -rf test-project-${{ matrix.template }}-${{ matrix.rpc }}-${{ matrix.linter }} |
|
| 238 | + | rm -rf test-project-${{ matrix.template }}-${{ matrix.rpc }}-${{ matrix.linter }} |
|
| 1 | 1 | { |
|
| 2 | - | "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json", |
|
| 2 | + | "$schema": "https://biomejs.dev/schemas/2.1.1/schema.json", |
|
| 3 | 3 | "vcs": { |
|
| 4 | 4 | "enabled": false, |
|
| 5 | 5 | "clientKind": "git", |