projen 0.98.4 → 0.98.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/.jsii +821 -232
  2. package/lib/ai-instructions.d.ts +147 -0
  3. package/lib/ai-instructions.js +238 -0
  4. package/lib/awscdk/auto-discover.js +5 -5
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps-py.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +4 -4
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/internal.d.ts +1 -0
  17. package/lib/awscdk/lambda-extension.js +1 -1
  18. package/lib/awscdk/lambda-function.js +2 -2
  19. package/lib/awscdk/private/feature-flags-v2.const.d.ts +2 -1
  20. package/lib/awscdk/private/feature-flags-v2.const.js +4 -3
  21. package/lib/build/build-workflow.js +1 -1
  22. package/lib/cdk/auto-discover-base.js +2 -2
  23. package/lib/cdk/construct-lib.js +1 -1
  24. package/lib/cdk/integration-test-base.js +1 -1
  25. package/lib/cdk/jsii-docgen.js +1 -1
  26. package/lib/cdk/jsii-project.js +1 -1
  27. package/lib/cdk8s/auto-discover.js +2 -2
  28. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  30. package/lib/cdk8s/cdk8s-construct.js +1 -1
  31. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  32. package/lib/cdk8s/cdk8s-deps.js +1 -1
  33. package/lib/cdk8s/integration-test.js +1 -1
  34. package/lib/cdktf/cdktf-construct.js +1 -1
  35. package/lib/circleci/circleci.js +1 -1
  36. package/lib/component.js +1 -1
  37. package/lib/dependencies.js +1 -1
  38. package/lib/dev-env.js +1 -1
  39. package/lib/docker-compose/docker-compose-service.js +1 -1
  40. package/lib/docker-compose/docker-compose.js +1 -1
  41. package/lib/file.js +1 -1
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/auto-queue.js +1 -1
  47. package/lib/github/dependabot.js +1 -1
  48. package/lib/github/github-credentials.js +1 -1
  49. package/lib/github/github-project.js +1 -1
  50. package/lib/github/github.js +1 -1
  51. package/lib/github/merge-queue.js +1 -1
  52. package/lib/github/mergify.js +1 -1
  53. package/lib/github/pr-template.js +1 -1
  54. package/lib/github/pull-request-backport.js +1 -1
  55. package/lib/github/pull-request-lint.js +1 -1
  56. package/lib/github/stale.js +1 -1
  57. package/lib/github/task-workflow-job.js +1 -1
  58. package/lib/github/task-workflow.js +1 -1
  59. package/lib/github/workflow-actions.js +1 -1
  60. package/lib/github/workflow-jobs.js +1 -1
  61. package/lib/github/workflow-steps.js +1 -1
  62. package/lib/github/workflows.js +1 -1
  63. package/lib/gitlab/configuration.js +1 -1
  64. package/lib/gitlab/gitlab-configuration.js +1 -1
  65. package/lib/gitlab/nested-configuration.js +1 -1
  66. package/lib/gitpod.js +1 -1
  67. package/lib/ignore-file.js +1 -1
  68. package/lib/index.d.ts +1 -0
  69. package/lib/index.js +2 -1
  70. package/lib/ini.js +1 -1
  71. package/lib/java/java-project.js +1 -1
  72. package/lib/java/junit.js +1 -1
  73. package/lib/java/maven-compile.js +1 -1
  74. package/lib/java/maven-packaging.js +1 -1
  75. package/lib/java/maven-sample.js +1 -1
  76. package/lib/java/pom.js +2 -2
  77. package/lib/java/projenrc.js +1 -1
  78. package/lib/javascript/biome/biome-config.d.ts +71 -25
  79. package/lib/javascript/biome/biome-config.js +39 -1
  80. package/lib/javascript/biome/biome.js +1 -1
  81. package/lib/javascript/bundler.js +1 -1
  82. package/lib/javascript/eslint.js +1 -1
  83. package/lib/javascript/jest.js +4 -4
  84. package/lib/javascript/license-checker.js +1 -1
  85. package/lib/javascript/node-package.js +1 -1
  86. package/lib/javascript/node-project.js +1 -1
  87. package/lib/javascript/npm-config.js +1 -1
  88. package/lib/javascript/prettier.js +1 -1
  89. package/lib/javascript/projenrc.js +1 -1
  90. package/lib/javascript/typescript-config.js +2 -2
  91. package/lib/javascript/upgrade-dependencies.js +2 -2
  92. package/lib/javascript/yarnrc.js +1 -1
  93. package/lib/json-patch.js +1 -1
  94. package/lib/json.js +1 -1
  95. package/lib/license.js +1 -1
  96. package/lib/logger.js +1 -1
  97. package/lib/makefile.js +1 -1
  98. package/lib/object-file.js +1 -1
  99. package/lib/project-build.js +1 -1
  100. package/lib/project-tree.js +1 -1
  101. package/lib/project.js +1 -1
  102. package/lib/projects.js +1 -1
  103. package/lib/projenrc-json.js +2 -2
  104. package/lib/projenrc.js +1 -1
  105. package/lib/python/pip.js +1 -1
  106. package/lib/python/poetry.js +2 -2
  107. package/lib/python/projenrc.js +1 -1
  108. package/lib/python/pytest-sample.js +1 -1
  109. package/lib/python/pytest.js +1 -1
  110. package/lib/python/python-project.js +1 -1
  111. package/lib/python/python-sample.js +1 -1
  112. package/lib/python/requirements-file.js +1 -1
  113. package/lib/python/setuppy.js +1 -1
  114. package/lib/python/setuptools.js +1 -1
  115. package/lib/python/venv.js +1 -1
  116. package/lib/readme.js +1 -1
  117. package/lib/release/publisher.js +1 -1
  118. package/lib/release/release-trigger.js +1 -1
  119. package/lib/release/release.js +1 -1
  120. package/lib/renovatebot.js +1 -1
  121. package/lib/sample-file.js +2 -2
  122. package/lib/semver.js +1 -1
  123. package/lib/source-code.js +1 -1
  124. package/lib/task-runtime.js +1 -1
  125. package/lib/task.js +1 -1
  126. package/lib/tasks.js +1 -1
  127. package/lib/testing.js +1 -1
  128. package/lib/textfile.js +1 -1
  129. package/lib/toml.js +1 -1
  130. package/lib/typescript/projenrc-ts.js +1 -1
  131. package/lib/typescript/projenrc.js +1 -1
  132. package/lib/typescript/typescript-typedoc.js +1 -1
  133. package/lib/typescript/typescript.js +6 -6
  134. package/lib/version.js +2 -2
  135. package/lib/vscode/devcontainer.js +1 -1
  136. package/lib/vscode/extensions.js +1 -1
  137. package/lib/vscode/launch-config.js +1 -1
  138. package/lib/vscode/settings.js +1 -1
  139. package/lib/vscode/vscode.js +1 -1
  140. package/lib/web/next.js +3 -3
  141. package/lib/web/postcss.js +1 -1
  142. package/lib/web/react.js +4 -4
  143. package/lib/web/tailwind.js +1 -1
  144. package/lib/xmlfile.js +1 -1
  145. package/lib/yaml.js +1 -1
  146. package/package.json +9 -5
package/.jsii CHANGED
@@ -92,49 +92,49 @@
92
92
  "projen.awscdk": {
93
93
  "locationInModule": {
94
94
  "filename": "src/index.ts",
95
- "line": 52
95
+ "line": 53
96
96
  },
97
97
  "symbolId": "src/awscdk/index:"
98
98
  },
99
99
  "projen.build": {
100
100
  "locationInModule": {
101
101
  "filename": "src/index.ts",
102
- "line": 56
102
+ "line": 57
103
103
  },
104
104
  "symbolId": "src/build/index:"
105
105
  },
106
106
  "projen.cdk": {
107
107
  "locationInModule": {
108
108
  "filename": "src/index.ts",
109
- "line": 55
109
+ "line": 56
110
110
  },
111
111
  "symbolId": "src/cdk/index:"
112
112
  },
113
113
  "projen.cdk8s": {
114
114
  "locationInModule": {
115
115
  "filename": "src/index.ts",
116
- "line": 53
116
+ "line": 54
117
117
  },
118
118
  "symbolId": "src/cdk8s/index:"
119
119
  },
120
120
  "projen.cdktf": {
121
121
  "locationInModule": {
122
122
  "filename": "src/index.ts",
123
- "line": 54
123
+ "line": 55
124
124
  },
125
125
  "symbolId": "src/cdktf/index:"
126
126
  },
127
127
  "projen.circleci": {
128
128
  "locationInModule": {
129
129
  "filename": "src/index.ts",
130
- "line": 45
130
+ "line": 46
131
131
  },
132
132
  "symbolId": "src/circleci/index:"
133
133
  },
134
134
  "projen.github": {
135
135
  "locationInModule": {
136
136
  "filename": "src/index.ts",
137
- "line": 43
137
+ "line": 44
138
138
  },
139
139
  "symbolId": "src/github/index:"
140
140
  },
@@ -148,21 +148,21 @@
148
148
  "projen.gitlab": {
149
149
  "locationInModule": {
150
150
  "filename": "src/index.ts",
151
- "line": 44
151
+ "line": 45
152
152
  },
153
153
  "symbolId": "src/gitlab/index:"
154
154
  },
155
155
  "projen.java": {
156
156
  "locationInModule": {
157
157
  "filename": "src/index.ts",
158
- "line": 47
158
+ "line": 48
159
159
  },
160
160
  "symbolId": "src/java/index:"
161
161
  },
162
162
  "projen.javascript": {
163
163
  "locationInModule": {
164
164
  "filename": "src/index.ts",
165
- "line": 50
165
+ "line": 51
166
166
  },
167
167
  "symbolId": "src/javascript/index:"
168
168
  },
@@ -176,35 +176,35 @@
176
176
  "projen.python": {
177
177
  "locationInModule": {
178
178
  "filename": "src/index.ts",
179
- "line": 48
179
+ "line": 49
180
180
  },
181
181
  "symbolId": "src/python/index:"
182
182
  },
183
183
  "projen.release": {
184
184
  "locationInModule": {
185
185
  "filename": "src/index.ts",
186
- "line": 51
186
+ "line": 52
187
187
  },
188
188
  "symbolId": "src/release/index:"
189
189
  },
190
190
  "projen.typescript": {
191
191
  "locationInModule": {
192
192
  "filename": "src/index.ts",
193
- "line": 49
193
+ "line": 50
194
194
  },
195
195
  "symbolId": "src/typescript/index:"
196
196
  },
197
197
  "projen.vscode": {
198
198
  "locationInModule": {
199
199
  "filename": "src/index.ts",
200
- "line": 46
200
+ "line": 47
201
201
  },
202
202
  "symbolId": "src/vscode/index:"
203
203
  },
204
204
  "projen.web": {
205
205
  "locationInModule": {
206
206
  "filename": "src/index.ts",
207
- "line": 42
207
+ "line": 43
208
208
  },
209
209
  "symbolId": "src/web/index:"
210
210
  }
@@ -229,6 +229,420 @@
229
229
  }
230
230
  },
