|
1 | 1 | {
|
2 |
| - "$schema": "https://esm.sh/@biomejs/biome@1.8.3/configuration_schema.json", |
| 2 | + "$schema": "https://esm.sh/@biomejs/biome@1.9.1/configuration_schema.json", |
3 | 3 | "vcs": {
|
4 | 4 | "enabled": true,
|
5 | 5 | "clientKind": "git",
|
|
70 | 70 | "*.json",
|
71 | 71 | "*.jsonc",
|
72 | 72 | "*.astro",
|
73 |
| - "*.svelte" |
| 73 | + "*.svelte", |
| 74 | + "*.graphql" |
74 | 75 | ],
|
75 | 76 | "ignoreUnknown": true,
|
76 | 77 | "ignore": [
|
|
122 | 123 | "*.json",
|
123 | 124 | "*.jsonc",
|
124 | 125 | "*.astro",
|
125 |
| - "*.svelte" |
| 126 | + "*.svelte", |
| 127 | + "*.graphql" |
126 | 128 | ],
|
127 | 129 | "ignore": [
|
128 | 130 | "_",
|
|
172 | 174 | },
|
173 | 175 | "nursery": {
|
174 | 176 | "all": true,
|
175 |
| - "noConsole": "off", |
176 |
| - "useTopLevelRegex": "off", |
| 177 | + "noSecrets": "off", |
| 178 | + "noProcessEnv": "off", |
| 179 | + "useStrictMode": "off", |
177 | 180 | "noExportedImports": "off",
|
178 |
| - "useImportRestrictions": "off", |
179 |
| - "noUndeclaredDependencies": "off", |
180 |
| - "noUnusedFunctionParameters": "off", |
181 |
| - "noUselessUndefinedInitialization": "off" |
| 181 | + "useImportRestrictions": "off" |
182 | 182 | },
|
183 | 183 | "performance": {
|
184 | 184 | "all": true,
|
185 | 185 | "noDelete": "off",
|
186 | 186 | "noBarrelFile": "off",
|
187 | 187 | "noReExportAll": "off",
|
| 188 | + "useTopLevelRegex": "off", |
188 | 189 | "noAccumulatingSpread": "warn"
|
189 | 190 | },
|
190 | 191 | "correctness": {
|
191 | 192 | "all": true,
|
192 | 193 | "noNodejsModules": "off",
|
193 | 194 | "noUnusedVariables": "off",
|
194 |
| - "noUndeclaredVariables": "off" |
| 195 | + "noUndeclaredVariables": "off", |
| 196 | + "noUndeclaredDependencies": "off" |
195 | 197 | },
|
196 | 198 | "suspicious": {
|
197 | 199 | "all": true,
|
| 200 | + "noConsole": "off", |
198 | 201 | "noConsoleLog": "off",
|
199 | 202 | "noExplicitAny": "off",
|
200 | 203 | "noCatchAssign": "off",
|
|
228 | 231 | "*.json",
|
229 | 232 | "*.jsonc",
|
230 | 233 | "*.astro",
|
231 |
| - "*.svelte" |
| 234 | + "*.svelte", |
| 235 | + "*.graphql" |
232 | 236 | ],
|
233 | 237 | "ignore": [
|
234 | 238 | "_",
|
|
294 | 298 | "correctness": {
|
295 | 299 | "noUnusedLabels": "off",
|
296 | 300 | "noUnusedImports": "off",
|
297 |
| - "useHookAtTopLevel": "off" |
| 301 | + "useHookAtTopLevel": "off", |
| 302 | + "noUnusedFunctionParameters": "off" |
298 | 303 | },
|
299 | 304 | "style": {
|
300 | 305 | "useConst": "off",
|
|
303 | 308 | "suspicious": {
|
304 | 309 | "noConfusingLabels": "off"
|
305 | 310 | },
|
306 |
| - "nursery": { |
| 311 | + "complexity": { |
307 | 312 | "noUselessUndefinedInitialization": "off"
|
308 | 313 | }
|
309 | 314 | }
|
|
313 | 318 | "include": ["scripts", "*config*"],
|
314 | 319 | "linter": {
|
315 | 320 | "rules": {
|
316 |
| - "nursery": { |
317 |
| - "noConsole": "off" |
318 |
| - } |
| 321 | + "nursery": {} |
319 | 322 | }
|
320 | 323 | }
|
321 | 324 | },
|
|
0 commit comments