231
231
  "types": {
232
+ "projen.AiAgent": {
233
+ "assembly": "projen",
234
+ "docs": {
235
+ "stability": "experimental",
236
+ "summary": "Supported AI coding assistants and their instruction file locations."
237
+ },
238
+ "fqn": "projen.AiAgent",
239
+ "kind": "enum",
240
+ "locationInModule": {
241
+ "filename": "src/ai-instructions.ts",
242
+ "line": 8
243
+ },
244
+ "members": [
245
+ {
246
+ "docs": {
247
+ "stability": "experimental",
248
+ "summary": "GitHub Copilot - .github/copilot-instructions.md."
249
+ },
250
+ "name": "GITHUB_COPILOT"
251
+ },
252
+ {
253
+ "docs": {
254
+ "stability": "experimental",
255
+ "summary": "Cursor IDE - .cursor/rules/project.md."
256
+ },
257
+ "name": "CURSOR"
258
+ },
259
+ {
260
+ "docs": {
261
+ "stability": "experimental",
262
+ "summary": "Claude Code - CLAUDE.md."
263
+ },
264
+ "name": "CLAUDE"
265
+ },
266
+ {
267
+ "docs": {
268
+ "stability": "experimental",
269
+ "summary": "Amazon Q - .amazonq/rules/project.md."
270
+ },
271
+ "name": "AMAZON_Q"
272
+ },
273
+ {
274
+ "docs": {
275
+ "stability": "experimental",
276
+ "summary": "Kiro - .kiro/steering/project.md."
277
+ },
278
+ "name": "KIRO"
279
+ }
280
+ ],
281
+ "name": "AiAgent",
282
+ "symbolId": "src/ai-instructions:AiAgent"
283
+ },
284
+ "projen.AiInstructions": {
285
+ "assembly": "projen",
286
+ "base": "projen.Component",
287
+ "docs": {
288
+ "example": "const project = new TypeScriptProject({\n name: \"my-project\",\n defaultReleaseBranch: \"main\",\n});\n\n// Basic usage - generates files for all supported AI agents\nnew AiInstructions(project);\n\n// Custom usage - specify which agents and add custom instructions\nnew AiInstructions(project, {\n agents: [AiAgent.GITHUB_COPILOT, AiAgent.CURSOR],\n agentSpecificInstructions: {\n [AiAgent.GITHUB_COPILOT]: [\"Always use descriptive commit messages.\"],\n },\n});\n\n// Add more instructions after instantiation\nconst ai = new AiInstructions(project);\nai.addInstructions(\"Use functional programming patterns.\");\nai.addInstructions(\"Always write comprehensive tests.\");",
289
+ "remarks": "This component creates configuration files that help AI tools like GitHub Copilot,\nCursor IDE, Claude Code, and Amazon Q understand that the project is managed by projen\nand should follow projen conventions.",
290
+ "stability": "experimental",
291
+ "summary": "Generates instruction files for AI coding assistants with projen-specific guidance."
292
+ },
293
+ "fqn": "projen.AiInstructions",
294
+ "initializer": {
295
+ "docs": {
296
+ "stability": "experimental"
297
+ },
298
+ "locationInModule": {
299
+ "filename": "src/ai-instructions.ts",
300
+ "line": 127
301
+ },
302
+ "parameters": [
303
+ {
304
+ "name": "project",
305
+ "type": {
306
+ "fqn": "projen.Project"
307
+ }
308
+ },
309
+ {
310
+ "name": "options",
311
+ "optional": true,
312
+ "type": {
313
+ "fqn": "projen.AiInstructionsOptions"
314
+ }
315
+ }
316
+ ]
317
+ },
318
+ "kind": "class",
319
+ "locationInModule": {
320
+ "filename": "src/ai-instructions.ts",
321
+ "line": 109
322
+ },
323
+ "methods": [
324
+ {
325
+ "docs": {
326
+ "stability": "experimental",
327
+ "summary": "Returns development best practices instructions for AI agents."
328
+ },
329
+ "locationInModule": {
330
+ "filename": "src/ai-instructions.ts",
331
+ "line": 120
332
+ },
333
+ "name": "bestPractices",
334
+ "parameters": [
335
+ {
336
+ "name": "project",
337
+ "type": {
338
+ "fqn": "projen.Project"
339
+ }
340
+ }
341
+ ],
342
+ "returns": {
343
+ "type": {
344
+ "primitive": "string"
345
+ }
346
+ },
347
+ "static": true
348
+ },
349
+ {
350
+ "docs": {
351
+ "stability": "experimental",
352
+ "summary": "Returns projen-specific instructions for AI agents."
353
+ },
354
+ "locationInModule": {
355
+ "filename": "src/ai-instructions.ts",
356
+ "line": 113
357
+ },
358
+ "name": "projen",
359
+ "parameters": [
360
+ {
361
+ "name": "project",
362
+ "type": {
363
+ "fqn": "projen.Project"
364
+ }
365
+ }
366
+ ],
367
+ "returns": {
368
+ "type": {
369
+ "primitive": "string"
370
+ }
371
+ },
372
+ "static": true
373
+ },
374
+ {
375
+ "docs": {
376
+ "example": "aiInstructions.addAgentSpecificInstructions(AiAgent.GITHUB_COPILOT, \"Use descriptive commit messages.\");",
377
+ "remarks": "This can also be used to add instructions for an AI agent that was previously not enabled.",
378
+ "stability": "experimental",
379
+ "summary": "Add instructions for a specific AI agent."
380
+ },
381
+ "locationInModule": {
382
+ "filename": "src/ai-instructions.ts",
383
+ "line": 203
384
+ },
385
+ "name": "addAgentSpecificInstructions",
386
+ "parameters": [
387
+ {
388
+ "docs": {
389
+ "summary": "The AI agent to add instructions for."
390
+ },
391
+ "name": "agent",
392
+ "type": {
393
+ "fqn": "projen.AiAgent"
394
+ }
395
+ },
396
+ {
397
+ "docs": {
398
+ "summary": "The instruction(s) to add."
399
+ },
400
+ "name": "instructions",
401
+ "type": {
402
+ "primitive": "string"
403
+ },
404
+ "variadic": true
405
+ }
406
+ ],
407
+ "variadic": true
408
+ },
409
+ {
410
+ "docs": {
411
+ "example": "aiInstructions.addInstructions(\"Always use TypeScript strict mode.\");\naiInstructions.addInstructions(\"Prefer functional programming.\", \"Avoid mutations.\");",
412
+ "stability": "experimental",
413
+ "summary": "Adds instructions that will be included for all selected AI agents."
414
+ },
415
+ "locationInModule": {
416
+ "filename": "src/ai-instructions.ts",
417
+ "line": 187
418
+ },
419
+ "name": "addInstructions",
420
+ "parameters": [
421
+ {
422
+ "docs": {
423
+ "summary": "The instructions to add."
424
+ },
425
+ "name": "instructions",
426
+ "type": {
427
+ "primitive": "string"
428
+ },
429
+ "variadic": true
430
+ }
431
+ ],
432
+ "variadic": true
433
+ }
434
+ ],
435
+ "name": "AiInstructions",
436
+ "symbolId": "src/ai-instructions:AiInstructions"
437
+ },
438
+ "projen.AiInstructionsFile": {
439
+ "assembly": "projen",
440
+ "base": "projen.FileBase",
441
+ "docs": {
442
+ "stability": "experimental"
443
+ },
444
+ "fqn": "projen.AiInstructionsFile",
445
+ "initializer": {
446
+ "docs": {
447
+ "stability": "experimental"
448
+ },
449
+ "locationInModule": {
450
+ "filename": "src/file.ts",
451
+ "line": 95
452
+ },
453
+ "parameters": [
454
+ {
455
+ "name": "scope",
456
+ "type": {
457
+ "fqn": "constructs.IConstruct"
458
+ }
459
+ },
460
+ {
461
+ "name": "filePath",
462
+ "type": {
463
+ "primitive": "string"
464
+ }
465
+ },
466
+ {
467
+ "name": "options",
468
+ "optional": true,
469
+ "type": {
470
+ "fqn": "projen.FileBaseOptions"
471
+ }
472
+ }
473
+ ]
474
+ },
475
+ "kind": "class",
476
+ "locationInModule": {
477
+ "filename": "src/ai-instructions.ts",
478
+ "line": 232
479
+ },
480
+ "methods": [
481
+ {
482
+ "docs": {
483
+ "stability": "experimental",
484
+ "summary": "Adds instructions to the instruction file."
485
+ },
486
+ "locationInModule": {
487
+ "filename": "src/ai-instructions.ts",
488
+ "line": 238
489
+ },
490
+ "name": "addInstructions",
491
+ "parameters": [
492
+ {
493
+ "name": "instructions",
494
+ "type": {
495
+ "primitive": "string"
496
+ },
497
+ "variadic": true
498
+ }
499
+ ],
500
+ "variadic": true
501
+ },
502
+ {
503
+ "docs": {
504
+ "stability": "experimental",
505
+ "summary": "Implemented by derived classes and returns the contents of the file to emit."
506
+ },
507
+ "locationInModule": {
508
+ "filename": "src/ai-instructions.ts",
509
+ "line": 242
510
+ },
511
+ "name": "synthesizeContent",
512
+ "overrides": "projen.FileBase",
513
+ "parameters": [
514
+ {
515
+ "name": "resolver",
516
+ "type": {
517
+ "fqn": "projen.IResolver"
518
+ }
519
+ }
520
+ ],
521
+ "protected": true,
522
+ "returns": {
523
+ "optional": true,
524
+ "type": {
525
+ "primitive": "string"
526
+ }
527
+ }
528
+ }
529
+ ],
530
+ "name": "AiInstructionsFile",
531
+ "symbolId": "src/ai-instructions:AiInstructionsFile"
532
+ },
533
+ "projen.AiInstructionsOptions": {
534
+ "assembly": "projen",
535
+ "datatype": true,
536
+ "docs": {
537
+ "stability": "experimental",
538
+ "summary": "Options for configuring AI tool instruction files."
539
+ },
540
+ "fqn": "projen.AiInstructionsOptions",
541
+ "kind": "interface",
542
+ "locationInModule": {
543
+ "filename": "src/ai-instructions.ts",
544
+ "line": 38
545
+ },
546
+ "name": "AiInstructionsOptions",
547
+ "properties": [
548
+ {
549
+ "abstract": true,
550
+ "docs": {
551
+ "default": "- All agents: [AiAgent.GITHUB_COPILOT, AiAgent.CURSOR, AiAgent.CLAUDE, AiAgent.AMAZON_Q]",
552
+ "stability": "experimental",
553
+ "summary": "Which AI agents to generate instruction files for."
554
+ },
555
+ "immutable": true,
556
+ "locationInModule": {
557
+ "filename": "src/ai-instructions.ts",
558
+ "line": 44
559
+ },
560
+ "name": "agents",
561
+ "optional": true,
562
+ "type": {
563
+ "collection": {
564
+ "elementtype": {
565
+ "fqn": "projen.AiAgent"
566
+ },
567
+ "kind": "array"
568
+ }
569
+ }
570
+ },
571
+ {
572
+ "abstract": true,
573
+ "docs": {
574
+ "default": "- no agent specific instructions",
575
+ "example": "{\n [AiAgent.GITHUB_COPILOT]: {\n instructions: [\"Use descriptive commit messages.\"]\n },\n [AiAgent.CURSOR]: {\n instructions: [\"Prefer functional patterns.\", \"Always add tests.\"]\n }\n}",
576
+ "remarks": "Allows different instructions for different AI tools.",
577
+ "stability": "experimental",
578
+ "summary": "Per-agent custom instructions."
579
+ },
580
+ "immutable": true,
581
+ "locationInModule": {
582
+ "filename": "src/ai-instructions.ts",
583
+ "line": 67
584
+ },
585
+ "name": "agentSpecificInstructions",
586
+ "optional": true,
587
+ "type": {
588
+ "collection": {
589
+ "elementtype": {
590
+ "collection": {
591
+ "elementtype": {
592
+ "primitive": "string"
593
+ },
594
+ "kind": "array"
595
+ }
596
+ },
597
+ "kind": "map"
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "abstract": true,
603
+ "docs": {
604
+ "default": "true",
605
+ "remarks": "Default instructions will only be included for agents provided in the `agents` option.\nIf `agents` is not provided, default instructions will be included for all agents.",
606
+ "stability": "experimental",
607
+ "summary": "Include default instructions for projen and general best practices."
608
+ },
609
+ "immutable": true,
610
+ "locationInModule": {
611
+ "filename": "src/ai-instructions.ts",
612
+ "line": 77
613
+ },
614
+ "name": "includeDefaultInstructions",
615
+ "optional": true,
616
+ "type": {
617
+ "primitive": "boolean"
618
+ }
619
+ },
620
+ {
621
+ "abstract": true,
622
+ "docs": {
623
+ "default": "- no agent specific instructions",
624
+ "stability": "experimental",
625
+ "summary": "General instructions applicable to all agents."
626
+ },
627
+ "immutable": true,
628
+ "locationInModule": {
629
+ "filename": "src/ai-instructions.ts",
630
+ "line": 51
631
+ },
632
+ "name": "instructions",
633
+ "optional": true,
634
+ "type": {
635
+ "collection": {
636
+ "elementtype": {
637
+ "primitive": "string"
638
+ },
639
+ "kind": "array"
640
+ }
641
+ }
642
+ }
643
+ ],
644
+ "symbolId": "src/ai-instructions:AiInstructionsOptions"
645
+ },
232
646
  "projen.Component": {
233
647
  "assembly": "projen",
234
648
  "base": "constructs.Construct",
@@ -56676,7 +57090,7 @@
56676
57090
  "kind": "interface",
56677
57091
  "locationInModule": {
56678
57092
  "filename": "src/javascript/biome/biome-config.ts",
56679
- "line": 927
57093
+ "line": 935
56680
57094
  },
56681
57095
  "name": "Actions",
56682
57096
  "namespace": "javascript.biome_config",
@@ -56694,7 +57108,7 @@
56694
57108
  "immutable": true,
56695
57109
  "locationInModule": {
56696
57110
  "filename": "src/javascript/biome/biome-config.ts",
56697
- "line": 933
57111
+ "line": 941
56698
57112
  },
56699
57113
  "name": "recommended",
56700
57114
  "optional": true,
@@ -56713,7 +57127,7 @@
56713
57127
  "immutable": true,
56714
57128
  "locationInModule": {
56715
57129
  "filename": "src/javascript/biome/biome-config.ts",
56716
- "line": 938
57130
+ "line": 946
56717
57131
  },
56718
57132
  "name": "source",
56719
57133
  "optional": true,
@@ -56736,7 +57150,7 @@
56736
57150
  "kind": "enum",
56737
57151
  "locationInModule": {
56738
57152
  "filename": "src/javascript/biome/biome-config.ts",
56739
- "line": 2444
57153
+ "line": 2520
56740
57154
  },
56741
57155
  "members": [
56742
57156
  {
@@ -56857,7 +57271,7 @@
56857
57271
  "kind": "enum",
56858
57272
  "locationInModule": {
56859
57273
  "filename": "src/javascript/biome/biome-config.ts",
56860
- "line": 1127
57274
+ "line": 1143
56861
57275
  },
56862
57276
  "members": [
56863
57277
  {
@@ -57251,7 +57665,7 @@
57251
57665
  "kind": "interface",
57252
57666
  "locationInModule": {
57253
57667
  "filename": "src/javascript/biome/biome-config.ts",
57254
- "line": 962
57668
+ "line": 970
57255
57669
  },
57256
57670
  "name": "CssAssistConfiguration",
57257
57671
  "namespace": "javascript.biome_config",
@@ -57268,7 +57682,7 @@
57268
57682
  "immutable": true,
57269
57683
  "locationInModule": {
57270
57684
  "filename": "src/javascript/biome/biome-config.ts",
57271
- "line": 968
57685
+ "line": 976
57272
57686
  },
57273
57687
  "name": "enabled",
57274
57688
  "optional": true,
@@ -57420,7 +57834,7 @@
57420
57834
  "kind": "interface",
57421
57835
  "locationInModule": {
57422
57836
  "filename": "src/javascript/biome/biome-config.ts",
57423
- "line": 991
57837
+ "line": 999
57424
57838
  },
57425
57839
  "name": "CssFormatterConfiguration",
57426
57840
  "namespace": "javascript.biome_config",
@@ -57437,7 +57851,7 @@
57437
57851
  "immutable": true,
57438
57852
  "locationInModule": {
57439
57853
  "filename": "src/javascript/biome/biome-config.ts",
57440
- "line": 997
57854
+ "line": 1005
57441
57855
  },
57442
57856
  "name": "enabled",
57443
57857
  "optional": true,
@@ -57457,7 +57871,7 @@
57457
57871
  "immutable": true,
57458
57872
  "locationInModule": {
57459
57873
  "filename": "src/javascript/biome/biome-config.ts",
57460
- "line": 1004
57874
+ "line": 1012
57461
57875
  },
57462
57876
  "name": "indentStyle",
57463
57877
  "optional": true,
@@ -57479,7 +57893,7 @@
57479
57893
  "immutable": true,
57480
57894
  "locationInModule": {
57481
57895
  "filename": "src/javascript/biome/biome-config.ts",
57482
- "line": 1012
57896
+ "line": 1020
57483
57897
  },
57484
57898
  "name": "indentWidth",
57485
57899
  "optional": true,
@@ -57493,13 +57907,14 @@
57493
57907
  "custom": {
57494
57908
  "schema": "CssFormatterConfiguration#lineEnding"
57495
57909
  },
57910
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
57496
57911
  "stability": "experimental",
57497
57912
  "summary": "The type of line ending applied to CSS (and its super languages) files."
57498
57913
  },
57499
57914
  "immutable": true,
57500
57915
  "locationInModule": {
57501
57916
  "filename": "src/javascript/biome/biome-config.ts",
57502
- "line": 1019
57917
+ "line": 1027
57503
57918
  },
57504
57919
  "name": "lineEnding",
57505
57920
  "optional": true,
@@ -57521,7 +57936,7 @@
57521
57936
  "immutable": true,
57522
57937
  "locationInModule": {
57523
57938
  "filename": "src/javascript/biome/biome-config.ts",
57524
- "line": 1027
57939
+ "line": 1035
57525
57940
  },
57526
57941
  "name": "lineWidth",
57527
57942
  "optional": true,
@@ -57543,7 +57958,7 @@
57543
57958
  "immutable": true,
57544
57959
  "locationInModule": {
57545
57960
  "filename": "src/javascript/biome/biome-config.ts",
57546
- "line": 1035
57961
+ "line": 1043
57547
57962
  },
57548
57963
  "name": "quoteStyle",
57549
57964
  "optional": true,
@@ -57568,7 +57983,7 @@
57568
57983
  "kind": "interface",
57569
57984
  "locationInModule": {
57570
57985
  "filename": "src/javascript/biome/biome-config.ts",
57571
- "line": 1063
57986
+ "line": 1071
57572
57987
  },
57573
57988
  "name": "CssLinterConfiguration",
57574
57989
  "namespace": "javascript.biome_config",
@@ -57585,7 +58000,7 @@
57585
58000
  "immutable": true,
57586
58001
  "locationInModule": {
57587
58002
  "filename": "src/javascript/biome/biome-config.ts",
57588
- "line": 1069
58003
+ "line": 1077
57589
58004
  },
57590
58005
  "name": "enabled",
57591
58006
  "optional": true,
@@ -57610,7 +58025,7 @@
57610
58025
  "kind": "interface",
57611
58026
  "locationInModule": {
57612
58027
  "filename": "src/javascript/biome/biome-config.ts",
57613
- "line": 1092
58028
+ "line": 1100
57614
58029
  },
57615
58030
  "name": "CssParserConfiguration",
57616
58031
  "namespace": "javascript.biome_config",
@@ -57627,7 +58042,7 @@
57627
58042
  "immutable": true,
57628
58043
  "locationInModule": {
57629
58044
  "filename": "src/javascript/biome/biome-config.ts",
57630
- "line": 1098
58045
+ "line": 1106
57631
58046
  },
57632
58047
  "name": "allowWrongLineComments",
57633
58048
  "optional": true,
@@ -57647,13 +58062,33 @@
57647
58062
  "immutable": true,
57648
58063
  "locationInModule": {
57649
58064
  "filename": "src/javascript/biome/biome-config.ts",
57650
- "line": 1105
58065
+ "line": 1113
57651
58066
  },
57652
58067
  "name": "cssModules",
57653
58068
  "optional": true,
57654
58069
  "type": {
57655
58070
  "primitive": "boolean"
57656
58071
  }
58072
+ },
58073
+ {
58074
+ "abstract": true,
58075
+ "docs": {
58076
+ "custom": {
58077
+ "schema": "CssParserConfiguration#tailwindDirectives"
58078
+ },
58079
+ "stability": "experimental",
58080
+ "summary": "Enables parsing of Tailwind CSS 4.0 directives and functions."
58081
+ },
58082
+ "immutable": true,
58083
+ "locationInModule": {
58084
+ "filename": "src/javascript/biome/biome-config.ts",
58085
+ "line": 1120
58086
+ },
58087
+ "name": "tailwindDirectives",
58088
+ "optional": true,
58089
+ "type": {
58090
+ "primitive": "boolean"
58091
+ }
57657
58092
  }
57658
58093
  ],
57659
58094
  "symbolId": "src/javascript/biome/biome-config:CssParserConfiguration"
@@ -57670,7 +58105,7 @@
57670
58105
  "kind": "enum",
57671
58106
  "locationInModule": {
57672
58107
  "filename": "src/javascript/biome/biome-config.ts",
57673
- "line": 1137
58108
+ "line": 1153
57674
58109
  },
57675
58110
  "members": [
57676
58111
  {
@@ -57724,14 +58159,14 @@
57724
58159
  "custom": {
57725
58160
  "schema": "FilesConfiguration#experimentalScannerIgnores"
57726
58161
  },
57727
- "remarks": "Biome maintains an internal list of default ignore entries, which is based on user feedback and which may change in any release. This setting allows overriding this internal list completely.\n\nThis is considered an advanced feature that users _should_ not need to tweak themselves, but they can as a last resort. This setting can only be configured in root configurations, and is ignored in nested configs.\n\nEntries must be file or folder *names*. Specific paths and globs are not supported.\n\nExamples where this may be useful:\n\n```jsonc { \"files\": { \"experimentalScannerIgnores\": [ // You almost certainly don't want to scan your `.git` // folder, which is why it's already ignored by default: \".git\",\n\n// But the scanner does scan `node_modules` by default. If // you *really* don't want this, you can ignore it like // this: \"node_modules\",\n\n// But it's probably better to ignore a specific dependency. // For instance, one that happens to be particularly slow to // scan: \"RedisCommander.d.ts\", ], } } ```\n\nPlease be aware that rules relying on the module graph or type inference information may be negatively affected if dependencies of your project aren't (fully) scanned.",
58162
+ "remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
57728
58163
  "stability": "experimental",
57729
- "summary": "Set of file and folder names that should be unconditionally ignored by Biome's scanner."
58164
+ "summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes."
57730
58165
  },
57731
58166
  "immutable": true,
57732
58167
  "locationInModule": {
57733
58168
  "filename": "src/javascript/biome/biome-config.ts",
57734
- "line": 282
58169
+ "line": 268
57735
58170
  },
57736
58171
  "name": "experimentalScannerIgnores",
57737
58172
  "optional": true,
@@ -57751,12 +58186,12 @@
57751
58186
  "schema": "FilesConfiguration#ignoreUnknown"
57752
58187
  },
57753
58188
  "stability": "experimental",
57754
- "summary": "Tells Biome to not emit diagnostics when handling files that doesn't know."
58189
+ "summary": "Tells Biome to not emit diagnostics when handling files that it doesn't know."
57755
58190
  },
57756
58191
  "immutable": true,
57757
58192
  "locationInModule": {
57758
58193
  "filename": "src/javascript/biome/biome-config.ts",
57759
- "line": 289
58194
+ "line": 275
57760
58195
  },
57761
58196
  "name": "ignoreUnknown",
57762
58197
  "optional": true,
@@ -57777,7 +58212,7 @@
57777
58212
  "immutable": true,
57778
58213
  "locationInModule": {
57779
58214
  "filename": "src/javascript/biome/biome-config.ts",
57780
- "line": 296
58215
+ "line": 282
57781
58216
  },
57782
58217
  "name": "includes",
57783
58218
  "optional": true,
@@ -57804,7 +58239,7 @@
57804
58239
  "immutable": true,
57805
58240
  "locationInModule": {
57806
58241
  "filename": "src/javascript/biome/biome-config.ts",
57807
- "line": 304
58242
+ "line": 290
57808
58243
  },
57809
58244
  "name": "maxSize",
57810
58245
  "optional": true,
@@ -57829,7 +58264,7 @@
57829
58264
  "kind": "interface",
57830
58265
  "locationInModule": {
57831
58266
  "filename": "src/javascript/biome/biome-config.ts",
57832
- "line": 330
58267
+ "line": 316
57833
58268
  },
57834
58269
  "name": "FormatterConfiguration",
57835
58270
  "namespace": "javascript.biome_config",
@@ -57848,7 +58283,7 @@
57848
58283
  "immutable": true,
57849
58284
  "locationInModule": {
57850
58285
  "filename": "src/javascript/biome/biome-config.ts",
57851
- "line": 337
58286
+ "line": 323
57852
58287
  },
57853
58288
  "name": "attributePosition",
57854
58289
  "optional": true,
@@ -57868,7 +58303,7 @@
57868
58303
  "immutable": true,
57869
58304
  "locationInModule": {
57870
58305
  "filename": "src/javascript/biome/biome-config.ts",
57871
- "line": 344
58306
+ "line": 330
57872
58307
  },
57873
58308
  "name": "bracketSameLine",
57874
58309
  "optional": true,
@@ -57890,7 +58325,7 @@
57890
58325
  "immutable": true,
57891
58326
  "locationInModule": {
57892
58327
  "filename": "src/javascript/biome/biome-config.ts",
57893
- "line": 352
58328
+ "line": 338
57894
58329
  },
57895
58330
  "name": "bracketSpacing",
57896
58331
  "optional": true,
@@ -57909,7 +58344,7 @@
57909
58344
  "immutable": true,
57910
58345
  "locationInModule": {
57911
58346
  "filename": "src/javascript/biome/biome-config.ts",
57912
- "line": 357
58347
+ "line": 343
57913
58348
  },
57914
58349
  "name": "enabled",
57915
58350
  "optional": true,
@@ -57931,7 +58366,7 @@
57931
58366
  "immutable": true,
57932
58367
  "locationInModule": {
57933
58368
  "filename": "src/javascript/biome/biome-config.ts",
57934
- "line": 365
58369
+ "line": 351
57935
58370
  },
57936
58371
  "name": "expand",
57937
58372
  "optional": true,
@@ -57946,12 +58381,12 @@
57946
58381
  "schema": "FormatterConfiguration#formatWithErrors"
57947
58382
  },
57948
58383
  "stability": "experimental",
57949
- "summary": "Stores whether formatting should be allowed to proceed if a given file has syntax errors."
58384
+ "summary": "Whether formatting should be allowed to proceed if a given file has syntax errors."
57950
58385
  },
57951
58386
  "immutable": true,
57952
58387
  "locationInModule": {
57953
58388
  "filename": "src/javascript/biome/biome-config.ts",
57954
- "line": 372
58389
+ "line": 358
57955
58390
  },
57956
58391
  "name": "formatWithErrors",
57957
58392
  "optional": true,
@@ -57972,7 +58407,7 @@
57972
58407
  "immutable": true,
57973
58408
  "locationInModule": {
57974
58409
  "filename": "src/javascript/biome/biome-config.ts",
57975
- "line": 379
58410
+ "line": 365
57976
58411
  },
57977
58412
  "name": "includes",
57978
58413
  "optional": true,
@@ -57997,7 +58432,7 @@
57997
58432
  "immutable": true,
57998
58433
  "locationInModule": {
57999
58434
  "filename": "src/javascript/biome/biome-config.ts",
58000
- "line": 386
58435
+ "line": 372
58001
58436
  },
58002
58437
  "name": "indentStyle",
58003
58438
  "optional": true,
@@ -58017,7 +58452,7 @@
58017
58452
  "immutable": true,
58018
58453
  "locationInModule": {
58019
58454
  "filename": "src/javascript/biome/biome-config.ts",
58020
- "line": 393
58455
+ "line": 379
58021
58456
  },
58022
58457
  "name": "indentWidth",
58023
58458
  "optional": true,
@@ -58037,7 +58472,7 @@
58037
58472
  "immutable": true,
58038
58473
  "locationInModule": {
58039
58474
  "filename": "src/javascript/biome/biome-config.ts",
58040
- "line": 400
58475
+ "line": 386
58041
58476
  },
58042
58477
  "name": "lineEnding",
58043
58478
  "optional": true,
@@ -58059,7 +58494,7 @@
58059
58494
  "immutable": true,
58060
58495
  "locationInModule": {
58061
58496
  "filename": "src/javascript/biome/biome-config.ts",
58062
- "line": 408
58497
+ "line": 394
58063
58498
  },
58064
58499
  "name": "lineWidth",
58065
58500
  "optional": true,
@@ -58080,7 +58515,7 @@
58080
58515
  "immutable": true,
58081
58516
  "locationInModule": {
58082
58517
  "filename": "src/javascript/biome/biome-config.ts",
58083
- "line": 417
58518
+ "line": 403
58084
58519
  },
58085
58520
  "name": "useEditorconfig",
58086
58521
  "optional": true,
@@ -58105,7 +58540,7 @@
58105
58540
  "kind": "interface",
58106
58541
  "locationInModule": {
58107
58542
  "filename": "src/javascript/biome/biome-config.ts",
58108
- "line": 1173
58543
+ "line": 1191
58109
58544
  },
58110
58545
  "name": "GraphqlAssistConfiguration",
58111
58546
  "namespace": "javascript.biome_config",
@@ -58122,7 +58557,7 @@
58122
58557
  "immutable": true,
58123
58558
  "locationInModule": {
58124
58559
  "filename": "src/javascript/biome/biome-config.ts",
58125
- "line": 1179
58560
+ "line": 1197
58126
58561
  },
58127
58562
  "name": "enabled",
58128
58563
  "optional": true,
@@ -58147,7 +58582,7 @@
58147
58582
  "kind": "interface",
58148
58583
  "locationInModule": {
58149
58584
  "filename": "src/javascript/biome/biome-config.ts",
58150
- "line": 451
58585
+ "line": 437
58151
58586
  },
58152
58587
  "name": "GraphqlConfiguration",
58153
58588
  "namespace": "javascript.biome_config",
@@ -58164,7 +58599,7 @@
58164
58599
  "immutable": true,
58165
58600
  "locationInModule": {
58166
58601
  "filename": "src/javascript/biome/biome-config.ts",
58167
- "line": 457
58602
+ "line": 443
58168
58603
  },
58169
58604
  "name": "assist",
58170
58605
  "optional": true,
@@ -58184,7 +58619,7 @@
58184
58619
  "immutable": true,
58185
58620
  "locationInModule": {
58186
58621
  "filename": "src/javascript/biome/biome-config.ts",
58187
- "line": 464
58622
+ "line": 450
58188
58623
  },
58189
58624
  "name": "formatter",
58190
58625
  "optional": true,
@@ -58203,7 +58638,7 @@
58203
58638
  "immutable": true,
58204
58639
  "locationInModule": {
58205
58640
  "filename": "src/javascript/biome/biome-config.ts",
58206
- "line": 469
58641
+ "line": 455
58207
58642
  },
58208
58643
  "name": "linter",
58209
58644
  "optional": true,
@@ -58228,7 +58663,7 @@
58228
58663
  "kind": "interface",
58229
58664
  "locationInModule": {
58230
58665
  "filename": "src/javascript/biome/biome-config.ts",
58231
- "line": 1202
58666
+ "line": 1220
58232
58667
  },
58233
58668
  "name": "GraphqlFormatterConfiguration",
58234
58669
  "namespace": "javascript.biome_config",
@@ -58247,7 +58682,7 @@
58247
58682
  "immutable": true,
58248
58683
  "locationInModule": {
58249
58684
  "filename": "src/javascript/biome/biome-config.ts",
58250
- "line": 1209
58685
+ "line": 1227
58251
58686
  },
58252
58687
  "name": "bracketSpacing",
58253
58688
  "optional": true,
@@ -58267,7 +58702,7 @@
58267
58702
  "immutable": true,
58268
58703
  "locationInModule": {
58269
58704
  "filename": "src/javascript/biome/biome-config.ts",
58270
- "line": 1216
58705
+ "line": 1234
58271
58706
  },
58272
58707
  "name": "enabled",
58273
58708
  "optional": true,
@@ -58287,7 +58722,7 @@
58287
58722
  "immutable": true,
58288
58723
  "locationInModule": {
58289
58724
  "filename": "src/javascript/biome/biome-config.ts",
58290
- "line": 1223
58725
+ "line": 1241
58291
58726
  },
58292
58727
  "name": "indentStyle",
58293
58728
  "optional": true,
@@ -58309,7 +58744,7 @@
58309
58744
  "immutable": true,
58310
58745
  "locationInModule": {
58311
58746
  "filename": "src/javascript/biome/biome-config.ts",
58312
- "line": 1231
58747
+ "line": 1249
58313
58748
  },
58314
58749
  "name": "indentWidth",
58315
58750
  "optional": true,
@@ -58323,13 +58758,14 @@
58323
58758
  "custom": {
58324
58759
  "schema": "GraphqlFormatterConfiguration#lineEnding"
58325
58760
  },
58761
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
58326
58762
  "stability": "experimental",
58327
58763
  "summary": "The type of line ending applied to GraphQL files."
58328
58764
  },
58329
58765
  "immutable": true,
58330
58766
  "locationInModule": {
58331
58767
  "filename": "src/javascript/biome/biome-config.ts",
58332
- "line": 1238
58768
+ "line": 1256
58333
58769
  },
58334
58770
  "name": "lineEnding",
58335
58771
  "optional": true,
@@ -58351,7 +58787,7 @@
58351
58787
  "immutable": true,
58352
58788
  "locationInModule": {
58353
58789
  "filename": "src/javascript/biome/biome-config.ts",
58354
- "line": 1246
58790
+ "line": 1264
58355
58791
  },
58356
58792
  "name": "lineWidth",
58357
58793
  "optional": true,
@@ -58373,7 +58809,7 @@
58373
58809
  "immutable": true,
58374
58810
  "locationInModule": {
58375
58811
  "filename": "src/javascript/biome/biome-config.ts",
58376
- "line": 1254
58812
+ "line": 1272
58377
58813
  },
58378
58814
  "name": "quoteStyle",
58379
58815
  "optional": true,
@@ -58398,7 +58834,7 @@
58398
58834
  "kind": "interface",
58399
58835
  "locationInModule": {
58400
58836
  "filename": "src/javascript/biome/biome-config.ts",
58401
- "line": 1283
58837
+ "line": 1301
58402
58838
  },
58403
58839
  "name": "GraphqlLinterConfiguration",
58404
58840
  "namespace": "javascript.biome_config",
@@ -58415,7 +58851,7 @@
58415
58851
  "immutable": true,
58416
58852
  "locationInModule": {
58417
58853
  "filename": "src/javascript/biome/biome-config.ts",
58418
- "line": 1289
58854
+ "line": 1307
58419
58855
  },
58420
58856
  "name": "enabled",
58421
58857
  "optional": true,
@@ -58439,7 +58875,7 @@
58439
58875
  "kind": "interface",
58440
58876
  "locationInModule": {
58441
58877
  "filename": "src/javascript/biome/biome-config.ts",
58442
- "line": 1310
58878
+ "line": 1328
58443
58879
  },
58444
58880
  "name": "GritAssistConfiguration",
58445
58881
  "namespace": "javascript.biome_config",
@@ -58456,7 +58892,7 @@
58456
58892
  "immutable": true,
58457
58893
  "locationInModule": {
58458
58894
  "filename": "src/javascript/biome/biome-config.ts",
58459
- "line": 1316
58895
+ "line": 1334
58460
58896
  },
58461
58897
  "name": "enabled",
58462
58898
  "optional": true,
@@ -58481,7 +58917,7 @@
58481
58917
  "kind": "interface",
58482
58918
  "locationInModule": {
58483
58919
  "filename": "src/javascript/biome/biome-config.ts",
58484
- "line": 494
58920
+ "line": 480
58485
58921
  },
58486
58922
  "name": "GritConfiguration",
58487
58923
  "namespace": "javascript.biome_config",
@@ -58498,7 +58934,7 @@
58498
58934
  "immutable": true,
58499
58935
  "locationInModule": {
58500
58936
  "filename": "src/javascript/biome/biome-config.ts",
58501
- "line": 500
58937
+ "line": 486
58502
58938
  },
58503
58939
  "name": "assist",
58504
58940
  "optional": true,
@@ -58518,7 +58954,7 @@
58518
58954
  "immutable": true,
58519
58955
  "locationInModule": {
58520
58956
  "filename": "src/javascript/biome/biome-config.ts",
58521
- "line": 507
58957
+ "line": 493
58522
58958
  },
58523
58959
  "name": "formatter",
58524
58960
  "optional": true,
@@ -58538,7 +58974,7 @@
58538
58974
  "immutable": true,
58539
58975
  "locationInModule": {
58540
58976
  "filename": "src/javascript/biome/biome-config.ts",
58541
- "line": 514
58977
+ "line": 500
58542
58978
  },
58543
58979
  "name": "linter",
58544
58980
  "optional": true,
@@ -58562,7 +58998,7 @@
58562
58998
  "kind": "interface",
58563
58999
  "locationInModule": {
58564
59000
  "filename": "src/javascript/biome/biome-config.ts",
58565
- "line": 1337
59001
+ "line": 1355
58566
59002
  },
58567
59003
  "name": "GritFormatterConfiguration",
58568
59004
  "namespace": "javascript.biome_config",
@@ -58579,7 +59015,7 @@
58579
59015
  "immutable": true,
58580
59016
  "locationInModule": {
58581
59017
  "filename": "src/javascript/biome/biome-config.ts",
58582
- "line": 1343
59018
+ "line": 1361
58583
59019
  },
58584
59020
  "name": "enabled",
58585
59021
  "optional": true,
@@ -58599,7 +59035,7 @@
58599
59035
  "immutable": true,
58600
59036
  "locationInModule": {
58601
59037
  "filename": "src/javascript/biome/biome-config.ts",
58602
- "line": 1350
59038
+ "line": 1368
58603
59039
  },
58604
59040
  "name": "indentStyle",
58605
59041
  "optional": true,
@@ -58621,7 +59057,7 @@
58621
59057
  "immutable": true,
58622
59058
  "locationInModule": {
58623
59059
  "filename": "src/javascript/biome/biome-config.ts",
58624
- "line": 1358
59060
+ "line": 1376
58625
59061
  },
58626
59062
  "name": "indentWidth",
58627
59063
  "optional": true,
@@ -58641,7 +59077,7 @@
58641
59077
  "immutable": true,
58642
59078
  "locationInModule": {
58643
59079
  "filename": "src/javascript/biome/biome-config.ts",
58644
- "line": 1365
59080
+ "line": 1383
58645
59081
  },
58646
59082
  "name": "lineEnding",
58647
59083
  "optional": true,
@@ -58663,7 +59099,7 @@
58663
59099
  "immutable": true,
58664
59100
  "locationInModule": {
58665
59101
  "filename": "src/javascript/biome/biome-config.ts",
58666
- "line": 1373
59102
+ "line": 1391
58667
59103
  },
58668
59104
  "name": "lineWidth",
58669
59105
  "optional": true,
@@ -58687,7 +59123,7 @@
58687
59123
  "kind": "interface",
58688
59124
  "locationInModule": {
58689
59125
  "filename": "src/javascript/biome/biome-config.ts",
58690
- "line": 1398
59126
+ "line": 1416
58691
59127
  },
58692
59128
  "name": "GritLinterConfiguration",
58693
59129
  "namespace": "javascript.biome_config",
@@ -58704,7 +59140,7 @@
58704
59140
  "immutable": true,
58705
59141
  "locationInModule": {
58706
59142
  "filename": "src/javascript/biome/biome-config.ts",
58707
- "line": 1404
59143
+ "line": 1422
58708
59144
  },
58709
59145
  "name": "enabled",
58710
59146
  "optional": true,
@@ -58715,6 +59151,48 @@
58715
59151
  ],
58716
59152
  "symbolId": "src/javascript/biome/biome-config:GritLinterConfiguration"
58717
59153
  },
59154
+ "projen.javascript.biome_config.HtmlAssistConfiguration": {
59155
+ "assembly": "projen",
59156
+ "datatype": true,
59157
+ "docs": {
59158
+ "custom": {
59159
+ "schema": "HtmlAssistConfiguration"
59160
+ },
59161
+ "stability": "experimental",
59162
+ "summary": "Options that changes how the HTML assist behaves."
59163
+ },
59164
+ "fqn": "projen.javascript.biome_config.HtmlAssistConfiguration",
59165
+ "kind": "interface",
59166
+ "locationInModule": {
59167
+ "filename": "src/javascript/biome/biome-config.ts",
59168
+ "line": 1445
59169
+ },
59170
+ "name": "HtmlAssistConfiguration",
59171
+ "namespace": "javascript.biome_config",
59172
+ "properties": [
59173
+ {
59174
+ "abstract": true,
59175
+ "docs": {
59176
+ "custom": {
59177
+ "schema": "HtmlAssistConfiguration#enabled"
59178
+ },
59179
+ "stability": "experimental",
59180
+ "summary": "Control the assist for HTML (and its super languages) files."
59181
+ },
59182
+ "immutable": true,
59183
+ "locationInModule": {
59184
+ "filename": "src/javascript/biome/biome-config.ts",
59185
+ "line": 1451
59186
+ },
59187
+ "name": "enabled",
59188
+ "optional": true,
59189
+ "type": {
59190
+ "primitive": "boolean"
59191
+ }
59192
+ }
59193
+ ],
59194
+ "symbolId": "src/javascript/biome/biome-config:HtmlAssistConfiguration"
59195
+ },
58718
59196
  "projen.javascript.biome_config.HtmlConfiguration": {
58719
59197
  "assembly": "projen",
58720
59198
  "datatype": true,
@@ -58729,11 +59207,50 @@
58729
59207
  "kind": "interface",
58730
59208
  "locationInModule": {
58731
59209
  "filename": "src/javascript/biome/biome-config.ts",
58732
- "line": 539
59210
+ "line": 525
58733
59211
  },
58734
59212
  "name": "HtmlConfiguration",
58735
59213
  "namespace": "javascript.biome_config",
58736
59214
  "properties": [
59215
+ {
59216
+ "abstract": true,
59217
+ "docs": {
59218
+ "custom": {
59219
+ "schema": "HtmlConfiguration#assist"
59220
+ },
59221
+ "stability": "experimental"
59222
+ },
59223
+ "immutable": true,
59224
+ "locationInModule": {
59225
+ "filename": "src/javascript/biome/biome-config.ts",
59226
+ "line": 529
59227
+ },
59228
+ "name": "assist",
59229
+ "optional": true,
59230
+ "type": {
59231
+ "fqn": "projen.javascript.biome_config.HtmlAssistConfiguration"
59232
+ }
59233
+ },
59234
+ {
59235
+ "abstract": true,
59236
+ "docs": {
59237
+ "custom": {
59238
+ "schema": "HtmlConfiguration#experimentalFullSupportEnabled"
59239
+ },
59240
+ "stability": "experimental",
59241
+ "summary": "Enables full support for HTML, Vue, Svelte and Astro files."
59242
+ },
59243
+ "immutable": true,
59244
+ "locationInModule": {
59245
+ "filename": "src/javascript/biome/biome-config.ts",
59246
+ "line": 536
59247
+ },
59248
+ "name": "experimentalFullSupportEnabled",
59249
+ "optional": true,
59250
+ "type": {
59251
+ "primitive": "boolean"
59252
+ }
59253
+ },
58737
59254
  {
58738
59255
  "abstract": true,
58739
59256
  "docs": {
@@ -58746,7 +59263,7 @@
58746
59263
  "immutable": true,
58747
59264
  "locationInModule": {
58748
59265
  "filename": "src/javascript/biome/biome-config.ts",
58749
- "line": 545
59266
+ "line": 543
58750
59267
  },
58751
59268
  "name": "formatter",
58752
59269
  "optional": true,
@@ -58754,6 +59271,26 @@
58754
59271
  "fqn": "projen.javascript.biome_config.HtmlFormatterConfiguration"
58755
59272
  }
58756
59273
  },
59274
+ {
59275
+ "abstract": true,
59276
+ "docs": {
59277
+ "custom": {
59278
+ "schema": "HtmlConfiguration#linter"
59279
+ },
59280
+ "stability": "experimental",
59281
+ "summary": "HTML linter options."
59282
+ },
59283
+ "immutable": true,
59284
+ "locationInModule": {
59285
+ "filename": "src/javascript/biome/biome-config.ts",
59286
+ "line": 550
59287
+ },
59288
+ "name": "linter",
59289
+ "optional": true,
59290
+ "type": {
59291
+ "fqn": "projen.javascript.biome_config.HtmlLinterConfiguration"
59292
+ }
59293
+ },
58757
59294
  {
58758
59295
  "abstract": true,
58759
59296
  "docs": {
@@ -58766,7 +59303,7 @@
58766
59303
  "immutable": true,
58767
59304
  "locationInModule": {
58768
59305
  "filename": "src/javascript/biome/biome-config.ts",
58769
- "line": 552
59306
+ "line": 557
58770
59307
  },
58771
59308
  "name": "parser",
58772
59309
  "optional": true,
@@ -58791,7 +59328,7 @@
58791
59328
  "kind": "interface",
58792
59329
  "locationInModule": {
58793
59330
  "filename": "src/javascript/biome/biome-config.ts",
58794
- "line": 1427
59331
+ "line": 1474
58795
59332
  },
58796
59333
  "name": "HtmlFormatterConfiguration",
58797
59334
  "namespace": "javascript.biome_config",
@@ -58810,7 +59347,7 @@
58810
59347
  "immutable": true,
58811
59348
  "locationInModule": {
58812
59349
  "filename": "src/javascript/biome/biome-config.ts",
58813
- "line": 1434
59350
+ "line": 1481
58814
59351
  },
58815
59352
  "name": "attributePosition",
58816
59353
  "optional": true,
@@ -58832,7 +59369,7 @@
58832
59369
  "immutable": true,
58833
59370
  "locationInModule": {
58834
59371
  "filename": "src/javascript/biome/biome-config.ts",
58835
- "line": 1442
59372
+ "line": 1489
58836
59373
  },
58837
59374
  "name": "bracketSameLine",
58838
59375
  "optional": true,
@@ -58852,7 +59389,7 @@
58852
59389
  "immutable": true,
58853
59390
  "locationInModule": {
58854
59391
  "filename": "src/javascript/biome/biome-config.ts",
58855
- "line": 1449
59392
+ "line": 1496
58856
59393
  },
58857
59394
  "name": "enabled",
58858
59395
  "optional": true,
@@ -58874,7 +59411,7 @@
58874
59411
  "immutable": true,
58875
59412
  "locationInModule": {
58876
59413
  "filename": "src/javascript/biome/biome-config.ts",
58877
- "line": 1457
59414
+ "line": 1504
58878
59415
  },
58879
59416
  "name": "indentScriptAndStyle",
58880
59417
  "optional": true,
@@ -58894,7 +59431,7 @@
58894
59431
  "immutable": true,
58895
59432
  "locationInModule": {
58896
59433
  "filename": "src/javascript/biome/biome-config.ts",
58897
- "line": 1464
59434
+ "line": 1511
58898
59435
  },
58899
59436
  "name": "indentStyle",
58900
59437
  "optional": true,
@@ -58916,7 +59453,7 @@
58916
59453
  "immutable": true,
58917
59454
  "locationInModule": {
58918
59455
  "filename": "src/javascript/biome/biome-config.ts",
58919
- "line": 1472
59456
+ "line": 1519
58920
59457
  },
58921
59458
  "name": "indentWidth",
58922
59459
  "optional": true,
@@ -58930,13 +59467,14 @@
58930
59467
  "custom": {
58931
59468
  "schema": "HtmlFormatterConfiguration#lineEnding"
58932
59469
  },
59470
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
58933
59471
  "stability": "experimental",
58934
59472
  "summary": "The type of line ending applied to HTML (and its super languages) files."
58935
59473
  },
58936
59474
  "immutable": true,
58937
59475
  "locationInModule": {
58938
59476
  "filename": "src/javascript/biome/biome-config.ts",
58939
- "line": 1479
59477
+ "line": 1526
58940
59478
  },
58941
59479
  "name": "lineEnding",
58942
59480
  "optional": true,
@@ -58958,7 +59496,7 @@
58958
59496
  "immutable": true,
58959
59497
  "locationInModule": {
58960
59498
  "filename": "src/javascript/biome/biome-config.ts",
58961
- "line": 1487
59499
+ "line": 1534
58962
59500
  },
58963
59501
  "name": "lineWidth",
58964
59502
  "optional": true,
@@ -58980,7 +59518,7 @@
58980
59518
  "immutable": true,
58981
59519
  "locationInModule": {
58982
59520
  "filename": "src/javascript/biome/biome-config.ts",
58983
- "line": 1495
59521
+ "line": 1542
58984
59522
  },
58985
59523
  "name": "selfCloseVoidElements",
58986
59524
  "optional": true,
@@ -59002,7 +59540,7 @@
59002
59540
  "immutable": true,
59003
59541
  "locationInModule": {
59004
59542
  "filename": "src/javascript/biome/biome-config.ts",
59005
- "line": 1503
59543
+ "line": 1550
59006
59544
  },
59007
59545
  "name": "whitespaceSensitivity",
59008
59546
  "optional": true,
@@ -59013,6 +59551,48 @@
59013
59551
  ],
59014
59552
  "symbolId": "src/javascript/biome/biome-config:HtmlFormatterConfiguration"
59015
59553
  },
59554
+ "projen.javascript.biome_config.HtmlLinterConfiguration": {
59555
+ "assembly": "projen",
59556
+ "datatype": true,
59557
+ "docs": {
59558
+ "custom": {
59559
+ "schema": "HtmlLinterConfiguration"
59560
+ },
59561
+ "stability": "experimental",
59562
+ "summary": "Options that changes how the HTML linter behaves."
59563
+ },
59564
+ "fqn": "projen.javascript.biome_config.HtmlLinterConfiguration",
59565
+ "kind": "interface",
59566
+ "locationInModule": {
59567
+ "filename": "src/javascript/biome/biome-config.ts",
59568
+ "line": 1582
59569
+ },
59570
+ "name": "HtmlLinterConfiguration",
59571
+ "namespace": "javascript.biome_config",
59572
+ "properties": [
59573
+ {
59574
+ "abstract": true,
59575
+ "docs": {
59576
+ "custom": {
59577
+ "schema": "HtmlLinterConfiguration#enabled"
59578
+ },
59579
+ "stability": "experimental",
59580
+ "summary": "Control the linter for HTML (and its super languages) files."
59581
+ },
59582
+ "immutable": true,
59583
+ "locationInModule": {
59584
+ "filename": "src/javascript/biome/biome-config.ts",
59585
+ "line": 1588
59586
+ },
59587
+ "name": "enabled",
59588
+ "optional": true,
59589
+ "type": {
59590
+ "primitive": "boolean"
59591
+ }
59592
+ }
59593
+ ],
59594
+ "symbolId": "src/javascript/biome/biome-config:HtmlLinterConfiguration"
59595
+ },
59016
59596
  "projen.javascript.biome_config.HtmlParserConfiguration": {
59017
59597
  "assembly": "projen",
59018
59598
  "datatype": true,
@@ -59027,7 +59607,7 @@
59027
59607
  "kind": "interface",
59028
59608
  "locationInModule": {
59029
59609
  "filename": "src/javascript/biome/biome-config.ts",
59030
- "line": 1535
59610
+ "line": 1611
59031
59611
  },
59032
59612
  "name": "HtmlParserConfiguration",
59033
59613
  "namespace": "javascript.biome_config",
@@ -59044,7 +59624,7 @@
59044
59624
  "immutable": true,
59045
59625
  "locationInModule": {
59046
59626
  "filename": "src/javascript/biome/biome-config.ts",
59047
- "line": 1541
59627
+ "line": 1617
59048
59628
  },
59049
59629
  "name": "interpolation",
59050
59630
  "optional": true,
@@ -59067,7 +59647,7 @@
59067
59647
  "kind": "enum",
59068
59648
  "locationInModule": {
59069
59649
  "filename": "src/javascript/biome/biome-config.ts",
59070
- "line": 1149
59650
+ "line": 1165
59071
59651
  },
59072
59652
  "members": [
59073
59653
  {
@@ -59103,7 +59683,7 @@
59103
59683
  "kind": "interface",
59104
59684
  "locationInModule": {
59105
59685
  "filename": "src/javascript/biome/biome-config.ts",
59106
- "line": 1564
59686
+ "line": 1640
59107
59687
  },
59108
59688
  "name": "JsAssistConfiguration",
59109
59689
  "namespace": "javascript.biome_config",
@@ -59120,7 +59700,7 @@
59120
59700
  "immutable": true,
59121
59701
  "locationInModule": {
59122
59702
  "filename": "src/javascript/biome/biome-config.ts",
59123
- "line": 1570
59703
+ "line": 1646
59124
59704
  },
59125
59705
  "name": "enabled",
59126
59706
  "optional": true,
@@ -59145,7 +59725,7 @@
59145
59725
  "kind": "interface",
59146
59726
  "locationInModule": {
59147
59727
  "filename": "src/javascript/biome/biome-config.ts",
59148
- "line": 576
59728
+ "line": 584
59149
59729
  },
59150
59730
  "name": "JsConfiguration",
59151
59731
  "namespace": "javascript.biome_config",
@@ -59162,7 +59742,7 @@
59162
59742
  "immutable": true,
59163
59743
  "locationInModule": {
59164
59744
  "filename": "src/javascript/biome/biome-config.ts",
59165
- "line": 582
59745
+ "line": 590
59166
59746
  },
59167
59747
  "name": "assist",
59168
59748
  "optional": true,
@@ -59182,7 +59762,7 @@
59182
59762
  "immutable": true,
59183
59763
  "locationInModule": {
59184
59764
  "filename": "src/javascript/biome/biome-config.ts",
59185
- "line": 589
59765
+ "line": 597
59186
59766
  },
59187
59767
  "name": "formatter",
59188
59768
  "optional": true,
@@ -59203,7 +59783,7 @@
59203
59783
  "immutable": true,
59204
59784
  "locationInModule": {
59205
59785
  "filename": "src/javascript/biome/biome-config.ts",
59206
- "line": 598
59786
+ "line": 606
59207
59787
  },
59208
59788
  "name": "globals",
59209
59789
  "optional": true,
@@ -59228,7 +59808,7 @@
59228
59808
  "immutable": true,
59229
59809
  "locationInModule": {
59230
59810
  "filename": "src/javascript/biome/biome-config.ts",
59231
- "line": 605
59811
+ "line": 613
59232
59812
  },
59233
59813
  "name": "jsxRuntime",
59234
59814
  "optional": true,
@@ -59248,7 +59828,7 @@
59248
59828
  "immutable": true,
59249
59829
  "locationInModule": {
59250
59830
  "filename": "src/javascript/biome/biome-config.ts",
59251
- "line": 612
59831
+ "line": 620
59252
59832
  },
59253
59833
  "name": "linter",
59254
59834
  "optional": true,
@@ -59268,7 +59848,7 @@
59268
59848
  "immutable": true,
59269
59849
  "locationInModule": {
59270
59850
  "filename": "src/javascript/biome/biome-config.ts",
59271
- "line": 619
59851
+ "line": 627
59272
59852
  },
59273
59853
  "name": "parser",
59274
59854
  "optional": true,
@@ -59293,7 +59873,7 @@
59293
59873
  "kind": "interface",
59294
59874
  "locationInModule": {
59295
59875
  "filename": "src/javascript/biome/biome-config.ts",
59296
- "line": 1593
59876
+ "line": 1669
59297
59877
  },
59298
59878
  "name": "JsFormatterConfiguration",
59299
59879
  "namespace": "javascript.biome_config",
@@ -59312,7 +59892,7 @@
59312
59892
  "immutable": true,
59313
59893
  "locationInModule": {
59314
59894
  "filename": "src/javascript/biome/biome-config.ts",
59315
- "line": 1600
59895
+ "line": 1676
59316
59896
  },
59317
59897
  "name": "arrowParentheses",
59318
59898
  "optional": true,
@@ -59334,7 +59914,7 @@
59334
59914
  "immutable": true,
59335
59915
  "locationInModule": {
59336
59916
  "filename": "src/javascript/biome/biome-config.ts",
59337
- "line": 1608
59917
+ "line": 1684
59338
59918
  },
59339
59919
  "name": "attributePosition",
59340
59920
  "optional": true,
@@ -59356,7 +59936,7 @@
59356
59936
  "immutable": true,
59357
59937
  "locationInModule": {
59358
59938
  "filename": "src/javascript/biome/biome-config.ts",
59359
- "line": 1616
59939
+ "line": 1692
59360
59940
  },
59361
59941
  "name": "bracketSameLine",
59362
59942
  "optional": true,
@@ -59378,7 +59958,7 @@
59378
59958
  "immutable": true,
59379
59959
  "locationInModule": {
59380
59960
  "filename": "src/javascript/biome/biome-config.ts",
59381
- "line": 1624
59961
+ "line": 1700
59382
59962
  },
59383
59963
  "name": "bracketSpacing",
59384
59964
  "optional": true,
@@ -59398,7 +59978,7 @@
59398
59978
  "immutable": true,
59399
59979
  "locationInModule": {
59400
59980
  "filename": "src/javascript/biome/biome-config.ts",
59401
- "line": 1631
59981
+ "line": 1707
59402
59982
  },
59403
59983
  "name": "enabled",
59404
59984
  "optional": true,
@@ -59420,7 +60000,7 @@
59420
60000
  "immutable": true,
59421
60001
  "locationInModule": {
59422
60002
  "filename": "src/javascript/biome/biome-config.ts",
59423
- "line": 1639
60003
+ "line": 1715
59424
60004
  },
59425
60005
  "name": "expand",
59426
60006
  "optional": true,
@@ -59440,7 +60020,7 @@
59440
60020
  "immutable": true,
59441
60021
  "locationInModule": {
59442
60022
  "filename": "src/javascript/biome/biome-config.ts",
59443
- "line": 1646
60023
+ "line": 1722
59444
60024
  },
59445
60025
  "name": "indentStyle",
59446
60026
  "optional": true,
@@ -59462,7 +60042,7 @@
59462
60042
  "immutable": true,
59463
60043
  "locationInModule": {
59464
60044
  "filename": "src/javascript/biome/biome-config.ts",
59465
- "line": 1654
60045
+ "line": 1730
59466
60046
  },
59467
60047
  "name": "indentWidth",
59468
60048
  "optional": true,
@@ -59484,7 +60064,7 @@
59484
60064
  "immutable": true,
59485
60065
  "locationInModule": {
59486
60066
  "filename": "src/javascript/biome/biome-config.ts",
59487
- "line": 1662
60067
+ "line": 1738
59488
60068
  },
59489
60069
  "name": "jsxQuoteStyle",
59490
60070
  "optional": true,
@@ -59498,13 +60078,14 @@
59498
60078
  "custom": {
59499
60079
  "schema": "JsFormatterConfiguration#lineEnding"
59500
60080
  },
60081
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
59501
60082
  "stability": "experimental",
59502
60083
  "summary": "The type of line ending applied to JavaScript (and its super languages) files."
59503
60084
  },
59504
60085
  "immutable": true,
59505
60086
  "locationInModule": {
59506
60087
  "filename": "src/javascript/biome/biome-config.ts",
59507
- "line": 1669
60088
+ "line": 1745
59508
60089
  },
59509
60090
  "name": "lineEnding",
59510
60091
  "optional": true,
@@ -59526,7 +60107,7 @@
59526
60107
  "immutable": true,
59527
60108
  "locationInModule": {
59528
60109
  "filename": "src/javascript/biome/biome-config.ts",
59529
- "line": 1677
60110
+ "line": 1753
59530
60111
  },
59531
60112
  "name": "lineWidth",
59532
60113
  "optional": true,
@@ -59548,7 +60129,7 @@
59548
60129
  "immutable": true,
59549
60130
  "locationInModule": {
59550
60131
  "filename": "src/javascript/biome/biome-config.ts",
59551
- "line": 1685
60132
+ "line": 1761
59552
60133
  },
59553
60134
  "name": "operatorLinebreak",
59554
60135
  "optional": true,
@@ -59570,7 +60151,7 @@
59570
60151
  "immutable": true,
59571
60152
  "locationInModule": {
59572
60153
  "filename": "src/javascript/biome/biome-config.ts",
59573
- "line": 1693
60154
+ "line": 1769
59574
60155
  },
59575
60156
  "name": "quoteProperties",
59576
60157
  "optional": true,
@@ -59592,7 +60173,7 @@
59592
60173
  "immutable": true,
59593
60174
  "locationInModule": {
59594
60175
  "filename": "src/javascript/biome/biome-config.ts",
59595
- "line": 1701
60176
+ "line": 1777
59596
60177
  },
59597
60178
  "name": "quoteStyle",
59598
60179
  "optional": true,
@@ -59612,7 +60193,7 @@
59612
60193
  "immutable": true,
59613
60194
  "locationInModule": {
59614
60195
  "filename": "src/javascript/biome/biome-config.ts",
59615
- "line": 1708
60196
+ "line": 1784
59616
60197
  },
59617
60198
  "name": "semicolons",
59618
60199
  "optional": true,
@@ -59634,7 +60215,7 @@
59634
60215
  "immutable": true,
59635
60216
  "locationInModule": {
59636
60217
  "filename": "src/javascript/biome/biome-config.ts",
59637
- "line": 1716
60218
+ "line": 1792
59638
60219
  },
59639
60220
  "name": "trailingCommas",
59640
60221
  "optional": true,
@@ -59659,7 +60240,7 @@
59659
60240
  "kind": "interface",
59660
60241
  "locationInModule": {
59661
60242
  "filename": "src/javascript/biome/biome-config.ts",
59662
- "line": 1766
60243
+ "line": 1842
59663
60244
  },
59664
60245
  "name": "JsLinterConfiguration",
59665
60246
  "namespace": "javascript.biome_config",
@@ -59676,7 +60257,7 @@
59676
60257
  "immutable": true,
59677
60258
  "locationInModule": {
59678
60259
  "filename": "src/javascript/biome/biome-config.ts",
59679
- "line": 1772
60260
+ "line": 1848
59680
60261
  },
59681
60262
  "name": "enabled",
59682
60263
  "optional": true,
@@ -59701,7 +60282,7 @@
59701
60282
  "kind": "interface",
59702
60283
  "locationInModule": {
59703
60284
  "filename": "src/javascript/biome/biome-config.ts",
59704
- "line": 1795
60285
+ "line": 1871
59705
60286
  },
59706
60287
  "name": "JsParserConfiguration",
59707
60288
  "namespace": "javascript.biome_config",
@@ -59720,7 +60301,7 @@
59720
60301
  "immutable": true,
59721
60302
  "locationInModule": {
59722
60303
  "filename": "src/javascript/biome/biome-config.ts",
59723
- "line": 1802
60304
+ "line": 1878
59724
60305
  },
59725
60306
  "name": "gritMetavariables",
59726
60307
  "optional": true,
@@ -59742,7 +60323,7 @@
59742
60323
  "immutable": true,
59743
60324
  "locationInModule": {
59744
60325
  "filename": "src/javascript/biome/biome-config.ts",
59745
- "line": 1812
60326
+ "line": 1888
59746
60327
  },
59747
60328
  "name": "jsxEverywhere",
59748
60329
  "optional": true,
@@ -59763,7 +60344,7 @@
59763
60344
  "immutable": true,
59764
60345
  "locationInModule": {
59765
60346
  "filename": "src/javascript/biome/biome-config.ts",
59766
- "line": 1821
60347
+ "line": 1897
59767
60348
  },
59768
60349
  "name": "unsafeParameterDecoratorsEnabled",
59769
60350
  "optional": true,
@@ -59782,13 +60363,13 @@
59782
60363
  "schema": "JsonAssistConfiguration"
59783
60364
  },
59784
60365
  "stability": "experimental",
59785
- "summary": "Linter options specific to the JSON linter."
60366
+ "summary": "Assist options specific to the JSON linter."
59786
60367
  },
59787
60368
  "fqn": "projen.javascript.biome_config.JsonAssistConfiguration",
59788
60369
  "kind": "interface",
59789
60370
  "locationInModule": {
59790
60371
  "filename": "src/javascript/biome/biome-config.ts",
59791
- "line": 1846
60372
+ "line": 1922
59792
60373
  },
59793
60374
  "name": "JsonAssistConfiguration",
59794
60375
  "namespace": "javascript.biome_config",
@@ -59805,7 +60386,7 @@
59805
60386
  "immutable": true,
59806
60387
  "locationInModule": {
59807
60388
  "filename": "src/javascript/biome/biome-config.ts",
59808
- "line": 1852
60389
+ "line": 1928
59809
60390
  },
59810
60391
  "name": "enabled",
59811
60392
  "optional": true,
@@ -59830,7 +60411,7 @@
59830
60411
  "kind": "interface",
59831
60412
  "locationInModule": {
59832
60413
  "filename": "src/javascript/biome/biome-config.ts",
59833
- "line": 647
60414
+ "line": 655
59834
60415
  },
59835
60416
  "name": "JsonConfiguration",
59836
60417
  "namespace": "javascript.biome_config",
@@ -59847,7 +60428,7 @@
59847
60428
  "immutable": true,
59848
60429
  "locationInModule": {
59849
60430
  "filename": "src/javascript/biome/biome-config.ts",
59850
- "line": 653
60431
+ "line": 661
59851
60432
  },
59852
60433
  "name": "assist",
59853
60434
  "optional": true,
@@ -59867,7 +60448,7 @@
59867
60448
  "immutable": true,
59868
60449
  "locationInModule": {
59869
60450
  "filename": "src/javascript/biome/biome-config.ts",
59870
- "line": 660
60451
+ "line": 668
59871
60452
  },
59872
60453
  "name": "formatter",
59873
60454
  "optional": true,
@@ -59887,7 +60468,7 @@
59887
60468
  "immutable": true,
59888
60469
  "locationInModule": {
59889
60470
  "filename": "src/javascript/biome/biome-config.ts",
59890
- "line": 667
60471
+ "line": 675
59891
60472
  },
59892
60473
  "name": "linter",
59893
60474
  "optional": true,
@@ -59907,7 +60488,7 @@
59907
60488
  "immutable": true,
59908
60489
  "locationInModule": {
59909
60490
  "filename": "src/javascript/biome/biome-config.ts",
59910
- "line": 674
60491
+ "line": 682
59911
60492
  },
59912
60493
  "name": "parser",
59913
60494
  "optional": true,
@@ -59931,7 +60512,7 @@
59931
60512
  "kind": "interface",
59932
60513
  "locationInModule": {
59933
60514
  "filename": "src/javascript/biome/biome-config.ts",
59934
- "line": 1873
60515
+ "line": 1949
59935
60516
  },
59936
60517
  "name": "JsonFormatterConfiguration",
59937
60518
  "namespace": "javascript.biome_config",
@@ -59950,7 +60531,7 @@
59950
60531
  "immutable": true,
59951
60532
  "locationInModule": {
59952
60533
  "filename": "src/javascript/biome/biome-config.ts",
59953
- "line": 1880
60534
+ "line": 1956
59954
60535
  },
59955
60536
  "name": "bracketSpacing",
59956
60537
  "optional": true,
@@ -59970,7 +60551,7 @@
59970
60551
  "immutable": true,
59971
60552
  "locationInModule": {
59972
60553
  "filename": "src/javascript/biome/biome-config.ts",
59973
- "line": 1887
60554
+ "line": 1963
59974
60555
  },
59975
60556
  "name": "enabled",
59976
60557
  "optional": true,
@@ -59992,7 +60573,7 @@
59992
60573
  "immutable": true,
59993
60574
  "locationInModule": {
59994
60575
  "filename": "src/javascript/biome/biome-config.ts",
59995
- "line": 1895
60576
+ "line": 1971
59996
60577
  },
59997
60578
  "name": "expand",
59998
60579
  "optional": true,
@@ -60012,7 +60593,7 @@
60012
60593
  "immutable": true,
60013
60594
  "locationInModule": {
60014
60595
  "filename": "src/javascript/biome/biome-config.ts",
60015
- "line": 1902
60596
+ "line": 1978
60016
60597
  },
60017
60598
  "name": "indentStyle",
60018
60599
  "optional": true,
@@ -60034,7 +60615,7 @@
60034
60615
  "immutable": true,
60035
60616
  "locationInModule": {
60036
60617
  "filename": "src/javascript/biome/biome-config.ts",
60037
- "line": 1910
60618
+ "line": 1986
60038
60619
  },
60039
60620
  "name": "indentWidth",
60040
60621
  "optional": true,
@@ -60048,13 +60629,14 @@
60048
60629
  "custom": {
60049
60630
  "schema": "JsonFormatterConfiguration#lineEnding"
60050
60631
  },
60632
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
60051
60633
  "stability": "experimental",
60052
60634
  "summary": "The type of line ending applied to JSON (and its super languages) files."
60053
60635
  },
60054
60636
  "immutable": true,
60055
60637
  "locationInModule": {
60056
60638
  "filename": "src/javascript/biome/biome-config.ts",
60057
- "line": 1917
60639
+ "line": 1993
60058
60640
  },
60059
60641
  "name": "lineEnding",
60060
60642
  "optional": true,
@@ -60076,7 +60658,7 @@
60076
60658
  "immutable": true,
60077
60659
  "locationInModule": {
60078
60660
  "filename": "src/javascript/biome/biome-config.ts",
60079
- "line": 1925
60661
+ "line": 2001
60080
60662
  },
60081
60663
  "name": "lineWidth",
60082
60664
  "optional": true,
@@ -60098,7 +60680,7 @@
60098
60680
  "immutable": true,
60099
60681
  "locationInModule": {
60100
60682
  "filename": "src/javascript/biome/biome-config.ts",
60101
- "line": 1933
60683
+ "line": 2009
60102
60684
  },
60103
60685
  "name": "trailingCommas",
60104
60686
  "optional": true,
@@ -60123,7 +60705,7 @@
60123
60705
  "kind": "interface",
60124
60706
  "locationInModule": {
60125
60707
  "filename": "src/javascript/biome/biome-config.ts",
60126
- "line": 1963
60708
+ "line": 2039
60127
60709
  },
60128
60710
  "name": "JsonLinterConfiguration",
60129
60711
  "namespace": "javascript.biome_config",
@@ -60140,7 +60722,7 @@
60140
60722
  "immutable": true,
60141
60723
  "locationInModule": {
60142
60724
  "filename": "src/javascript/biome/biome-config.ts",
60143
- "line": 1969
60725
+ "line": 2045
60144
60726
  },
60145
60727
  "name": "enabled",
60146
60728
  "optional": true,
@@ -60165,7 +60747,7 @@
60165
60747
  "kind": "interface",
60166
60748
  "locationInModule": {
60167
60749
  "filename": "src/javascript/biome/biome-config.ts",
60168
- "line": 1992
60750
+ "line": 2068
60169
60751
  },
60170
60752
  "name": "JsonParserConfiguration",
60171
60753
  "namespace": "javascript.biome_config",
@@ -60182,7 +60764,7 @@
60182
60764
  "immutable": true,
60183
60765
  "locationInModule": {
60184
60766
  "filename": "src/javascript/biome/biome-config.ts",
60185
- "line": 1998
60767
+ "line": 2074
60186
60768
  },
60187
60769
  "name": "allowComments",
60188
60770
  "optional": true,
@@ -60202,7 +60784,7 @@
60202
60784
  "immutable": true,
60203
60785
  "locationInModule": {
60204
60786
  "filename": "src/javascript/biome/biome-config.ts",
60205
- "line": 2005
60787
+ "line": 2081
60206
60788
  },
60207
60789
  "name": "allowTrailingCommas",
60208
60790
  "optional": true,
@@ -60226,7 +60808,7 @@
60226
60808
  "kind": "enum",
60227
60809
  "locationInModule": {
60228
60810
  "filename": "src/javascript/biome/biome-config.ts",
60229
- "line": 1754
60811
+ "line": 1830
60230
60812
  },
60231
60813
  "members": [
60232
60814
  {
@@ -60260,7 +60842,7 @@
60260
60842
  "kind": "enum",
60261
60843
  "locationInModule": {
60262
60844
  "filename": "src/javascript/biome/biome-config.ts",
60263
- "line": 1159
60845
+ "line": 1175
60264
60846
  },
60265
60847
  "members": [
60266
60848
  {
@@ -60283,6 +60865,13 @@
60283
60865
  "summary": "cr."
60284
60866
  },
60285
60867
  "name": "CR"
60868
+ },
60869
+ {
60870
+ "docs": {
60871
+ "stability": "experimental",
60872
+ "summary": "auto."
60873
+ },
60874
+ "name": "AUTO"
60286
60875
  }
60287
60876
  ],
60288
60877
  "name": "LineEnding",
@@ -60302,7 +60891,7 @@
60302
60891
  "kind": "interface",
60303
60892
  "locationInModule": {
60304
60893
  "filename": "src/javascript/biome/biome-config.ts",
60305
- "line": 698
60894
+ "line": 706
60306
60895
  },
60307
60896
  "name": "LinterConfiguration",
60308
60897
  "namespace": "javascript.biome_config",
@@ -60319,7 +60908,7 @@
60319
60908
  "immutable": true,
60320
60909
  "locationInModule": {
60321
60910
  "filename": "src/javascript/biome/biome-config.ts",
60322
- "line": 704
60911
+ "line": 712
60323
60912
  },
60324
60913
  "name": "domains",
60325
60914
  "optional": true,
@@ -60345,7 +60934,7 @@
60345
60934
  "immutable": true,
60346
60935
  "locationInModule": {
60347
60936
  "filename": "src/javascript/biome/biome-config.ts",
60348
- "line": 711
60937
+ "line": 719
60349
60938
  },
60350
60939
  "name": "enabled",
60351
60940
  "optional": true,
@@ -60366,7 +60955,7 @@
60366
60955
  "immutable": true,
60367
60956
  "locationInModule": {
60368
60957
  "filename": "src/javascript/biome/biome-config.ts",
60369
- "line": 718
60958
+ "line": 726
60370
60959
  },
60371
60960
  "name": "includes",
60372
60961
  "optional": true,
@@ -60391,7 +60980,7 @@
60391
60980
  "immutable": true,
60392
60981
  "locationInModule": {
60393
60982
  "filename": "src/javascript/biome/biome-config.ts",
60394
- "line": 725
60983
+ "line": 733
60395
60984
  },
60396
60985
  "name": "rules",
60397
60986
  "optional": true,
@@ -60414,7 +61003,7 @@
60414
61003
  "kind": "enum",
60415
61004
  "locationInModule": {
60416
61005
  "filename": "src/javascript/biome/biome-config.ts",
60417
- "line": 2454
61006
+ "line": 2530
60418
61007
  },
60419
61008
  "members": [
60420
61009
  {
@@ -60449,7 +61038,7 @@
60449
61038
  "kind": "interface",
60450
61039
  "locationInModule": {
60451
61040
  "filename": "src/javascript/biome/biome-config.ts",
60452
- "line": 2114
61041
+ "line": 2190
60453
61042
  },
60454
61043
  "name": "OverrideAssistConfiguration",
60455
61044
  "namespace": "javascript.biome_config",
@@ -60466,7 +61055,7 @@
60466
61055
  "immutable": true,
60467
61056
  "locationInModule": {
60468
61057
  "filename": "src/javascript/biome/biome-config.ts",
60469
- "line": 2120
61058
+ "line": 2196
60470
61059
  },
60471
61060
  "name": "actions",
60472
61061
  "optional": true,
@@ -60487,7 +61076,7 @@
60487
61076
  "immutable": true,
60488
61077
  "locationInModule": {
60489
61078
  "filename": "src/javascript/biome/biome-config.ts",
60490
- "line": 2127
61079
+ "line": 2203
60491
61080
  },
60492
61081
  "name": "enabled",
60493
61082
  "optional": true,
@@ -60511,7 +61100,7 @@
60511
61100
  "kind": "interface",
60512
61101
  "locationInModule": {
60513
61102
  "filename": "src/javascript/biome/biome-config.ts",
60514
- "line": 2149
61103
+ "line": 2225
60515
61104
  },
60516
61105
  "name": "OverrideFilesConfiguration",
60517
61106
  "namespace": "javascript.biome_config",
@@ -60528,7 +61117,7 @@
60528
61117
  "immutable": true,
60529
61118
  "locationInModule": {
60530
61119
  "filename": "src/javascript/biome/biome-config.ts",
60531
- "line": 2155
61120
+ "line": 2231
60532
61121
  },
60533
61122
  "name": "maxSize",
60534
61123
  "optional": true,
@@ -60552,7 +61141,7 @@
60552
61141
  "kind": "interface",
60553
61142
  "locationInModule": {
60554
61143
  "filename": "src/javascript/biome/biome-config.ts",
60555
- "line": 2176
61144
+ "line": 2252
60556
61145
  },
60557
61146
  "name": "OverrideFormatterConfiguration",
60558
61147
  "namespace": "javascript.biome_config",
@@ -60569,7 +61158,7 @@
60569
61158
  "immutable": true,
60570
61159
  "locationInModule": {
60571
61160
  "filename": "src/javascript/biome/biome-config.ts",
60572
- "line": 2182
61161
+ "line": 2258
60573
61162
  },
60574
61163
  "name": "attributePosition",
60575
61164
  "optional": true,
@@ -60589,7 +61178,7 @@
60589
61178
  "immutable": true,
60590
61179
  "locationInModule": {
60591
61180
  "filename": "src/javascript/biome/biome-config.ts",
60592
- "line": 2189
61181
+ "line": 2265
60593
61182
  },
60594
61183
  "name": "bracketSameLine",
60595
61184
  "optional": true,
@@ -60611,7 +61200,7 @@
60611
61200
  "immutable": true,
60612
61201
  "locationInModule": {
60613
61202
  "filename": "src/javascript/biome/biome-config.ts",
60614
- "line": 2197
61203
+ "line": 2273
60615
61204
  },
60616
61205
  "name": "bracketSpacing",
60617
61206
  "optional": true,
@@ -60630,7 +61219,7 @@
60630
61219
  "immutable": true,
60631
61220
  "locationInModule": {
60632
61221
  "filename": "src/javascript/biome/biome-config.ts",
60633
- "line": 2202
61222
+ "line": 2278
60634
61223
  },
60635
61224
  "name": "enabled",
60636
61225
  "optional": true,
@@ -60652,7 +61241,7 @@
60652
61241
  "immutable": true,
60653
61242
  "locationInModule": {
60654
61243
  "filename": "src/javascript/biome/biome-config.ts",
60655
- "line": 2210
61244
+ "line": 2286
60656
61245
  },
60657
61246
  "name": "expand",
60658
61247
  "optional": true,
@@ -60672,7 +61261,7 @@
60672
61261
  "immutable": true,
60673
61262
  "locationInModule": {
60674
61263
  "filename": "src/javascript/biome/biome-config.ts",
60675
- "line": 2217
61264
+ "line": 2293
60676
61265
  },
60677
61266
  "name": "formatWithErrors",
60678
61267
  "optional": true,
@@ -60692,7 +61281,7 @@
60692
61281
  "immutable": true,
60693
61282
  "locationInModule": {
60694
61283
  "filename": "src/javascript/biome/biome-config.ts",
60695
- "line": 2224
61284
+ "line": 2300
60696
61285
  },
60697
61286
  "name": "indentSize",
60698
61287
  "optional": true,
@@ -60712,7 +61301,7 @@
60712
61301
  "immutable": true,
60713
61302
  "locationInModule": {
60714
61303
  "filename": "src/javascript/biome/biome-config.ts",
60715
- "line": 2231
61304
+ "line": 2307
60716
61305
  },
60717
61306
  "name": "indentStyle",
60718
61307
  "optional": true,
@@ -60732,7 +61321,7 @@
60732
61321
  "immutable": true,
60733
61322
  "locationInModule": {
60734
61323
  "filename": "src/javascript/biome/biome-config.ts",
60735
- "line": 2238
61324
+ "line": 2314
60736
61325
  },
60737
61326
  "name": "indentWidth",
60738
61327
  "optional": true,
@@ -60752,7 +61341,7 @@
60752
61341
  "immutable": true,
60753
61342
  "locationInModule": {
60754
61343
  "filename": "src/javascript/biome/biome-config.ts",
60755
- "line": 2245
61344
+ "line": 2321
60756
61345
  },
60757
61346
  "name": "lineEnding",
60758
61347
  "optional": true,
@@ -60774,7 +61363,7 @@
60774
61363
  "immutable": true,
60775
61364
  "locationInModule": {
60776
61365
  "filename": "src/javascript/biome/biome-config.ts",
60777
- "line": 2253
61366
+ "line": 2329
60778
61367
  },
60779
61368
  "name": "lineWidth",
60780
61369
  "optional": true,
@@ -60798,7 +61387,7 @@
60798
61387
  "kind": "interface",
60799
61388
  "locationInModule": {
60800
61389
  "filename": "src/javascript/biome/biome-config.ts",
60801
- "line": 2284
61390
+ "line": 2360
60802
61391
  },
60803
61392
  "name": "OverrideLinterConfiguration",
60804
61393
  "namespace": "javascript.biome_config",
@@ -60815,7 +61404,7 @@
60815
61404
  "immutable": true,
60816
61405
  "locationInModule": {
60817
61406
  "filename": "src/javascript/biome/biome-config.ts",
60818
- "line": 2290
61407
+ "line": 2366
60819
61408
  },
60820
61409
  "name": "domains",
60821
61410
  "optional": true,
@@ -60841,7 +61430,7 @@
60841
61430
  "immutable": true,
60842
61431
  "locationInModule": {
60843
61432
  "filename": "src/javascript/biome/biome-config.ts",
60844
- "line": 2297
61433
+ "line": 2373
60845
61434
  },
60846
61435
  "name": "enabled",
60847
61436
  "optional": true,
@@ -60861,7 +61450,7 @@
60861
61450
  "immutable": true,
60862
61451
  "locationInModule": {
60863
61452
  "filename": "src/javascript/biome/biome-config.ts",
60864
- "line": 2304
61453
+ "line": 2380
60865
61454
  },
60866
61455
  "name": "rules",
60867
61456
  "optional": true,
@@ -60885,7 +61474,7 @@
60885
61474
  "kind": "interface",
60886
61475
  "locationInModule": {
60887
61476
  "filename": "src/javascript/biome/biome-config.ts",
60888
- "line": 749
61477
+ "line": 757
60889
61478
  },
60890
61479
  "name": "OverridePattern",
60891
61480
  "namespace": "javascript.biome_config",
@@ -60902,7 +61491,7 @@
60902
61491
  "immutable": true,
60903
61492
  "locationInModule": {
60904
61493
  "filename": "src/javascript/biome/biome-config.ts",
60905
- "line": 755
61494
+ "line": 763
60906
61495
  },
60907
61496
  "name": "assist",
60908
61497
  "optional": true,
@@ -60922,7 +61511,7 @@
60922
61511
  "immutable": true,
60923
61512
  "locationInModule": {
60924
61513
  "filename": "src/javascript/biome/biome-config.ts",
60925
- "line": 762
61514
+ "line": 770
60926
61515
  },
60927
61516
  "name": "css",
60928
61517
  "optional": true,
@@ -60942,7 +61531,7 @@
60942
61531
  "immutable": true,
60943
61532
  "locationInModule": {
60944
61533
  "filename": "src/javascript/biome/biome-config.ts",
60945
- "line": 769
61534
+ "line": 777
60946
61535
  },
60947
61536
  "name": "files",
60948
61537
  "optional": true,
@@ -60962,7 +61551,7 @@
60962
61551
  "immutable": true,
60963
61552
  "locationInModule": {
60964
61553
  "filename": "src/javascript/biome/biome-config.ts",
60965
- "line": 776
61554
+ "line": 784
60966
61555
  },
60967
61556
  "name": "formatter",
60968
61557
  "optional": true,
@@ -60982,7 +61571,7 @@
60982
61571
  "immutable": true,
60983
61572
  "locationInModule": {
60984
61573
  "filename": "src/javascript/biome/biome-config.ts",
60985
- "line": 783
61574
+ "line": 791
60986
61575
  },
60987
61576
  "name": "graphql",
60988
61577
  "optional": true,
@@ -61002,7 +61591,7 @@
61002
61591
  "immutable": true,
61003
61592
  "locationInModule": {
61004
61593
  "filename": "src/javascript/biome/biome-config.ts",
61005
- "line": 790
61594
+ "line": 798
61006
61595
  },
61007
61596
  "name": "grit",
61008
61597
  "optional": true,
@@ -61022,7 +61611,7 @@
61022
61611
  "immutable": true,
61023
61612
  "locationInModule": {
61024
61613
  "filename": "src/javascript/biome/biome-config.ts",
61025
- "line": 797
61614
+ "line": 805
61026
61615
  },
61027
61616
  "name": "html",
61028
61617
  "optional": true,
@@ -61043,7 +61632,7 @@
61043
61632
  "immutable": true,
61044
61633
  "locationInModule": {
61045
61634
  "filename": "src/javascript/biome/biome-config.ts",
61046
- "line": 804
61635
+ "line": 812
61047
61636
  },
61048
61637
  "name": "includes",
61049
61638
  "optional": true,
@@ -61068,7 +61657,7 @@
61068
61657
  "immutable": true,
61069
61658
  "locationInModule": {
61070
61659
  "filename": "src/javascript/biome/biome-config.ts",
61071
- "line": 811
61660
+ "line": 819
61072
61661
  },
61073
61662
  "name": "javascript",
61074
61663
  "optional": true,
@@ -61088,7 +61677,7 @@
61088
61677
  "immutable": true,
61089
61678
  "locationInModule": {
61090
61679
  "filename": "src/javascript/biome/biome-config.ts",
61091
- "line": 818
61680
+ "line": 826
61092
61681
  },
61093
61682
  "name": "json",
61094
61683
  "optional": true,
@@ -61108,7 +61697,7 @@
61108
61697
  "immutable": true,
61109
61698
  "locationInModule": {
61110
61699
  "filename": "src/javascript/biome/biome-config.ts",
61111
- "line": 825
61700
+ "line": 833
61112
61701
  },
61113
61702
  "name": "linter",
61114
61703
  "optional": true,
@@ -61128,7 +61717,7 @@
61128
61717
  "immutable": true,
61129
61718
  "locationInModule": {
61130
61719
  "filename": "src/javascript/biome/biome-config.ts",
61131
- "line": 832
61720
+ "line": 840
61132
61721
  },
61133
61722
  "name": "plugins",
61134
61723
  "optional": true,
@@ -61156,7 +61745,7 @@
61156
61745
  "kind": "enum",
61157
61746
  "locationInModule": {
61158
61747
  "filename": "src/javascript/biome/biome-config.ts",
61159
- "line": 2464
61748
+ "line": 2540
61160
61749
  },
61161
61750
  "members": [
61162
61751
  {
@@ -61190,7 +61779,7 @@
61190
61779
  "kind": "enum",
61191
61780
  "locationInModule": {
61192
61781
  "filename": "src/javascript/biome/biome-config.ts",
61193
- "line": 2398
61782
+ "line": 2474
61194
61783
  },
61195
61784
  "members": [
61196
61785
  {
@@ -61224,7 +61813,7 @@
61224
61813
  "kind": "enum",
61225
61814
  "locationInModule": {
61226
61815
  "filename": "src/javascript/biome/biome-config.ts",
61227
- "line": 2027
61816
+ "line": 2103
61228
61817
  },
61229
61818
  "members": [
61230
61819
  {
@@ -61266,7 +61855,7 @@
61266
61855
  "kind": "interface",
61267
61856
  "locationInModule": {
61268
61857
  "filename": "src/javascript/biome/biome-config.ts",
61269
- "line": 2039
61858
+ "line": 2115
61270
61859
  },
61271
61860
  "name": "Rules",
61272
61861
  "namespace": "javascript.biome_config",
@@ -61282,7 +61871,7 @@
61282
61871
  "immutable": true,
61283
61872
  "locationInModule": {
61284
61873
  "filename": "src/javascript/biome/biome-config.ts",
61285
- "line": 2043
61874
+ "line": 2119
61286
61875
  },
61287
61876
  "name": "a11Y",
61288
61877
  "optional": true,
@@ -61301,7 +61890,7 @@
61301
61890
  "immutable": true,
61302
61891
  "locationInModule": {
61303
61892
  "filename": "src/javascript/biome/biome-config.ts",
61304
- "line": 2048
61893
+ "line": 2124
61305
61894
  },
61306
61895
  "name": "complexity",
61307
61896
  "optional": true,
@@ -61320,7 +61909,7 @@
61320
61909
  "immutable": true,
61321
61910
  "locationInModule": {
61322
61911
  "filename": "src/javascript/biome/biome-config.ts",
61323
- "line": 2053
61912
+ "line": 2129
61324
61913
  },
61325
61914
  "name": "correctness",
61326
61915
  "optional": true,
@@ -61339,7 +61928,7 @@
61339
61928
  "immutable": true,
61340
61929
  "locationInModule": {
61341
61930
  "filename": "src/javascript/biome/biome-config.ts",
61342
- "line": 2058
61931
+ "line": 2134
61343
61932
  },
61344
61933
  "name": "nursery",
61345
61934
  "optional": true,
@@ -61358,7 +61947,7 @@
61358
61947
  "immutable": true,
61359
61948
  "locationInModule": {
61360
61949
  "filename": "src/javascript/biome/biome-config.ts",
61361
- "line": 2063
61950
+ "line": 2139
61362
61951
  },
61363
61952
  "name": "performance",
61364
61953
  "optional": true,
@@ -61379,7 +61968,7 @@
61379
61968
  "immutable": true,
61380
61969
  "locationInModule": {
61381
61970
  "filename": "src/javascript/biome/biome-config.ts",
61382
- "line": 2070
61971
+ "line": 2146
61383
61972
  },
61384
61973
  "name": "recommended",
61385
61974
  "optional": true,
@@ -61398,7 +61987,7 @@
61398
61987
  "immutable": true,
61399
61988
  "locationInModule": {
61400
61989
  "filename": "src/javascript/biome/biome-config.ts",
61401
- "line": 2075
61990
+ "line": 2151
61402
61991
  },
61403
61992
  "name": "security",
61404
61993
  "optional": true,
@@ -61417,7 +62006,7 @@
61417
62006
  "immutable": true,
61418
62007
  "locationInModule": {
61419
62008
  "filename": "src/javascript/biome/biome-config.ts",
61420
- "line": 2080
62009
+ "line": 2156
61421
62010
  },
61422
62011
  "name": "style",
61423
62012
  "optional": true,
@@ -61436,7 +62025,7 @@
61436
62025
  "immutable": true,
61437
62026
  "locationInModule": {
61438
62027
  "filename": "src/javascript/biome/biome-config.ts",
61439
- "line": 2085
62028
+ "line": 2161
61440
62029
  },
61441
62030
  "name": "suspicious",
61442
62031
  "optional": true,
@@ -61460,7 +62049,7 @@
61460
62049
  "kind": "enum",
61461
62050
  "locationInModule": {
61462
62051
  "filename": "src/javascript/biome/biome-config.ts",
61463
- "line": 2410
62052
+ "line": 2486
61464
62053
  },
61465
62054
  "members": [
61466
62055
  {
@@ -61494,7 +62083,7 @@
61494
62083
  "kind": "enum",
61495
62084
  "locationInModule": {
61496
62085
  "filename": "src/javascript/biome/biome-config.ts",
61497
- "line": 2474
62086
+ "line": 2550
61498
62087
  },
61499
62088
  "members": [
61500
62089
  {
@@ -61530,7 +62119,7 @@
61530
62119
  "kind": "interface",
61531
62120
  "locationInModule": {
61532
62121
  "filename": "src/javascript/biome/biome-config.ts",
61533
- "line": 2339
62122
+ "line": 2415
61534
62123
  },
61535
62124
  "name": "Source",
61536
62125
  "namespace": "javascript.biome_config",
@@ -61547,7 +62136,7 @@
61547
62136
  "immutable": true,
61548
62137
  "locationInModule": {
61549
62138
  "filename": "src/javascript/biome/biome-config.ts",
61550
- "line": 2345
62139
+ "line": 2421
61551
62140
  },
61552
62141
  "name": "organizeImports",
61553
62142
  "optional": true,
@@ -61567,7 +62156,7 @@
61567
62156
  "immutable": true,
61568
62157
  "locationInModule": {
61569
62158
  "filename": "src/javascript/biome/biome-config.ts",
61570
- "line": 2352
62159
+ "line": 2428
61571
62160
  },
61572
62161
  "name": "recommended",
61573
62162
  "optional": true,
@@ -61587,7 +62176,7 @@
61587
62176
  "immutable": true,
61588
62177
  "locationInModule": {
61589
62178
  "filename": "src/javascript/biome/biome-config.ts",
61590
- "line": 2359
62179
+ "line": 2435
61591
62180
  },
61592
62181
  "name": "useSortedAttributes",
61593
62182
  "optional": true,
@@ -61607,7 +62196,7 @@
61607
62196
  "immutable": true,
61608
62197
  "locationInModule": {
61609
62198
  "filename": "src/javascript/biome/biome-config.ts",
61610
- "line": 2366
62199
+ "line": 2442
61611
62200
  },
61612
62201
  "name": "useSortedKeys",
61613
62202
  "optional": true,
@@ -61627,7 +62216,7 @@
61627
62216
  "immutable": true,
61628
62217
  "locationInModule": {
61629
62218
  "filename": "src/javascript/biome/biome-config.ts",
61630
- "line": 2373
62219
+ "line": 2449
61631
62220
  },
61632
62221
  "name": "useSortedProperties",
61633
62222
  "optional": true,
@@ -61651,7 +62240,7 @@
61651
62240
  "kind": "enum",
61652
62241
  "locationInModule": {
61653
62242
  "filename": "src/javascript/biome/biome-config.ts",
61654
- "line": 2486
62243
+ "line": 2562
61655
62244
  },
61656
62245
  "members": [
61657
62246
  {
@@ -61692,7 +62281,7 @@
61692
62281
  "kind": "enum",
61693
62282
  "locationInModule": {
61694
62283
  "filename": "src/javascript/biome/biome-config.ts",
61695
- "line": 2498
62284
+ "line": 2574
61696
62285
  },
61697
62286
  "members": [
61698
62287
  {
@@ -61727,7 +62316,7 @@
61727
62316
  "kind": "enum",
61728
62317
  "locationInModule": {
61729
62318
  "filename": "src/javascript/biome/biome-config.ts",
61730
- "line": 2329
62319
+ "line": 2405
61731
62320
  },
61732
62321
  "members": [
61733
62322
  {
@@ -61756,7 +62345,7 @@
61756
62345
  "kind": "interface",
61757
62346
  "locationInModule": {
61758
62347
  "filename": "src/javascript/biome/biome-config.ts",
61759
- "line": 866
62348
+ "line": 874
61760
62349
  },
61761
62350
  "name": "VcsConfiguration",
61762
62351
  "namespace": "javascript.biome_config",
@@ -61773,7 +62362,7 @@
61773
62362
  "immutable": true,
61774
62363
  "locationInModule": {
61775
62364
  "filename": "src/javascript/biome/biome-config.ts",
61776
- "line": 872
62365
+ "line": 880
61777
62366
  },
61778
62367
  "name": "clientKind",
61779
62368
  "optional": true,
@@ -61793,7 +62382,7 @@
61793
62382
  "immutable": true,
61794
62383
  "locationInModule": {
61795
62384
  "filename": "src/javascript/biome/biome-config.ts",
61796
- "line": 879
62385
+ "line": 887
61797
62386
  },
61798
62387
  "name": "defaultBranch",
61799
62388
  "optional": true,
@@ -61813,7 +62402,7 @@
61813
62402
  "immutable": true,
61814
62403
  "locationInModule": {
61815
62404
  "filename": "src/javascript/biome/biome-config.ts",
61816
- "line": 886
62405
+ "line": 894
61817
62406
  },
61818
62407
  "name": "enabled",
61819
62408
  "optional": true,
@@ -61834,7 +62423,7 @@
61834
62423
  "immutable": true,
61835
62424
  "locationInModule": {
61836
62425
  "filename": "src/javascript/biome/biome-config.ts",
61837
- "line": 895
62426
+ "line": 903
61838
62427
  },
61839
62428
  "name": "root",
61840
62429
  "optional": true,
@@ -61855,7 +62444,7 @@
61855
62444
  "immutable": true,
61856
62445
  "locationInModule": {
61857
62446
  "filename": "src/javascript/biome/biome-config.ts",
61858
- "line": 902
62447
+ "line": 910
61859
62448
  },
61860
62449
  "name": "useIgnoreFile",
61861
62450
  "optional": true,
@@ -61880,7 +62469,7 @@
61880
62469
  "kind": "enum",
61881
62470
  "locationInModule": {
61882
62471
  "filename": "src/javascript/biome/biome-config.ts",
61883
- "line": 2432
62472
+ "line": 2508
61884
62473
  },
61885
62474
  "members": [
61886
62475
  {
@@ -72455,6 +73044,6 @@
72455
73044
  "usedFeatures": [
72456
73045
  "class-covariant-overrides"
72457
73046
  ],
72458
- "version": "0.98.4",
72459
- "fingerprint": "UDY+NUbuuVp8N0M5EIK8+lOIpnxIWym5qe0VymKevoY="
73047
+ "version": "0.98.5",
73048
+ "fingerprint": "F5EU2Blh7NTLIw28oVMGzP5LRCy00W/+qpHYaWNcPTA="
72460
73049
  }