projen 0.101.27 → 0.101.28

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 (155) hide show
  1. package/.jsii +470 -478
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +1 -1
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +3 -3
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-build.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/cli/task-runtime.js +2 -2
  34. package/lib/component.js +2 -2
  35. package/lib/dependencies.js +1 -1
  36. package/lib/dev-env.js +1 -1
  37. package/lib/docker-compose/docker-compose-service.js +1 -1
  38. package/lib/docker-compose/docker-compose.js +1 -1
  39. package/lib/file.js +1 -1
  40. package/lib/gitattributes.js +1 -1
  41. package/lib/github/actions-provider.js +1 -1
  42. package/lib/github/auto-approve.js +1 -1
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/auto-queue.js +1 -1
  45. package/lib/github/dependabot.js +1 -1
  46. package/lib/github/dependency-review.js +1 -1
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.js +1 -1
  50. package/lib/github/merge-queue.js +1 -1
  51. package/lib/github/mergify.js +1 -1
  52. package/lib/github/pr-template.js +1 -1
  53. package/lib/github/pull-request-backport.js +1 -1
  54. package/lib/github/pull-request-lint.js +1 -1
  55. package/lib/github/stale.js +1 -1
  56. package/lib/github/task-workflow-job.js +1 -1
  57. package/lib/github/task-workflow.js +1 -1
  58. package/lib/github/workflow-actions.js +1 -1
  59. package/lib/github/workflow-jobs.js +1 -1
  60. package/lib/github/workflow-steps.js +1 -1
  61. package/lib/github/workflows.js +1 -1
  62. package/lib/gitlab/configuration.js +1 -1
  63. package/lib/gitlab/gitlab-configuration.js +1 -1
  64. package/lib/gitlab/nested-configuration.js +1 -1
  65. package/lib/gitpod.js +1 -1
  66. package/lib/ignore-file.js +1 -1
  67. package/lib/ini.js +1 -1
  68. package/lib/java/java-project.js +1 -1
  69. package/lib/java/junit.js +1 -1
  70. package/lib/java/maven-compile.js +1 -1
  71. package/lib/java/maven-packaging.js +1 -1
  72. package/lib/java/maven-sample.js +1 -1
  73. package/lib/java/pom.js +2 -2
  74. package/lib/java/projenrc.js +1 -1
  75. package/lib/javascript/biome/biome-config.d.ts +292 -322
  76. package/lib/javascript/biome/biome-config.js +5 -5
  77. package/lib/javascript/biome/biome.js +1 -1
  78. package/lib/javascript/bundler.js +1 -1
  79. package/lib/javascript/eslint.js +1 -1
  80. package/lib/javascript/jest.js +4 -4
  81. package/lib/javascript/license-checker.js +1 -1
  82. package/lib/javascript/node-package.js +1 -1
  83. package/lib/javascript/node-project.js +1 -1
  84. package/lib/javascript/npm-config.js +1 -1
  85. package/lib/javascript/pnpm-workspace-config.js +2 -2
  86. package/lib/javascript/pnpm-workspace.js +1 -1
  87. package/lib/javascript/prettier.js +1 -1
  88. package/lib/javascript/projenrc.js +1 -1
  89. package/lib/javascript/typescript-config.js +2 -2
  90. package/lib/javascript/upgrade-dependencies.js +2 -2
  91. package/lib/javascript/yarnrc.js +1 -1
  92. package/lib/json-patch.js +1 -1
  93. package/lib/json.js +1 -1
  94. package/lib/license.js +1 -1
  95. package/lib/logger.js +1 -1
  96. package/lib/makefile.js +1 -1
  97. package/lib/object-file.js +1 -1
  98. package/lib/project-build.js +1 -1
  99. package/lib/project-tree.js +1 -1
  100. package/lib/project.js +1 -1
  101. package/lib/projects.js +1 -1
  102. package/lib/projenrc-json.js +1 -1
  103. package/lib/projenrc.js +1 -1
  104. package/lib/python/pip.js +1 -1
  105. package/lib/python/poetry.js +2 -2
  106. package/lib/python/projenrc.js +1 -1
  107. package/lib/python/pyproject-toml-file.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/uv-config.js +1 -1
  116. package/lib/python/uv.js +1 -1
  117. package/lib/python/venv.js +1 -1
  118. package/lib/readme.js +1 -1
  119. package/lib/release/publisher.js +1 -1
  120. package/lib/release/release-trigger.js +1 -1
  121. package/lib/release/release.js +1 -1
  122. package/lib/renovatebot.js +1 -1
  123. package/lib/run-task.cjs +60 -42
  124. package/lib/sample-file.js +2 -2
  125. package/lib/script-runner.js +1 -1
  126. package/lib/source-code.js +1 -1
  127. package/lib/task-shell.js +1 -1
  128. package/lib/task.js +1 -1
  129. package/lib/tasks.js +1 -1
  130. package/lib/testing.js +1 -1
  131. package/lib/textfile.js +1 -1
  132. package/lib/toml.js +1 -1
  133. package/lib/typescript/projenrc-ts.js +1 -1
  134. package/lib/typescript/projenrc.js +1 -1
  135. package/lib/typescript/typescript-runner.js +1 -1
  136. package/lib/typescript/typescript-typedoc.js +1 -1
  137. package/lib/typescript/typescript.js +5 -5
  138. package/lib/util/dax.d.ts +1 -0
  139. package/lib/util/dax.js +21 -0
  140. package/lib/util/exec.js +2 -2
  141. package/lib/util/node-compat.d.ts +23 -0
  142. package/lib/util/node-compat.js +40 -0
  143. package/lib/version.js +2 -2
  144. package/lib/vscode/devcontainer.js +1 -1
  145. package/lib/vscode/extensions.js +1 -1
  146. package/lib/vscode/launch-config.js +1 -1
  147. package/lib/vscode/settings.js +1 -1
  148. package/lib/vscode/vscode.js +1 -1
  149. package/lib/web/next.js +3 -3
  150. package/lib/web/postcss.js +1 -1
  151. package/lib/web/react.js +3 -3
  152. package/lib/web/tailwind.js +1 -1
  153. package/lib/xmlfile.js +1 -1
  154. package/lib/yaml.js +1 -1
  155. package/package.json +2 -2
package/.jsii CHANGED
@@ -66396,7 +66396,7 @@
66396
66396
  "kind": "interface",
66397
66397
  "locationInModule": {
66398
66398
  "filename": "src/javascript/biome/biome-config.ts",
66399
- "line": 1002
66399
+ "line": 1008
66400
66400
  },
66401
66401
  "name": "Actions",
66402
66402
  "namespace": "javascript.biome_config",
@@ -66413,7 +66413,7 @@
66413
66413
  "immutable": true,
66414
66414
  "locationInModule": {
66415
66415
  "filename": "src/javascript/biome/biome-config.ts",
66416
- "line": 1008
66416
+ "line": 1014
66417
66417
  },
66418
66418
  "name": "preset",
66419
66419
  "optional": true,
@@ -66434,7 +66434,7 @@
66434
66434
  "immutable": true,
66435
66435
  "locationInModule": {
66436
66436
  "filename": "src/javascript/biome/biome-config.ts",
66437
- "line": 1015
66437
+ "line": 1021
66438
66438
  },
66439
66439
  "name": "recommended",
66440
66440
  "optional": true,
@@ -66453,7 +66453,7 @@
66453
66453
  "immutable": true,
66454
66454
  "locationInModule": {
66455
66455
  "filename": "src/javascript/biome/biome-config.ts",
66456
- "line": 1020
66456
+ "line": 1026
66457
66457
  },
66458
66458
  "name": "source",
66459
66459
  "optional": true,
@@ -66476,7 +66476,7 @@
66476
66476
  "kind": "enum",
66477
66477
  "locationInModule": {
66478
66478
  "filename": "src/javascript/biome/biome-config.ts",
66479
- "line": 2985
66479
+ "line": 2955
66480
66480
  },
66481
66481
  "members": [
66482
66482
  {
@@ -66597,7 +66597,7 @@
66597
66597
  "kind": "enum",
66598
66598
  "locationInModule": {
66599
66599
  "filename": "src/javascript/biome/biome-config.ts",
66600
- "line": 1249
66600
+ "line": 1248
66601
66601
  },
66602
66602
  "members": [
66603
66603
  {
@@ -66627,7 +66627,7 @@
66627
66627
  "schema": "BiomeConfiguration"
66628
66628
  },
66629
66629
  "stability": "experimental",
66630
- "summary": "The configuration that is contained inside the file `biome.json`."
66630
+ "summary": "The configuration contained in `biome.json`."
66631
66631
  },
66632
66632
  "fqn": "projen.javascript.biome_config.BiomeConfiguration",
66633
66633
  "kind": "interface",
@@ -66645,7 +66645,7 @@
66645
66645
  "schema": "BiomeConfiguration#assist"
66646
66646
  },
66647
66647
  "stability": "experimental",
66648
- "summary": "Specific configuration for assists."
66648
+ "summary": "The assist configuration."
66649
66649
  },
66650
66650
  "immutable": true,
66651
66651
  "locationInModule": {
@@ -66665,7 +66665,7 @@
66665
66665
  "schema": "BiomeConfiguration#css"
66666
66666
  },
66667
66667
  "stability": "experimental",
66668
- "summary": "Specific configuration for the Css language."
66668
+ "summary": "Configuration specific to CSS."
66669
66669
  },
66670
66670
  "immutable": true,
66671
66671
  "locationInModule": {
@@ -66710,7 +66710,7 @@
66710
66710
  "schema": "BiomeConfiguration#files"
66711
66711
  },
66712
66712
  "stability": "experimental",
66713
- "summary": "The configuration of the filesystem."
66713
+ "summary": "The file handling configuration."
66714
66714
  },
66715
66715
  "immutable": true,
66716
66716
  "locationInModule": {
@@ -66730,7 +66730,7 @@
66730
66730
  "schema": "BiomeConfiguration#formatter"
66731
66731
  },
66732
66732
  "stability": "experimental",
66733
- "summary": "The configuration of the formatter."
66733
+ "summary": "The formatter configuration."
66734
66734
  },
66735
66735
  "immutable": true,
66736
66736
  "locationInModule": {
@@ -66750,7 +66750,7 @@
66750
66750
  "schema": "BiomeConfiguration#graphql"
66751
66751
  },
66752
66752
  "stability": "experimental",
66753
- "summary": "Specific configuration for the GraphQL language."
66753
+ "summary": "Configuration specific to GraphQL."
66754
66754
  },
66755
66755
  "immutable": true,
66756
66756
  "locationInModule": {
@@ -66770,7 +66770,7 @@
66770
66770
  "schema": "BiomeConfiguration#grit"
66771
66771
  },
66772
66772
  "stability": "experimental",
66773
- "summary": "Specific configuration for the GraphQL language."
66773
+ "summary": "Configuration specific to GritQL."
66774
66774
  },
66775
66775
  "immutable": true,
66776
66776
  "locationInModule": {
@@ -66790,7 +66790,7 @@
66790
66790
  "schema": "BiomeConfiguration#html"
66791
66791
  },
66792
66792
  "stability": "experimental",
66793
- "summary": "Specific configuration for the HTML language."
66793
+ "summary": "Configuration specific to HTML."
66794
66794
  },
66795
66795
  "immutable": true,
66796
66796
  "locationInModule": {
@@ -66810,7 +66810,7 @@
66810
66810
  "schema": "BiomeConfiguration#javascript"
66811
66811
  },
66812
66812
  "stability": "experimental",
66813
- "summary": "Specific configuration for the JavaScript language."
66813
+ "summary": "Configuration specific to JavaScript."
66814
66814
  },
66815
66815
  "immutable": true,
66816
66816
  "locationInModule": {
@@ -66830,7 +66830,7 @@
66830
66830
  "schema": "BiomeConfiguration#json"
66831
66831
  },
66832
66832
  "stability": "experimental",
66833
- "summary": "Specific configuration for the Json language."
66833
+ "summary": "Configuration specific to JSON."
66834
66834
  },
66835
66835
  "immutable": true,
66836
66836
  "locationInModule": {
@@ -66850,7 +66850,7 @@
66850
66850
  "schema": "BiomeConfiguration#linter"
66851
66851
  },
66852
66852
  "stability": "experimental",
66853
- "summary": "The configuration for the linter."
66853
+ "summary": "The linter configuration."
66854
66854
  },
66855
66855
  "immutable": true,
66856
66856
  "locationInModule": {
@@ -66870,7 +66870,7 @@
66870
66870
  "schema": "BiomeConfiguration#overrides"
66871
66871
  },
66872
66872
  "stability": "experimental",
66873
- "summary": "A list of granular patterns that should be applied only to a sub set of files."
66873
+ "summary": "A list of granular patterns applied only to a subset of files."
66874
66874
  },
66875
66875
  "immutable": true,
66876
66876
  "locationInModule": {
@@ -66961,7 +66961,7 @@
66961
66961
  "schema": "BiomeConfiguration#vcs"
66962
66962
  },
66963
66963
  "stability": "experimental",
66964
- "summary": "The configuration of the VCS integration."
66964
+ "summary": "The version control integration configuration."
66965
66965
  },
66966
66966
  "immutable": true,
66967
66967
  "locationInModule": {
@@ -66985,13 +66985,13 @@
66985
66985
  "schema": "CssAssistConfiguration"
66986
66986
  },
66987
66987
  "stability": "experimental",
66988
- "summary": "Options that changes how the CSS assist behaves."
66988
+ "summary": "Options that change how CSS assist behaves."
66989
66989
  },
66990
66990
  "fqn": "projen.javascript.biome_config.CssAssistConfiguration",
66991
66991
  "kind": "interface",
66992
66992
  "locationInModule": {
66993
66993
  "filename": "src/javascript/biome/biome-config.ts",
66994
- "line": 1045
66994
+ "line": 1051
66995
66995
  },
66996
66996
  "name": "CssAssistConfiguration",
66997
66997
  "namespace": "javascript.biome_config",
@@ -67003,12 +67003,12 @@
67003
67003
  "schema": "CssAssistConfiguration#enabled"
67004
67004
  },
67005
67005
  "stability": "experimental",
67006
- "summary": "Control the assist for CSS files."
67006
+ "summary": "Controls assist actions for CSS files."
67007
67007
  },
67008
67008
  "immutable": true,
67009
67009
  "locationInModule": {
67010
67010
  "filename": "src/javascript/biome/biome-config.ts",
67011
- "line": 1051
67011
+ "line": 1057
67012
67012
  },
67013
67013
  "name": "enabled",
67014
67014
  "optional": true,
@@ -67154,13 +67154,13 @@
67154
67154
  "schema": "CssFormatterConfiguration"
67155
67155
  },
67156
67156
  "stability": "experimental",
67157
- "summary": "Options that changes how the CSS formatter behaves."
67157
+ "summary": "Options that change how the CSS formatter behaves."
67158
67158
  },
67159
67159
  "fqn": "projen.javascript.biome_config.CssFormatterConfiguration",
67160
67160
  "kind": "interface",
67161
67161
  "locationInModule": {
67162
67162
  "filename": "src/javascript/biome/biome-config.ts",
67163
- "line": 1074
67163
+ "line": 1080
67164
67164
  },
67165
67165
  "name": "CssFormatterConfiguration",
67166
67166
  "namespace": "javascript.biome_config",
@@ -67171,15 +67171,14 @@
67171
67171
  "custom": {
67172
67172
  "schema": "CssFormatterConfiguration#delimiterSpacing"
67173
67173
  },
67174
- "default": "false.",
67175
- "remarks": "Only applies when the content fits on a single line, and empty\ndelimiters are not affected. For CSS, affects parentheses (e.g., `rgb( 0, 0, 0 )`) and\nsquare brackets (e.g., `[ data-attr ]`). Defaults to false.",
67174
+ "remarks": "When enabled, `rgb(0, 0, 0)` becomes `rgb( 0, 0, 0 )` and `[data-attr]` becomes\n`[ data-attr ]`. Empty delimiters are unchanged.\n\nIf unset, inherits the global delimiter spacing setting.",
67176
67175
  "stability": "experimental",
67177
- "summary": "Whether to insert spaces inside delimiters (after the opening delimiter and before the closing delimiter)."
67176
+ "summary": "Controls spaces inside CSS parentheses and square brackets when their content fits on one line."
67178
67177
  },
67179
67178
  "immutable": true,
67180
67179
  "locationInModule": {
67181
67180
  "filename": "src/javascript/biome/biome-config.ts",
67182
- "line": 1084
67181
+ "line": 1090
67183
67182
  },
67184
67183
  "name": "delimiterSpacing",
67185
67184
  "optional": true,
@@ -67194,12 +67193,12 @@
67194
67193
  "schema": "CssFormatterConfiguration#enabled"
67195
67194
  },
67196
67195
  "stability": "experimental",
67197
- "summary": "Control the formatter for CSS (and its super languages) files."
67196
+ "summary": "Controls the formatter for CSS and languages that extend it."
67198
67197
  },
67199
67198
  "immutable": true,
67200
67199
  "locationInModule": {
67201
67200
  "filename": "src/javascript/biome/biome-config.ts",
67202
- "line": 1091
67201
+ "line": 1097
67203
67202
  },
67204
67203
  "name": "enabled",
67205
67204
  "optional": true,
@@ -67213,13 +67212,14 @@
67213
67212
  "custom": {
67214
67213
  "schema": "CssFormatterConfiguration#indentStyle"
67215
67214
  },
67215
+ "remarks": "If unset, inherits the global\nindentation style.",
67216
67216
  "stability": "experimental",
67217
- "summary": "The indent style applied to CSS (and its super languages) files."
67217
+ "summary": "The indent style applied to CSS and languages that extend it."
67218
67218
  },
67219
67219
  "immutable": true,
67220
67220
  "locationInModule": {
67221
67221
  "filename": "src/javascript/biome/biome-config.ts",
67222
- "line": 1098
67222
+ "line": 1105
67223
67223
  },
67224
67224
  "name": "indentStyle",
67225
67225
  "optional": true,
@@ -67233,15 +67233,14 @@
67233
67233
  "custom": {
67234
67234
  "schema": "CssFormatterConfiguration#indentWidth"
67235
67235
  },
67236
- "default": "2.",
67237
- "remarks": "Default to 2.",
67236
+ "remarks": "If unset, inherits the\nglobal indentation width.",
67238
67237
  "stability": "experimental",
67239
- "summary": "The size of the indentation applied to CSS (and its super languages) files."
67238
+ "summary": "The indentation width applied to CSS and languages that extend it."
67240
67239
  },
67241
67240
  "immutable": true,
67242
67241
  "locationInModule": {
67243
67242
  "filename": "src/javascript/biome/biome-config.ts",
67244
- "line": 1106
67243
+ "line": 1113
67245
67244
  },
67246
67245
  "name": "indentWidth",
67247
67246
  "optional": true,
@@ -67255,14 +67254,14 @@
67255
67254
  "custom": {
67256
67255
  "schema": "CssFormatterConfiguration#lineEnding"
67257
67256
  },
67258
- "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
67257
+ "remarks": "If unset, inherits the global\nline ending.",
67259
67258
  "stability": "experimental",
67260
- "summary": "The type of line ending applied to CSS (and its super languages) files."
67259
+ "summary": "The line ending applied to CSS and languages that extend it."
67261
67260
  },
67262
67261
  "immutable": true,
67263
67262
  "locationInModule": {
67264
67263
  "filename": "src/javascript/biome/biome-config.ts",
67265
- "line": 1113
67264
+ "line": 1121
67266
67265
  },
67267
67266
  "name": "lineEnding",
67268
67267
  "optional": true,
@@ -67276,15 +67275,14 @@
67276
67275
  "custom": {
67277
67276
  "schema": "CssFormatterConfiguration#lineWidth"
67278
67277
  },
67279
- "default": "80.",
67280
- "remarks": "Defaults to 80.",
67278
+ "remarks": "If unset, inherits the global\nline width.",
67281
67279
  "stability": "experimental",
67282
- "summary": "What's the max width of a line applied to CSS (and its super languages) files."
67280
+ "summary": "The maximum line width for CSS and languages that extend it."
67283
67281
  },
67284
67282
  "immutable": true,
67285
67283
  "locationInModule": {
67286
67284
  "filename": "src/javascript/biome/biome-config.ts",
67287
- "line": 1121
67285
+ "line": 1129
67288
67286
  },
67289
67287
  "name": "lineWidth",
67290
67288
  "optional": true,
@@ -67298,15 +67296,15 @@
67298
67296
  "custom": {
67299
67297
  "schema": "CssFormatterConfiguration#quoteStyle"
67300
67298
  },
67301
- "default": "double.",
67302
- "remarks": "Defaults to double.",
67299
+ "default": "double`.",
67300
+ "remarks": "Defaults to `double`.",
67303
67301
  "stability": "experimental",
67304
67302
  "summary": "The type of quotes used in CSS code."
67305
67303
  },
67306
67304
  "immutable": true,
67307
67305
  "locationInModule": {
67308
67306
  "filename": "src/javascript/biome/biome-config.ts",
67309
- "line": 1129
67307
+ "line": 1137
67310
67308
  },
67311
67309
  "name": "quoteStyle",
67312
67310
  "optional": true,
@@ -67320,15 +67318,14 @@
67320
67318
  "custom": {
67321
67319
  "schema": "CssFormatterConfiguration#trailingNewline"
67322
67320
  },
67323
- "default": "true.",
67324
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
67321
+ "remarks": "If unset, inherits the global\ntrailing newline setting.",
67325
67322
  "stability": "experimental",
67326
67323
  "summary": "Whether to add a trailing newline at the end of the file."
67327
67324
  },
67328
67325
  "immutable": true,
67329
67326
  "locationInModule": {
67330
67327
  "filename": "src/javascript/biome/biome-config.ts",
67331
- "line": 1146
67328
+ "line": 1145
67332
67329
  },
67333
67330
  "name": "trailingNewline",
67334
67331
  "optional": true,
@@ -67347,13 +67344,13 @@
67347
67344
  "schema": "CssLinterConfiguration"
67348
67345
  },
67349
67346
  "stability": "experimental",
67350
- "summary": "Options that changes how the CSS linter behaves."
67347
+ "summary": "Options that change how the CSS linter behaves."
67351
67348
  },
67352
67349
  "fqn": "projen.javascript.biome_config.CssLinterConfiguration",
67353
67350
  "kind": "interface",
67354
67351
  "locationInModule": {
67355
67352
  "filename": "src/javascript/biome/biome-config.ts",
67356
- "line": 1176
67353
+ "line": 1175
67357
67354
  },
67358
67355
  "name": "CssLinterConfiguration",
67359
67356
  "namespace": "javascript.biome_config",
@@ -67365,12 +67362,12 @@
67365
67362
  "schema": "CssLinterConfiguration#enabled"
67366
67363
  },
67367
67364
  "stability": "experimental",
67368
- "summary": "Control the linter for CSS files."
67365
+ "summary": "Controls the linter for CSS files."
67369
67366
  },
67370
67367
  "immutable": true,
67371
67368
  "locationInModule": {
67372
67369
  "filename": "src/javascript/biome/biome-config.ts",
67373
- "line": 1182
67370
+ "line": 1181
67374
67371
  },
67375
67372
  "name": "enabled",
67376
67373
  "optional": true,
@@ -67389,13 +67386,13 @@
67389
67386
  "schema": "CssParserConfiguration"
67390
67387
  },
67391
67388
  "stability": "experimental",
67392
- "summary": "Options that changes how the CSS parser behaves."
67389
+ "summary": "Options that change how the CSS parser behaves."
67393
67390
  },
67394
67391
  "fqn": "projen.javascript.biome_config.CssParserConfiguration",
67395
67392
  "kind": "interface",
67396
67393
  "locationInModule": {
67397
67394
  "filename": "src/javascript/biome/biome-config.ts",
67398
- "line": 1205
67395
+ "line": 1204
67399
67396
  },
67400
67397
  "name": "CssParserConfiguration",
67401
67398
  "namespace": "javascript.biome_config",
@@ -67407,12 +67404,12 @@
67407
67404
  "schema": "CssParserConfiguration#allowWrongLineComments"
67408
67405
  },
67409
67406
  "stability": "experimental",
67410
- "summary": "Allow comments to appear on incorrect lines in `.css` files."
67407
+ "summary": "Allows comments to appear on incorrect lines in `.css` files."
67411
67408
  },
67412
67409
  "immutable": true,
67413
67410
  "locationInModule": {
67414
67411
  "filename": "src/javascript/biome/biome-config.ts",
67415
- "line": 1211
67412
+ "line": 1210
67416
67413
  },
67417
67414
  "name": "allowWrongLineComments",
67418
67415
  "optional": true,
@@ -67428,12 +67425,12 @@
67428
67425
  },
67429
67426
  "remarks": "Enable this feature only\nwhen your files don't end in `.module.css`.",
67430
67427
  "stability": "experimental",
67431
- "summary": "Enables parsing of CSS Modules specific features."
67428
+ "summary": "Enables parsing of CSS Modules-specific features."
67432
67429
  },
67433
67430
  "immutable": true,
67434
67431
  "locationInModule": {
67435
67432
  "filename": "src/javascript/biome/biome-config.ts",
67436
- "line": 1219
67433
+ "line": 1218
67437
67434
  },
67438
67435
  "name": "cssModules",
67439
67436
  "optional": true,
@@ -67453,7 +67450,7 @@
67453
67450
  "immutable": true,
67454
67451
  "locationInModule": {
67455
67452
  "filename": "src/javascript/biome/biome-config.ts",
67456
- "line": 1226
67453
+ "line": 1225
67457
67454
  },
67458
67455
  "name": "tailwindDirectives",
67459
67456
  "optional": true,
@@ -67476,12 +67473,12 @@
67476
67473
  "kind": "enum",
67477
67474
  "locationInModule": {
67478
67475
  "filename": "src/javascript/biome/biome-config.ts",
67479
- "line": 1259
67476
+ "line": 1258
67480
67477
  },
67481
67478
  "members": [
67482
67479
  {
67483
67480
  "docs": {
67484
- "remarks": "Arrays are always\nexpanded if they are shorter than the line width. (auto)",
67481
+ "remarks": "Arrays remain on one\nline if they fit. (auto)",
67485
67482
  "stability": "experimental",
67486
67483
  "summary": "Objects are expanded when the first property has a leading newline."
67487
67484
  },
@@ -67499,7 +67496,7 @@
67499
67496
  "docs": {
67500
67497
  "remarks": "(never)",
67501
67498
  "stability": "experimental",
67502
- "summary": "Objects and arrays are never expanded, if they are shorter than the line width."
67499
+ "summary": "Objects and arrays remain on one line if they fit."
67503
67500
  },
67504
67501
  "name": "NEVER"
67505
67502
  }
@@ -67516,7 +67513,7 @@
67516
67513
  "schema": "FilesConfiguration"
67517
67514
  },
67518
67515
  "stability": "experimental",
67519
- "summary": "The configuration of the filesystem."
67516
+ "summary": "The file handling configuration."
67520
67517
  },
67521
67518
  "fqn": "projen.javascript.biome_config.FilesConfiguration",
67522
67519
  "kind": "interface",
@@ -67560,7 +67557,7 @@
67560
67557
  "schema": "FilesConfiguration#ignoreUnknown"
67561
67558
  },
67562
67559
  "stability": "experimental",
67563
- "summary": "Tells Biome to not emit diagnostics when handling files that it doesn't know."
67560
+ "summary": "Prevents Biome from emitting diagnostics for unrecognized file types."
67564
67561
  },
67565
67562
  "immutable": true,
67566
67563
  "locationInModule": {
@@ -67579,7 +67576,7 @@
67579
67576
  "custom": {
67580
67577
  "schema": "FilesConfiguration#includes"
67581
67578
  },
67582
- "remarks": "Biome will handle only those files/folders that will\nmatch these patterns.",
67579
+ "remarks": "Biome handles only files and directories that match these\npatterns.",
67583
67580
  "stability": "experimental",
67584
67581
  "summary": "A list of glob patterns."
67585
67582
  },
@@ -67605,15 +67602,15 @@
67605
67602
  "custom": {
67606
67603
  "schema": "FilesConfiguration#maxSize"
67607
67604
  },
67608
- "default": "1 MiB",
67609
- "remarks": "Files above\nthis limit will be ignored for performance reasons. Defaults to 1 MiB",
67605
+ "default": "1 MiB`.",
67606
+ "remarks": "Biome ignores larger files. Defaults to `1 MiB`.",
67610
67607
  "stability": "experimental",
67611
- "summary": "The maximum allowed size for source code files in bytes."
67608
+ "summary": "The maximum source file size in bytes."
67612
67609
  },
67613
67610
  "immutable": true,
67614
67611
  "locationInModule": {
67615
67612
  "filename": "src/javascript/biome/biome-config.ts",
67616
- "line": 296
67613
+ "line": 295
67617
67614
  },
67618
67615
  "name": "maxSize",
67619
67616
  "optional": true,
@@ -67638,7 +67635,7 @@
67638
67635
  "kind": "interface",
67639
67636
  "locationInModule": {
67640
67637
  "filename": "src/javascript/biome/biome-config.ts",
67641
- "line": 322
67638
+ "line": 321
67642
67639
  },
67643
67640
  "name": "FormatterConfiguration",
67644
67641
  "namespace": "javascript.biome_config",
@@ -67649,15 +67646,15 @@
67649
67646
  "custom": {
67650
67647
  "schema": "FormatterConfiguration#attributePosition"
67651
67648
  },
67652
- "default": "auto.",
67653
- "remarks": "Defaults to auto.",
67649
+ "default": "auto`.",
67650
+ "remarks": "Defaults to `auto`.",
67654
67651
  "stability": "experimental",
67655
- "summary": "The attribute position style in HTML-ish languages."
67652
+ "summary": "The attribute position style in HTML-like languages."
67656
67653
  },
67657
67654
  "immutable": true,
67658
67655
  "locationInModule": {
67659
67656
  "filename": "src/javascript/biome/biome-config.ts",
67660
- "line": 329
67657
+ "line": 328
67661
67658
  },
67662
67659
  "name": "attributePosition",
67663
67660
  "optional": true,
@@ -67671,13 +67668,15 @@
67671
67668
  "custom": {
67672
67669
  "schema": "FormatterConfiguration#bracketSameLine"
67673
67670
  },
67671
+ "default": "false`.",
67672
+ "remarks": "Self-closing elements are unaffected. Defaults to `false`.",
67674
67673
  "stability": "experimental",
67675
- "summary": "Put the `>` of a multi-line HTML or JSX element at the end of the last line instead of being alone on the next line (does not apply to self closing elements)."
67674
+ "summary": "Places the `>` of a multiline HTML or JSX element at the end of the last line instead of on the next line."
67676
67675
  },
67677
67676
  "immutable": true,
67678
67677
  "locationInModule": {
67679
67678
  "filename": "src/javascript/biome/biome-config.ts",
67680
- "line": 336
67679
+ "line": 337
67681
67680
  },
67682
67681
  "name": "bracketSameLine",
67683
67682
  "optional": true,
@@ -67691,15 +67690,15 @@
67691
67690
  "custom": {
67692
67691
  "schema": "FormatterConfiguration#bracketSpacing"
67693
67692
  },
67694
- "default": "true.",
67695
- "remarks": "Defaults to true.",
67693
+ "default": "true`.",
67694
+ "remarks": "Defaults to `true`.",
67696
67695
  "stability": "experimental",
67697
- "summary": "Whether to insert spaces around brackets in object literals."
67696
+ "summary": "Whether to insert spaces inside braces in object literals."
67698
67697
  },
67699
67698
  "immutable": true,
67700
67699
  "locationInModule": {
67701
67700
  "filename": "src/javascript/biome/biome-config.ts",
67702
- "line": 344
67701
+ "line": 345
67703
67702
  },
67704
67703
  "name": "bracketSpacing",
67705
67704
  "optional": true,
@@ -67713,10 +67712,10 @@
67713
67712
  "custom": {
67714
67713
  "schema": "FormatterConfiguration#delimiterSpacing"
67715
67714
  },
67716
- "default": "false.",
67717
- "remarks": "Spaces are not added before the opening delimiter, and empty delimiters\nare not affected. Only applies when the content fits on a single line. The specific\ndelimiters affected depend on the language. Defaults to false.",
67715
+ "default": "false`.",
67716
+ "remarks": "It doesn't add spaces before opening delimiters or inside empty delimiters.\n\nThe affected delimiters vary by language. Defaults to `false`.",
67718
67717
  "stability": "experimental",
67719
- "summary": "Whether to insert spaces inside delimiters (after the opening delimiter and before the closing delimiter), such as parentheses, brackets, angle brackets, and template literal interpolations."
67718
+ "summary": "Controls spaces immediately inside supported delimiters when their content fits on one line."
67720
67719
  },
67721
67720
  "immutable": true,
67722
67721
  "locationInModule": {
@@ -67754,15 +67753,15 @@
67754
67753
  "custom": {
67755
67754
  "schema": "FormatterConfiguration#expand"
67756
67755
  },
67757
- "default": "auto\".",
67758
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
67756
+ "default": "auto`.",
67757
+ "remarks": "`auto` formats objects on multiple lines if the first property has a newline, and arrays on\none line if they fit.\n\n`always` formats arrays and objects on multiple lines.\n\n`never` formats arrays and objects on one line if they fit.\n\nDefaults to `auto`.\n\nWhen formatting `package.json`, Biome uses `always` unless configured otherwise.",
67759
67758
  "stability": "experimental",
67760
- "summary": "Whether to expand arrays and objects on multiple lines."
67759
+ "summary": "Controls whether arrays and objects are formatted on one line or multiple lines."
67761
67760
  },
67762
67761
  "immutable": true,
67763
67762
  "locationInModule": {
67764
67763
  "filename": "src/javascript/biome/biome-config.ts",
67765
- "line": 374
67764
+ "line": 380
67766
67765
  },
67767
67766
  "name": "expand",
67768
67767
  "optional": true,
@@ -67776,13 +67775,15 @@
67776
67775
  "custom": {
67777
67776
  "schema": "FormatterConfiguration#formatWithErrors"
67778
67777
  },
67778
+ "default": "false`.",
67779
+ "remarks": "Defaults to `false`.",
67779
67780
  "stability": "experimental",
67780
- "summary": "Whether formatting should be allowed to proceed if a given file has syntax errors."
67781
+ "summary": "Allows formatting files that contain syntax errors when set to `true`."
67781
67782
  },
67782
67783
  "immutable": true,
67783
67784
  "locationInModule": {
67784
67785
  "filename": "src/javascript/biome/biome-config.ts",
67785
- "line": 382
67786
+ "line": 388
67786
67787
  },
67787
67788
  "name": "formatWithErrors",
67788
67789
  "optional": true,
@@ -67803,7 +67804,7 @@
67803
67804
  "immutable": true,
67804
67805
  "locationInModule": {
67805
67806
  "filename": "src/javascript/biome/biome-config.ts",
67806
- "line": 390
67807
+ "line": 396
67807
67808
  },
67808
67809
  "name": "includes",
67809
67810
  "optional": true,
@@ -67822,13 +67823,15 @@
67822
67823
  "custom": {
67823
67824
  "schema": "FormatterConfiguration#indentStyle"
67824
67825
  },
67826
+ "default": "tab`.",
67827
+ "remarks": "Defaults to `tab`.",
67825
67828
  "stability": "experimental",
67826
- "summary": "The indent style."
67829
+ "summary": "Uses tabs or spaces for indentation."
67827
67830
  },
67828
67831
  "immutable": true,
67829
67832
  "locationInModule": {
67830
67833
  "filename": "src/javascript/biome/biome-config.ts",
67831
- "line": 397
67834
+ "line": 404
67832
67835
  },
67833
67836
  "name": "indentStyle",
67834
67837
  "optional": true,
@@ -67842,13 +67845,15 @@
67842
67845
  "custom": {
67843
67846
  "schema": "FormatterConfiguration#indentWidth"
67844
67847
  },
67848
+ "default": "2`.",
67849
+ "remarks": "Defaults to `2`.",
67845
67850
  "stability": "experimental",
67846
- "summary": "The size of the indentation, 2 by default."
67851
+ "summary": "The indentation width."
67847
67852
  },
67848
67853
  "immutable": true,
67849
67854
  "locationInModule": {
67850
67855
  "filename": "src/javascript/biome/biome-config.ts",
67851
- "line": 404
67856
+ "line": 412
67852
67857
  },
67853
67858
  "name": "indentWidth",
67854
67859
  "optional": true,
@@ -67862,13 +67867,15 @@
67862
67867
  "custom": {
67863
67868
  "schema": "FormatterConfiguration#lineEnding"
67864
67869
  },
67870
+ "default": "lf`.",
67871
+ "remarks": "`auto` uses the platform convention. Defaults to `lf`.",
67865
67872
  "stability": "experimental",
67866
- "summary": "The type of line ending."
67873
+ "summary": "Selects the line ending."
67867
67874
  },
67868
67875
  "immutable": true,
67869
67876
  "locationInModule": {
67870
67877
  "filename": "src/javascript/biome/biome-config.ts",
67871
- "line": 411
67878
+ "line": 420
67872
67879
  },
67873
67880
  "name": "lineEnding",
67874
67881
  "optional": true,
@@ -67882,15 +67889,15 @@
67882
67889
  "custom": {
67883
67890
  "schema": "FormatterConfiguration#lineWidth"
67884
67891
  },
67885
- "default": "80.",
67886
- "remarks": "Defaults to 80.",
67892
+ "default": "80`.",
67893
+ "remarks": "Defaults to `80`.",
67887
67894
  "stability": "experimental",
67888
- "summary": "What's the max width of a line."
67895
+ "summary": "The maximum line width."
67889
67896
  },
67890
67897
  "immutable": true,
67891
67898
  "locationInModule": {
67892
67899
  "filename": "src/javascript/biome/biome-config.ts",
67893
- "line": 419
67900
+ "line": 428
67894
67901
  },
67895
67902
  "name": "lineWidth",
67896
67903
  "optional": true,
@@ -67904,15 +67911,15 @@
67904
67911
  "custom": {
67905
67912
  "schema": "FormatterConfiguration#trailingNewline"
67906
67913
  },
67907
- "default": "true.",
67908
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
67914
+ "default": "true`; disabling",
67915
+ "remarks": "Defaults to `true`; disabling\nthis option can cause compatibility problems with other tools.",
67909
67916
  "stability": "experimental",
67910
67917
  "summary": "Whether to add a trailing newline at the end of the file."
67911
67918
  },
67912
67919
  "immutable": true,
67913
67920
  "locationInModule": {
67914
67921
  "filename": "src/javascript/biome/biome-config.ts",
67915
- "line": 436
67922
+ "line": 437
67916
67923
  },
67917
67924
  "name": "trailingNewline",
67918
67925
  "optional": true,
@@ -67926,9 +67933,9 @@
67926
67933
  "custom": {
67927
67934
  "schema": "FormatterConfiguration#useEditorconfig"
67928
67935
  },
67929
- "remarks": "Default: `false`.",
67936
+ "default": "false`.",
67930
67937
  "stability": "experimental",
67931
- "summary": "Use any `.editorconfig` files to configure the formatter. Configuration in `biome.json` will override `.editorconfig` configuration."
67938
+ "summary": "Uses `.editorconfig` files to configure the formatter. Settings in `biome.json` or `biome.jsonc` override `.editorconfig` settings. Defaults to `false`."
67932
67939
  },
67933
67940
  "immutable": true,
67934
67941
  "locationInModule": {
@@ -67952,13 +67959,13 @@
67952
67959
  "schema": "GraphqlAssistConfiguration"
67953
67960
  },
67954
67961
  "stability": "experimental",
67955
- "summary": "Options that changes how the GraphQL linter behaves."
67962
+ "summary": "Options that change how GraphQL assist behaves."
67956
67963
  },
67957
67964
  "fqn": "projen.javascript.biome_config.GraphqlAssistConfiguration",
67958
67965
  "kind": "interface",
67959
67966
  "locationInModule": {
67960
67967
  "filename": "src/javascript/biome/biome-config.ts",
67961
- "line": 1298
67968
+ "line": 1297
67962
67969
  },
67963
67970
  "name": "GraphqlAssistConfiguration",
67964
67971
  "namespace": "javascript.biome_config",
@@ -67970,12 +67977,12 @@
67970
67977
  "schema": "GraphqlAssistConfiguration#enabled"
67971
67978
  },
67972
67979
  "stability": "experimental",
67973
- "summary": "Control the formatter for GraphQL files."
67980
+ "summary": "Controls assist actions for GraphQL files."
67974
67981
  },
67975
67982
  "immutable": true,
67976
67983
  "locationInModule": {
67977
67984
  "filename": "src/javascript/biome/biome-config.ts",
67978
- "line": 1304
67985
+ "line": 1303
67979
67986
  },
67980
67987
  "name": "enabled",
67981
67988
  "optional": true,
@@ -68012,7 +68019,7 @@
68012
68019
  "schema": "GraphqlConfiguration#assist"
68013
68020
  },
68014
68021
  "stability": "experimental",
68015
- "summary": "Assist options."
68022
+ "summary": "GraphQL assist options."
68016
68023
  },
68017
68024
  "immutable": true,
68018
68025
  "locationInModule": {
@@ -68051,12 +68058,13 @@
68051
68058
  "custom": {
68052
68059
  "schema": "GraphqlConfiguration#linter"
68053
68060
  },
68054
- "stability": "experimental"
68061
+ "stability": "experimental",
68062
+ "summary": "GraphQL linter options."
68055
68063
  },
68056
68064
  "immutable": true,
68057
68065
  "locationInModule": {
68058
68066
  "filename": "src/javascript/biome/biome-config.ts",
68059
- "line": 500
68067
+ "line": 502
68060
68068
  },
68061
68069
  "name": "linter",
68062
68070
  "optional": true,
@@ -68075,13 +68083,13 @@
68075
68083
  "schema": "GraphqlFormatterConfiguration"
68076
68084
  },
68077
68085
  "stability": "experimental",
68078
- "summary": "Options that changes how the GraphQL formatter behaves."
68086
+ "summary": "Options that change how the GraphQL formatter behaves."
68079
68087
  },
68080
68088
  "fqn": "projen.javascript.biome_config.GraphqlFormatterConfiguration",
68081
68089
  "kind": "interface",
68082
68090
  "locationInModule": {
68083
68091
  "filename": "src/javascript/biome/biome-config.ts",
68084
- "line": 1327
68092
+ "line": 1326
68085
68093
  },
68086
68094
  "name": "GraphqlFormatterConfiguration",
68087
68095
  "namespace": "javascript.biome_config",
@@ -68092,15 +68100,14 @@
68092
68100
  "custom": {
68093
68101
  "schema": "GraphqlFormatterConfiguration#bracketSpacing"
68094
68102
  },
68095
- "default": "true.",
68096
- "remarks": "Defaults to true.",
68103
+ "remarks": "If unset, inherits the global\nbracket spacing setting.",
68097
68104
  "stability": "experimental",
68098
- "summary": "Whether to insert spaces around brackets in object literals."
68105
+ "summary": "Whether to insert spaces inside braces in object literals."
68099
68106
  },
68100
68107
  "immutable": true,
68101
68108
  "locationInModule": {
68102
68109
  "filename": "src/javascript/biome/biome-config.ts",
68103
- "line": 1334
68110
+ "line": 1333
68104
68111
  },
68105
68112
  "name": "bracketSpacing",
68106
68113
  "optional": true,
@@ -68115,12 +68122,12 @@
68115
68122
  "schema": "GraphqlFormatterConfiguration#enabled"
68116
68123
  },
68117
68124
  "stability": "experimental",
68118
- "summary": "Control the formatter for GraphQL files."
68125
+ "summary": "Controls the formatter for GraphQL files."
68119
68126
  },
68120
68127
  "immutable": true,
68121
68128
  "locationInModule": {
68122
68129
  "filename": "src/javascript/biome/biome-config.ts",
68123
- "line": 1341
68130
+ "line": 1340
68124
68131
  },
68125
68132
  "name": "enabled",
68126
68133
  "optional": true,
@@ -68134,13 +68141,14 @@
68134
68141
  "custom": {
68135
68142
  "schema": "GraphqlFormatterConfiguration#indentStyle"
68136
68143
  },
68144
+ "remarks": "If unset, inherits the global indentation style.",
68137
68145
  "stability": "experimental",
68138
68146
  "summary": "The indent style applied to GraphQL files."
68139
68147
  },
68140
68148
  "immutable": true,
68141
68149
  "locationInModule": {
68142
68150
  "filename": "src/javascript/biome/biome-config.ts",
68143
- "line": 1348
68151
+ "line": 1347
68144
68152
  },
68145
68153
  "name": "indentStyle",
68146
68154
  "optional": true,
@@ -68154,15 +68162,14 @@
68154
68162
  "custom": {
68155
68163
  "schema": "GraphqlFormatterConfiguration#indentWidth"
68156
68164
  },
68157
- "default": "2.",
68158
- "remarks": "Default to 2.",
68165
+ "remarks": "If unset, inherits the global indentation\nwidth.",
68159
68166
  "stability": "experimental",
68160
- "summary": "The size of the indentation applied to GraphQL files."
68167
+ "summary": "The indentation width applied to GraphQL files."
68161
68168
  },
68162
68169
  "immutable": true,
68163
68170
  "locationInModule": {
68164
68171
  "filename": "src/javascript/biome/biome-config.ts",
68165
- "line": 1356
68172
+ "line": 1355
68166
68173
  },
68167
68174
  "name": "indentWidth",
68168
68175
  "optional": true,
@@ -68176,14 +68183,14 @@
68176
68183
  "custom": {
68177
68184
  "schema": "GraphqlFormatterConfiguration#lineEnding"
68178
68185
  },
68179
- "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
68186
+ "remarks": "If unset, inherits the global line ending.",
68180
68187
  "stability": "experimental",
68181
- "summary": "The type of line ending applied to GraphQL files."
68188
+ "summary": "The line ending applied to GraphQL files."
68182
68189
  },
68183
68190
  "immutable": true,
68184
68191
  "locationInModule": {
68185
68192
  "filename": "src/javascript/biome/biome-config.ts",
68186
- "line": 1363
68193
+ "line": 1362
68187
68194
  },
68188
68195
  "name": "lineEnding",
68189
68196
  "optional": true,
@@ -68197,15 +68204,14 @@
68197
68204
  "custom": {
68198
68205
  "schema": "GraphqlFormatterConfiguration#lineWidth"
68199
68206
  },
68200
- "default": "80.",
68201
- "remarks": "Defaults to 80.",
68207
+ "remarks": "If unset, inherits the global line width.",
68202
68208
  "stability": "experimental",
68203
- "summary": "What's the max width of a line applied to GraphQL files."
68209
+ "summary": "The maximum line width for GraphQL files."
68204
68210
  },
68205
68211
  "immutable": true,
68206
68212
  "locationInModule": {
68207
68213
  "filename": "src/javascript/biome/biome-config.ts",
68208
- "line": 1371
68214
+ "line": 1369
68209
68215
  },
68210
68216
  "name": "lineWidth",
68211
68217
  "optional": true,
@@ -68219,15 +68225,15 @@
68219
68225
  "custom": {
68220
68226
  "schema": "GraphqlFormatterConfiguration#quoteStyle"
68221
68227
  },
68222
- "default": "double.",
68223
- "remarks": "Defaults to double.",
68228
+ "default": "double`.",
68229
+ "remarks": "Defaults to `double`.",
68224
68230
  "stability": "experimental",
68225
68231
  "summary": "The type of quotes used in GraphQL code."
68226
68232
  },
68227
68233
  "immutable": true,
68228
68234
  "locationInModule": {
68229
68235
  "filename": "src/javascript/biome/biome-config.ts",
68230
- "line": 1379
68236
+ "line": 1377
68231
68237
  },
68232
68238
  "name": "quoteStyle",
68233
68239
  "optional": true,
@@ -68241,15 +68247,14 @@
68241
68247
  "custom": {
68242
68248
  "schema": "GraphqlFormatterConfiguration#trailingNewline"
68243
68249
  },
68244
- "default": "true.",
68245
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
68250
+ "remarks": "If unset, inherits the global\ntrailing newline setting.",
68246
68251
  "stability": "experimental",
68247
68252
  "summary": "Whether to add a trailing newline at the end of the file."
68248
68253
  },
68249
68254
  "immutable": true,
68250
68255
  "locationInModule": {
68251
68256
  "filename": "src/javascript/biome/biome-config.ts",
68252
- "line": 1396
68257
+ "line": 1385
68253
68258
  },
68254
68259
  "name": "trailingNewline",
68255
68260
  "optional": true,
@@ -68274,7 +68279,7 @@
68274
68279
  "kind": "interface",
68275
68280
  "locationInModule": {
68276
68281
  "filename": "src/javascript/biome/biome-config.ts",
68277
- "line": 1426
68282
+ "line": 1415
68278
68283
  },
68279
68284
  "name": "GraphqlLinterConfiguration",
68280
68285
  "namespace": "javascript.biome_config",
@@ -68286,12 +68291,12 @@
68286
68291
  "schema": "GraphqlLinterConfiguration#enabled"
68287
68292
  },
68288
68293
  "stability": "experimental",
68289
- "summary": "Control the formatter for GraphQL files."
68294
+ "summary": "Controls the linter for GraphQL files."
68290
68295
  },
68291
68296
  "immutable": true,
68292
68297
  "locationInModule": {
68293
68298
  "filename": "src/javascript/biome/biome-config.ts",
68294
- "line": 1432
68299
+ "line": 1421
68295
68300
  },
68296
68301
  "name": "enabled",
68297
68302
  "optional": true,
@@ -68309,13 +68314,14 @@
68309
68314
  "custom": {
68310
68315
  "schema": "GritAssistConfiguration"
68311
68316
  },
68312
- "stability": "experimental"
68317
+ "stability": "experimental",
68318
+ "summary": "Options that change how GritQL assist behaves."
68313
68319
  },
68314
68320
  "fqn": "projen.javascript.biome_config.GritAssistConfiguration",
68315
68321
  "kind": "interface",
68316
68322
  "locationInModule": {
68317
68323
  "filename": "src/javascript/biome/biome-config.ts",
68318
- "line": 1453
68324
+ "line": 1444
68319
68325
  },
68320
68326
  "name": "GritAssistConfiguration",
68321
68327
  "namespace": "javascript.biome_config",
@@ -68327,12 +68333,12 @@
68327
68333
  "schema": "GritAssistConfiguration#enabled"
68328
68334
  },
68329
68335
  "stability": "experimental",
68330
- "summary": "Control the assist functionality for Grit files."
68336
+ "summary": "Controls assist actions for GritQL files."
68331
68337
  },
68332
68338
  "immutable": true,
68333
68339
  "locationInModule": {
68334
68340
  "filename": "src/javascript/biome/biome-config.ts",
68335
- "line": 1459
68341
+ "line": 1450
68336
68342
  },
68337
68343
  "name": "enabled",
68338
68344
  "optional": true,
@@ -68357,7 +68363,7 @@
68357
68363
  "kind": "interface",
68358
68364
  "locationInModule": {
68359
68365
  "filename": "src/javascript/biome/biome-config.ts",
68360
- "line": 525
68366
+ "line": 527
68361
68367
  },
68362
68368
  "name": "GritConfiguration",
68363
68369
  "namespace": "javascript.biome_config",
@@ -68369,12 +68375,12 @@
68369
68375
  "schema": "GritConfiguration#assist"
68370
68376
  },
68371
68377
  "stability": "experimental",
68372
- "summary": "Assist options."
68378
+ "summary": "GritQL assist options."
68373
68379
  },
68374
68380
  "immutable": true,
68375
68381
  "locationInModule": {
68376
68382
  "filename": "src/javascript/biome/biome-config.ts",
68377
- "line": 531
68383
+ "line": 533
68378
68384
  },
68379
68385
  "name": "assist",
68380
68386
  "optional": true,
@@ -68389,12 +68395,12 @@
68389
68395
  "schema": "GritConfiguration#formatter"
68390
68396
  },
68391
68397
  "stability": "experimental",
68392
- "summary": "Formatting options."
68398
+ "summary": "GritQL formatter options."
68393
68399
  },
68394
68400
  "immutable": true,
68395
68401
  "locationInModule": {
68396
68402
  "filename": "src/javascript/biome/biome-config.ts",
68397
- "line": 538
68403
+ "line": 540
68398
68404
  },
68399
68405
  "name": "formatter",
68400
68406
  "optional": true,
@@ -68409,12 +68415,12 @@
68409
68415
  "schema": "GritConfiguration#linter"
68410
68416
  },
68411
68417
  "stability": "experimental",
68412
- "summary": "Formatting options."
68418
+ "summary": "GritQL linter options."
68413
68419
  },
68414
68420
  "immutable": true,
68415
68421
  "locationInModule": {
68416
68422
  "filename": "src/javascript/biome/biome-config.ts",
68417
- "line": 545
68423
+ "line": 547
68418
68424
  },
68419
68425
  "name": "linter",
68420
68426
  "optional": true,
@@ -68432,13 +68438,14 @@
68432
68438
  "custom": {
68433
68439
  "schema": "GritFormatterConfiguration"
68434
68440
  },
68435
- "stability": "experimental"
68441
+ "stability": "experimental",
68442
+ "summary": "Options that change how the GritQL formatter behaves."
68436
68443
  },
68437
68444
  "fqn": "projen.javascript.biome_config.GritFormatterConfiguration",
68438
68445
  "kind": "interface",
68439
68446
  "locationInModule": {
68440
68447
  "filename": "src/javascript/biome/biome-config.ts",
68441
- "line": 1480
68448
+ "line": 1473
68442
68449
  },
68443
68450
  "name": "GritFormatterConfiguration",
68444
68451
  "namespace": "javascript.biome_config",
@@ -68450,12 +68457,12 @@
68450
68457
  "schema": "GritFormatterConfiguration#enabled"
68451
68458
  },
68452
68459
  "stability": "experimental",
68453
- "summary": "Control the formatter for Grit files."
68460
+ "summary": "Controls the formatter for GritQL files."
68454
68461
  },
68455
68462
  "immutable": true,
68456
68463
  "locationInModule": {
68457
68464
  "filename": "src/javascript/biome/biome-config.ts",
68458
- "line": 1486
68465
+ "line": 1479
68459
68466
  },
68460
68467
  "name": "enabled",
68461
68468
  "optional": true,
@@ -68469,13 +68476,14 @@
68469
68476
  "custom": {
68470
68477
  "schema": "GritFormatterConfiguration#indentStyle"
68471
68478
  },
68479
+ "remarks": "If unset, inherits the global indentation style.",
68472
68480
  "stability": "experimental",
68473
- "summary": "The indent style applied to Grit files."
68481
+ "summary": "The indent style applied to GritQL files."
68474
68482
  },
68475
68483
  "immutable": true,
68476
68484
  "locationInModule": {
68477
68485
  "filename": "src/javascript/biome/biome-config.ts",
68478
- "line": 1493
68486
+ "line": 1486
68479
68487
  },
68480
68488
  "name": "indentStyle",
68481
68489
  "optional": true,
@@ -68489,15 +68497,14 @@
68489
68497
  "custom": {
68490
68498
  "schema": "GritFormatterConfiguration#indentWidth"
68491
68499
  },
68492
- "default": "2.",
68493
- "remarks": "Default to 2.",
68500
+ "remarks": "If unset, inherits the global indentation\nwidth.",
68494
68501
  "stability": "experimental",
68495
- "summary": "The size of the indentation applied to Grit files."
68502
+ "summary": "The indentation width applied to GritQL files."
68496
68503
  },
68497
68504
  "immutable": true,
68498
68505
  "locationInModule": {
68499
68506
  "filename": "src/javascript/biome/biome-config.ts",
68500
- "line": 1501
68507
+ "line": 1494
68501
68508
  },
68502
68509
  "name": "indentWidth",
68503
68510
  "optional": true,
@@ -68511,13 +68518,14 @@
68511
68518
  "custom": {
68512
68519
  "schema": "GritFormatterConfiguration#lineEnding"
68513
68520
  },
68521
+ "remarks": "If unset, inherits the global line ending.",
68514
68522
  "stability": "experimental",
68515
- "summary": "The type of line ending applied to Grit files."
68523
+ "summary": "The line ending applied to GritQL files."
68516
68524
  },
68517
68525
  "immutable": true,
68518
68526
  "locationInModule": {
68519
68527
  "filename": "src/javascript/biome/biome-config.ts",
68520
- "line": 1508
68528
+ "line": 1501
68521
68529
  },
68522
68530
  "name": "lineEnding",
68523
68531
  "optional": true,
@@ -68531,15 +68539,14 @@
68531
68539
  "custom": {
68532
68540
  "schema": "GritFormatterConfiguration#lineWidth"
68533
68541
  },
68534
- "default": "80.",
68535
- "remarks": "Defaults to 80.",
68542
+ "remarks": "If unset, inherits the global line width.",
68536
68543
  "stability": "experimental",
68537
- "summary": "What's the max width of a line applied to Grit files."
68544
+ "summary": "The maximum line width for GritQL files."
68538
68545
  },
68539
68546
  "immutable": true,
68540
68547
  "locationInModule": {
68541
68548
  "filename": "src/javascript/biome/biome-config.ts",
68542
- "line": 1516
68549
+ "line": 1508
68543
68550
  },
68544
68551
  "name": "lineWidth",
68545
68552
  "optional": true,
@@ -68553,15 +68560,14 @@
68553
68560
  "custom": {
68554
68561
  "schema": "GritFormatterConfiguration#trailingNewline"
68555
68562
  },
68556
- "default": "true.",
68557
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
68563
+ "remarks": "If unset, inherits the global\ntrailing newline setting.",
68558
68564
  "stability": "experimental",
68559
68565
  "summary": "Whether to add a trailing newline at the end of the file."
68560
68566
  },
68561
68567
  "immutable": true,
68562
68568
  "locationInModule": {
68563
68569
  "filename": "src/javascript/biome/biome-config.ts",
68564
- "line": 1533
68570
+ "line": 1516
68565
68571
  },
68566
68572
  "name": "trailingNewline",
68567
68573
  "optional": true,
@@ -68579,13 +68585,14 @@
68579
68585
  "custom": {
68580
68586
  "schema": "GritLinterConfiguration"
68581
68587
  },
68582
- "stability": "experimental"
68588
+ "stability": "experimental",
68589
+ "summary": "Options that change how the GritQL linter behaves."
68583
68590
  },
68584
68591
  "fqn": "projen.javascript.biome_config.GritLinterConfiguration",
68585
68592
  "kind": "interface",
68586
68593
  "locationInModule": {
68587
68594
  "filename": "src/javascript/biome/biome-config.ts",
68588
- "line": 1559
68595
+ "line": 1544
68589
68596
  },
68590
68597
  "name": "GritLinterConfiguration",
68591
68598
  "namespace": "javascript.biome_config",
@@ -68597,12 +68604,12 @@
68597
68604
  "schema": "GritLinterConfiguration#enabled"
68598
68605
  },
68599
68606
  "stability": "experimental",
68600
- "summary": "Control the linter for Grit files."
68607
+ "summary": "Controls the linter for GritQL files."
68601
68608
  },
68602
68609
  "immutable": true,
68603
68610
  "locationInModule": {
68604
68611
  "filename": "src/javascript/biome/biome-config.ts",
68605
- "line": 1565
68612
+ "line": 1550
68606
68613
  },
68607
68614
  "name": "enabled",
68608
68615
  "optional": true,
@@ -68621,13 +68628,13 @@
68621
68628
  "schema": "HtmlAssistConfiguration"
68622
68629
  },
68623
68630
  "stability": "experimental",
68624
- "summary": "Options that changes how the HTML assist behaves."
68631
+ "summary": "Options that change how HTML assist behaves."
68625
68632
  },
68626
68633
  "fqn": "projen.javascript.biome_config.HtmlAssistConfiguration",
68627
68634
  "kind": "interface",
68628
68635
  "locationInModule": {
68629
68636
  "filename": "src/javascript/biome/biome-config.ts",
68630
- "line": 1588
68637
+ "line": 1573
68631
68638
  },
68632
68639
  "name": "HtmlAssistConfiguration",
68633
68640
  "namespace": "javascript.biome_config",
@@ -68639,12 +68646,12 @@
68639
68646
  "schema": "HtmlAssistConfiguration#enabled"
68640
68647
  },
68641
68648
  "stability": "experimental",
68642
- "summary": "Control the assist for HTML (and its super languages) files."
68649
+ "summary": "Controls assist actions for HTML and languages that extend it."
68643
68650
  },
68644
68651
  "immutable": true,
68645
68652
  "locationInModule": {
68646
68653
  "filename": "src/javascript/biome/biome-config.ts",
68647
- "line": 1594
68654
+ "line": 1579
68648
68655
  },
68649
68656
  "name": "enabled",
68650
68657
  "optional": true,
@@ -68669,7 +68676,7 @@
68669
68676
  "kind": "interface",
68670
68677
  "locationInModule": {
68671
68678
  "filename": "src/javascript/biome/biome-config.ts",
68672
- "line": 570
68679
+ "line": 572
68673
68680
  },
68674
68681
  "name": "HtmlConfiguration",
68675
68682
  "namespace": "javascript.biome_config",
@@ -68680,12 +68687,13 @@
68680
68687
  "custom": {
68681
68688
  "schema": "HtmlConfiguration#assist"
68682
68689
  },
68683
- "stability": "experimental"
68690
+ "stability": "experimental",
68691
+ "summary": "HTML assist options."
68684
68692
  },
68685
68693
  "immutable": true,
68686
68694
  "locationInModule": {
68687
68695
  "filename": "src/javascript/biome/biome-config.ts",
68688
- "line": 574
68696
+ "line": 578
68689
68697
  },
68690
68698
  "name": "assist",
68691
68699
  "optional": true,
@@ -68700,12 +68708,12 @@
68700
68708
  "schema": "HtmlConfiguration#experimentalFullSupportEnabled"
68701
68709
  },
68702
68710
  "stability": "experimental",
68703
- "summary": "Enables full support for HTML, Vue, Svelte and Astro files."
68711
+ "summary": "Enables full support for HTML, Vue, Svelte, and Astro files."
68704
68712
  },
68705
68713
  "immutable": true,
68706
68714
  "locationInModule": {
68707
68715
  "filename": "src/javascript/biome/biome-config.ts",
68708
- "line": 581
68716
+ "line": 585
68709
68717
  },
68710
68718
  "name": "experimentalFullSupportEnabled",
68711
68719
  "optional": true,
@@ -68725,7 +68733,7 @@
68725
68733
  "immutable": true,
68726
68734
  "locationInModule": {
68727
68735
  "filename": "src/javascript/biome/biome-config.ts",
68728
- "line": 588
68736
+ "line": 592
68729
68737
  },
68730
68738
  "name": "formatter",
68731
68739
  "optional": true,
@@ -68745,7 +68753,7 @@
68745
68753
  "immutable": true,
68746
68754
  "locationInModule": {
68747
68755
  "filename": "src/javascript/biome/biome-config.ts",
68748
- "line": 595
68756
+ "line": 599
68749
68757
  },
68750
68758
  "name": "linter",
68751
68759
  "optional": true,
@@ -68765,7 +68773,7 @@
68765
68773
  "immutable": true,
68766
68774
  "locationInModule": {
68767
68775
  "filename": "src/javascript/biome/biome-config.ts",
68768
- "line": 602
68776
+ "line": 606
68769
68777
  },
68770
68778
  "name": "parser",
68771
68779
  "optional": true,
@@ -68784,13 +68792,13 @@
68784
68792
  "schema": "HtmlFormatterConfiguration"
68785
68793
  },
68786
68794
  "stability": "experimental",
68787
- "summary": "Options that changes how the HTML formatter behaves."
68795
+ "summary": "Options that change how the HTML formatter behaves."
68788
68796
  },
68789
68797
  "fqn": "projen.javascript.biome_config.HtmlFormatterConfiguration",
68790
68798
  "kind": "interface",
68791
68799
  "locationInModule": {
68792
68800
  "filename": "src/javascript/biome/biome-config.ts",
68793
- "line": 1617
68801
+ "line": 1602
68794
68802
  },
68795
68803
  "name": "HtmlFormatterConfiguration",
68796
68804
  "namespace": "javascript.biome_config",
@@ -68801,15 +68809,14 @@
68801
68809
  "custom": {
68802
68810
  "schema": "HtmlFormatterConfiguration#attributePosition"
68803
68811
  },
68804
- "default": "auto.",
68805
- "remarks": "Defaults to auto.",
68812
+ "remarks": "If unset, inherits the global attribute\nposition setting.",
68806
68813
  "stability": "experimental",
68807
68814
  "summary": "The attribute position style in HTML elements."
68808
68815
  },
68809
68816
  "immutable": true,
68810
68817
  "locationInModule": {
68811
68818
  "filename": "src/javascript/biome/biome-config.ts",
68812
- "line": 1624
68819
+ "line": 1609
68813
68820
  },
68814
68821
  "name": "attributePosition",
68815
68822
  "optional": true,
@@ -68823,15 +68830,14 @@
68823
68830
  "custom": {
68824
68831
  "schema": "HtmlFormatterConfiguration#bracketSameLine"
68825
68832
  },
68826
- "default": "false.",
68827
- "remarks": "Defaults to false.",
68833
+ "remarks": "If unset, inherits the global `bracketSameLine` setting.",
68828
68834
  "stability": "experimental",
68829
- "summary": "Whether to hug the closing bracket of multiline HTML tags to the end of the last line, rather than being alone on the following line."
68835
+ "summary": "Whether to place the closing bracket of a multiline HTML tag at the end of the last line instead of on its own line."
68830
68836
  },
68831
68837
  "immutable": true,
68832
68838
  "locationInModule": {
68833
68839
  "filename": "src/javascript/biome/biome-config.ts",
68834
- "line": 1632
68840
+ "line": 1617
68835
68841
  },
68836
68842
  "name": "bracketSameLine",
68837
68843
  "optional": true,
@@ -68846,12 +68852,12 @@
68846
68852
  "schema": "HtmlFormatterConfiguration#enabled"
68847
68853
  },
68848
68854
  "stability": "experimental",
68849
- "summary": "Control the formatter for HTML (and its super languages) files."
68855
+ "summary": "Controls the formatter for HTML and languages that extend it."
68850
68856
  },
68851
68857
  "immutable": true,
68852
68858
  "locationInModule": {
68853
68859
  "filename": "src/javascript/biome/biome-config.ts",
68854
- "line": 1639
68860
+ "line": 1624
68855
68861
  },
68856
68862
  "name": "enabled",
68857
68863
  "optional": true,
@@ -68865,15 +68871,15 @@
68865
68871
  "custom": {
68866
68872
  "schema": "HtmlFormatterConfiguration#indentScriptAndStyle"
68867
68873
  },
68868
- "default": "false.",
68869
- "remarks": "Defaults to false.",
68874
+ "default": "false`.",
68875
+ "remarks": "Defaults to `false`.",
68870
68876
  "stability": "experimental",
68871
- "summary": "Whether to indent the `<script>` and `<style>` tags for HTML (and its super languages)."
68877
+ "summary": "Whether to indent `<script>` and `<style>` tags in HTML and languages that extend it."
68872
68878
  },
68873
68879
  "immutable": true,
68874
68880
  "locationInModule": {
68875
68881
  "filename": "src/javascript/biome/biome-config.ts",
68876
- "line": 1647
68882
+ "line": 1633
68877
68883
  },
68878
68884
  "name": "indentScriptAndStyle",
68879
68885
  "optional": true,
@@ -68887,13 +68893,14 @@
68887
68893
  "custom": {
68888
68894
  "schema": "HtmlFormatterConfiguration#indentStyle"
68889
68895
  },
68896
+ "remarks": "If unset, inherits the global\nindentation style.",
68890
68897
  "stability": "experimental",
68891
- "summary": "The indent style applied to HTML (and its super languages) files."
68898
+ "summary": "The indent style applied to HTML and languages that extend it."
68892
68899
  },
68893
68900
  "immutable": true,
68894
68901
  "locationInModule": {
68895
68902
  "filename": "src/javascript/biome/biome-config.ts",
68896
- "line": 1654
68903
+ "line": 1641
68897
68904
  },
68898
68905
  "name": "indentStyle",
68899
68906
  "optional": true,
@@ -68907,15 +68914,14 @@
68907
68914
  "custom": {
68908
68915
  "schema": "HtmlFormatterConfiguration#indentWidth"
68909
68916
  },
68910
- "default": "2.",
68911
- "remarks": "Default to 2.",
68917
+ "remarks": "If unset, inherits the\nglobal indentation width.",
68912
68918
  "stability": "experimental",
68913
- "summary": "The size of the indentation applied to HTML (and its super languages) files."
68919
+ "summary": "The indentation width applied to HTML and languages that extend it."
68914
68920
  },
68915
68921
  "immutable": true,
68916
68922
  "locationInModule": {
68917
68923
  "filename": "src/javascript/biome/biome-config.ts",
68918
- "line": 1662
68924
+ "line": 1649
68919
68925
  },
68920
68926
  "name": "indentWidth",
68921
68927
  "optional": true,
@@ -68929,14 +68935,14 @@
68929
68935
  "custom": {
68930
68936
  "schema": "HtmlFormatterConfiguration#lineEnding"
68931
68937
  },
68932
- "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
68938
+ "remarks": "If unset, inherits the global\nline ending.",
68933
68939
  "stability": "experimental",
68934
- "summary": "The type of line ending applied to HTML (and its super languages) files."
68940
+ "summary": "The line ending applied to HTML and languages that extend it."
68935
68941
  },
68936
68942
  "immutable": true,
68937
68943
  "locationInModule": {
68938
68944
  "filename": "src/javascript/biome/biome-config.ts",
68939
- "line": 1669
68945
+ "line": 1657
68940
68946
  },
68941
68947
  "name": "lineEnding",
68942
68948
  "optional": true,
@@ -68950,15 +68956,14 @@
68950
68956
  "custom": {
68951
68957
  "schema": "HtmlFormatterConfiguration#lineWidth"
68952
68958
  },
68953
- "default": "80.",
68954
- "remarks": "Defaults to 80.",
68959
+ "remarks": "If unset, inherits the global\nline width.",
68955
68960
  "stability": "experimental",
68956
- "summary": "What's the max width of a line applied to HTML (and its super languages) files."
68961
+ "summary": "The maximum line width for HTML and languages that extend it."
68957
68962
  },
68958
68963
  "immutable": true,
68959
68964
  "locationInModule": {
68960
68965
  "filename": "src/javascript/biome/biome-config.ts",
68961
- "line": 1677
68966
+ "line": 1665
68962
68967
  },
68963
68968
  "name": "lineWidth",
68964
68969
  "optional": true,
@@ -68972,15 +68977,15 @@
68972
68977
  "custom": {
68973
68978
  "schema": "HtmlFormatterConfiguration#selfCloseVoidElements"
68974
68979
  },
68975
- "default": "never.",
68976
- "remarks": "Defaults to never.",
68980
+ "default": "never`.",
68981
+ "remarks": "Defaults to `never`.",
68977
68982
  "stability": "experimental",
68978
- "summary": "Whether void elements should be self-closed."
68983
+ "summary": "Controls whether void elements are self-closed."
68979
68984
  },
68980
68985
  "immutable": true,
68981
68986
  "locationInModule": {
68982
68987
  "filename": "src/javascript/biome/biome-config.ts",
68983
- "line": 1685
68988
+ "line": 1673
68984
68989
  },
68985
68990
  "name": "selfCloseVoidElements",
68986
68991
  "optional": true,
@@ -68994,15 +68999,14 @@
68994
68999
  "custom": {
68995
69000
  "schema": "HtmlFormatterConfiguration#trailingNewline"
68996
69001
  },
68997
- "default": "true.",
68998
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
69002
+ "remarks": "Unlike other language-specific\ntrailing newline settings, this option defaults to `true` instead of inheriting the global\nsetting.",
68999
69003
  "stability": "experimental",
69000
69004
  "summary": "Whether to add a trailing newline at the end of the file."
69001
69005
  },
69002
69006
  "immutable": true,
69003
69007
  "locationInModule": {
69004
69008
  "filename": "src/javascript/biome/biome-config.ts",
69005
- "line": 1702
69009
+ "line": 1682
69006
69010
  },
69007
69011
  "name": "trailingNewline",
69008
69012
  "optional": true,
@@ -69016,15 +69020,15 @@
69016
69020
  "custom": {
69017
69021
  "schema": "HtmlFormatterConfiguration#whitespaceSensitivity"
69018
69022
  },
69019
- "default": "css\".",
69020
- "remarks": "Defaults to \"css\".",
69023
+ "default": "css`.",
69024
+ "remarks": "Defaults to `css`.",
69021
69025
  "stability": "experimental",
69022
- "summary": "Whether to account for whitespace sensitivity when formatting HTML (and its super languages)."
69026
+ "summary": "Whether to account for whitespace sensitivity when formatting HTML and languages that extend it."
69023
69027
  },
69024
69028
  "immutable": true,
69025
69029
  "locationInModule": {
69026
69030
  "filename": "src/javascript/biome/biome-config.ts",
69027
- "line": 1710
69031
+ "line": 1691
69028
69032
  },
69029
69033
  "name": "whitespaceSensitivity",
69030
69034
  "optional": true,
@@ -69043,13 +69047,13 @@
69043
69047
  "schema": "HtmlLinterConfiguration"
69044
69048
  },
69045
69049
  "stability": "experimental",
69046
- "summary": "Options that changes how the HTML linter behaves."
69050
+ "summary": "Options that change how the HTML linter behaves."
69047
69051
  },
69048
69052
  "fqn": "projen.javascript.biome_config.HtmlLinterConfiguration",
69049
69053
  "kind": "interface",
69050
69054
  "locationInModule": {
69051
69055
  "filename": "src/javascript/biome/biome-config.ts",
69052
- "line": 1743
69056
+ "line": 1724
69053
69057
  },
69054
69058
  "name": "HtmlLinterConfiguration",
69055
69059
  "namespace": "javascript.biome_config",
@@ -69061,12 +69065,12 @@
69061
69065
  "schema": "HtmlLinterConfiguration#enabled"
69062
69066
  },
69063
69067
  "stability": "experimental",
69064
- "summary": "Control the linter for HTML (and its super languages) files."
69068
+ "summary": "Controls the linter for HTML and languages that extend it."
69065
69069
  },
69066
69070
  "immutable": true,
69067
69071
  "locationInModule": {
69068
69072
  "filename": "src/javascript/biome/biome-config.ts",
69069
- "line": 1749
69073
+ "line": 1730
69070
69074
  },
69071
69075
  "name": "enabled",
69072
69076
  "optional": true,
@@ -69085,13 +69089,13 @@
69085
69089
  "schema": "HtmlParserConfiguration"
69086
69090
  },
69087
69091
  "stability": "experimental",
69088
- "summary": "Options that changes how the HTML parser behaves."
69092
+ "summary": "Options that change how the HTML parser behaves."
69089
69093
  },
69090
69094
  "fqn": "projen.javascript.biome_config.HtmlParserConfiguration",
69091
69095
  "kind": "interface",
69092
69096
  "locationInModule": {
69093
69097
  "filename": "src/javascript/biome/biome-config.ts",
69094
- "line": 1772
69098
+ "line": 1753
69095
69099
  },
69096
69100
  "name": "HtmlParserConfiguration",
69097
69101
  "namespace": "javascript.biome_config",
@@ -69103,12 +69107,12 @@
69103
69107
  "schema": "HtmlParserConfiguration#interpolation"
69104
69108
  },
69105
69109
  "stability": "experimental",
69106
- "summary": "Enables the parsing of double text expressions such as `{{ expression }}` inside `.html` files."
69110
+ "summary": "Enables parsing double text expressions such as `{{ expression }}` inside `.html` files."
69107
69111
  },
69108
69112
  "immutable": true,
69109
69113
  "locationInModule": {
69110
69114
  "filename": "src/javascript/biome/biome-config.ts",
69111
- "line": 1778
69115
+ "line": 1759
69112
69116
  },
69113
69117
  "name": "interpolation",
69114
69118
  "optional": true,
@@ -69124,12 +69128,12 @@
69124
69128
  },
69125
69129
  "remarks": "Biome will already automatically enable Vue parsing in `.vue` files, so you probably don't need\nto enable this option. This only affects `.html` files, and does not change how `.vue`, `.svelte`,\nor `.astro` files are parsed.",
69126
69130
  "stability": "experimental",
69127
- "summary": "Enables parsing of Vue syntax (v-if, v-bind, etc.) in `.html` files. If this option is enabled, it also enables `interpolation` implicitly."
69131
+ "summary": "Enables parsing Vue syntax (`v-if`, `v-bind`, etc.) in `.html` files. Enabling this option also enables `interpolation` implicitly."
69128
69132
  },
69129
69133
  "immutable": true,
69130
69134
  "locationInModule": {
69131
69135
  "filename": "src/javascript/biome/biome-config.ts",
69132
- "line": 1789
69136
+ "line": 1771
69133
69137
  },
69134
69138
  "name": "vue",
69135
69139
  "optional": true,
@@ -69152,7 +69156,7 @@
69152
69156
  "kind": "enum",
69153
69157
  "locationInModule": {
69154
69158
  "filename": "src/javascript/biome/biome-config.ts",
69155
- "line": 1272
69159
+ "line": 1271
69156
69160
  },
69157
69161
  "members": [
69158
69162
  {
@@ -69188,7 +69192,7 @@
69188
69192
  "kind": "interface",
69189
69193
  "locationInModule": {
69190
69194
  "filename": "src/javascript/biome/biome-config.ts",
69191
- "line": 1813
69195
+ "line": 1795
69192
69196
  },
69193
69197
  "name": "JsAssistConfiguration",
69194
69198
  "namespace": "javascript.biome_config",
@@ -69200,12 +69204,12 @@
69200
69204
  "schema": "JsAssistConfiguration#enabled"
69201
69205
  },
69202
69206
  "stability": "experimental",
69203
- "summary": "Control the assist for JavaScript (and its super languages) files."
69207
+ "summary": "Controls assist actions for JavaScript and languages that extend it."
69204
69208
  },
69205
69209
  "immutable": true,
69206
69210
  "locationInModule": {
69207
69211
  "filename": "src/javascript/biome/biome-config.ts",
69208
- "line": 1819
69212
+ "line": 1801
69209
69213
  },
69210
69214
  "name": "enabled",
69211
69215
  "optional": true,
@@ -69230,7 +69234,7 @@
69230
69234
  "kind": "interface",
69231
69235
  "locationInModule": {
69232
69236
  "filename": "src/javascript/biome/biome-config.ts",
69233
- "line": 629
69237
+ "line": 633
69234
69238
  },
69235
69239
  "name": "JsConfiguration",
69236
69240
  "namespace": "javascript.biome_config",
@@ -69247,7 +69251,7 @@
69247
69251
  "immutable": true,
69248
69252
  "locationInModule": {
69249
69253
  "filename": "src/javascript/biome/biome-config.ts",
69250
- "line": 635
69254
+ "line": 639
69251
69255
  },
69252
69256
  "name": "assist",
69253
69257
  "optional": true,
@@ -69267,7 +69271,7 @@
69267
69271
  "immutable": true,
69268
69272
  "locationInModule": {
69269
69273
  "filename": "src/javascript/biome/biome-config.ts",
69270
- "line": 642
69274
+ "line": 646
69271
69275
  },
69272
69276
  "name": "experimentalEmbeddedSnippetsEnabled",
69273
69277
  "optional": true,
@@ -69287,7 +69291,7 @@
69287
69291
  "immutable": true,
69288
69292
  "locationInModule": {
69289
69293
  "filename": "src/javascript/biome/biome-config.ts",
69290
- "line": 649
69294
+ "line": 653
69291
69295
  },
69292
69296
  "name": "formatter",
69293
69297
  "optional": true,
@@ -69308,7 +69312,7 @@
69308
69312
  "immutable": true,
69309
69313
  "locationInModule": {
69310
69314
  "filename": "src/javascript/biome/biome-config.ts",
69311
- "line": 658
69315
+ "line": 662
69312
69316
  },
69313
69317
  "name": "globals",
69314
69318
  "optional": true,
@@ -69333,7 +69337,7 @@
69333
69337
  "immutable": true,
69334
69338
  "locationInModule": {
69335
69339
  "filename": "src/javascript/biome/biome-config.ts",
69336
- "line": 665
69340
+ "line": 669
69337
69341
  },
69338
69342
  "name": "jsxRuntime",
69339
69343
  "optional": true,
@@ -69353,7 +69357,7 @@
69353
69357
  "immutable": true,
69354
69358
  "locationInModule": {
69355
69359
  "filename": "src/javascript/biome/biome-config.ts",
69356
- "line": 672
69360
+ "line": 676
69357
69361
  },
69358
69362
  "name": "linter",
69359
69363
  "optional": true,
@@ -69373,7 +69377,7 @@
69373
69377
  "immutable": true,
69374
69378
  "locationInModule": {
69375
69379
  "filename": "src/javascript/biome/biome-config.ts",
69376
- "line": 679
69380
+ "line": 683
69377
69381
  },
69378
69382
  "name": "parser",
69379
69383
  "optional": true,
@@ -69393,7 +69397,7 @@
69393
69397
  "immutable": true,
69394
69398
  "locationInModule": {
69395
69399
  "filename": "src/javascript/biome/biome-config.ts",
69396
- "line": 686
69400
+ "line": 690
69397
69401
  },
69398
69402
  "name": "resolver",
69399
69403
  "optional": true,
@@ -69418,7 +69422,7 @@
69418
69422
  "kind": "interface",
69419
69423
  "locationInModule": {
69420
69424
  "filename": "src/javascript/biome/biome-config.ts",
69421
- "line": 1842
69425
+ "line": 1824
69422
69426
  },
69423
69427
  "name": "JsFormatterConfiguration",
69424
69428
  "namespace": "javascript.biome_config",
@@ -69429,15 +69433,15 @@
69429
69433
  "custom": {
69430
69434
  "schema": "JsFormatterConfiguration#arrowParentheses"
69431
69435
  },
69432
- "default": "always\".",
69433
- "remarks": "Defaults to \"always\".",
69436
+ "default": "always`.",
69437
+ "remarks": "Defaults to `always`.",
69434
69438
  "stability": "experimental",
69435
- "summary": "Whether to add non-necessary parentheses to arrow functions."
69439
+ "summary": "Whether to add parentheses around arrow function parameters."
69436
69440
  },
69437
69441
  "immutable": true,
69438
69442
  "locationInModule": {
69439
69443
  "filename": "src/javascript/biome/biome-config.ts",
69440
- "line": 1849
69444
+ "line": 1831
69441
69445
  },
69442
69446
  "name": "arrowParentheses",
69443
69447
  "optional": true,
@@ -69451,15 +69455,14 @@
69451
69455
  "custom": {
69452
69456
  "schema": "JsFormatterConfiguration#attributePosition"
69453
69457
  },
69454
- "default": "auto.",
69455
- "remarks": "Defaults to auto.",
69458
+ "remarks": "If unset, inherits the global attribute\nposition setting.",
69456
69459
  "stability": "experimental",
69457
69460
  "summary": "The attribute position style in JSX elements."
69458
69461
  },
69459
69462
  "immutable": true,
69460
69463
  "locationInModule": {
69461
69464
  "filename": "src/javascript/biome/biome-config.ts",
69462
- "line": 1857
69465
+ "line": 1839
69463
69466
  },
69464
69467
  "name": "attributePosition",
69465
69468
  "optional": true,
@@ -69473,15 +69476,14 @@
69473
69476
  "custom": {
69474
69477
  "schema": "JsFormatterConfiguration#bracketSameLine"
69475
69478
  },
69476
- "default": "false.",
69477
- "remarks": "Defaults to false.",
69479
+ "remarks": "If unset, inherits the global bracket\nplacement setting.",
69478
69480
  "stability": "experimental",
69479
69481
  "summary": "Whether to hug the closing bracket of multiline HTML/JSX tags to the end of the last line, rather than being alone on the following line."
69480
69482
  },
69481
69483
  "immutable": true,
69482
69484
  "locationInModule": {
69483
69485
  "filename": "src/javascript/biome/biome-config.ts",
69484
- "line": 1865
69486
+ "line": 1848
69485
69487
  },
69486
69488
  "name": "bracketSameLine",
69487
69489
  "optional": true,
@@ -69495,15 +69497,14 @@
69495
69497
  "custom": {
69496
69498
  "schema": "JsFormatterConfiguration#bracketSpacing"
69497
69499
  },
69498
- "default": "true.",
69499
- "remarks": "Defaults to true.",
69500
+ "remarks": "If unset, inherits the global\nbracket spacing setting.",
69500
69501
  "stability": "experimental",
69501
- "summary": "Whether to insert spaces around brackets in object literals."
69502
+ "summary": "Whether to insert spaces inside braces in object literals."
69502
69503
  },
69503
69504
  "immutable": true,
69504
69505
  "locationInModule": {
69505
69506
  "filename": "src/javascript/biome/biome-config.ts",
69506
- "line": 1873
69507
+ "line": 1856
69507
69508
  },
69508
69509
  "name": "bracketSpacing",
69509
69510
  "optional": true,
@@ -69517,15 +69518,14 @@
69517
69518
  "custom": {
69518
69519
  "schema": "JsFormatterConfiguration#delimiterSpacing"
69519
69520
  },
69520
- "default": "false.",
69521
- "remarks": "Only applies when the content fits on a single line. Spaces are not\nadded before the opening delimiter (e.g., `function f()` stays `function f()`, not\n`function f ()`), and empty delimiters are not affected (e.g., `fn()` stays `fn()`).\nFor JavaScript and TypeScript, affects parentheses (e.g., `foo( a, b )`), square brackets\n(e.g., `[ a, b ]`), template literal interpolations (e.g., `${ expr }`), TypeScript angle\nbrackets (e.g., `foo< T >()`), JSX expression braces (e.g., `{ value }`), and the logical\nNOT operator (e.g., `! x`, but in chains only after the last one: `!! x`). Defaults to\nfalse.",
69521
+ "remarks": "It doesn't add spaces before opening delimiters or inside empty\ndelimiters.\n\nIt affects parentheses, square brackets, template interpolations, TypeScript angle brackets,\nJSX expression braces, and logical NOT. In operator chains, only the final operator receives\na following space.\n\nIf unset, inherits the global delimiter spacing setting.",
69522
69522
  "stability": "experimental",
69523
- "summary": "Whether to insert spaces inside delimiters (after the opening delimiter and before the closing delimiter)."
69523
+ "summary": "Controls spaces immediately inside supported JavaScript and TypeScript delimiters when their content fits on one line."
69524
69524
  },
69525
69525
  "immutable": true,
69526
69526
  "locationInModule": {
69527
69527
  "filename": "src/javascript/biome/biome-config.ts",
69528
- "line": 1889
69528
+ "line": 1871
69529
69529
  },
69530
69530
  "name": "delimiterSpacing",
69531
69531
  "optional": true,
@@ -69540,12 +69540,12 @@
69540
69540
  "schema": "JsFormatterConfiguration#enabled"
69541
69541
  },
69542
69542
  "stability": "experimental",
69543
- "summary": "Control the formatter for JavaScript (and its super languages) files."
69543
+ "summary": "Controls the formatter for JavaScript and languages that extend it."
69544
69544
  },
69545
69545
  "immutable": true,
69546
69546
  "locationInModule": {
69547
69547
  "filename": "src/javascript/biome/biome-config.ts",
69548
- "line": 1896
69548
+ "line": 1878
69549
69549
  },
69550
69550
  "name": "enabled",
69551
69551
  "optional": true,
@@ -69559,15 +69559,14 @@
69559
69559
  "custom": {
69560
69560
  "schema": "JsFormatterConfiguration#expand"
69561
69561
  },
69562
- "default": "auto\".",
69563
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
69562
+ "remarks": "If unset, inherits the global expansion setting.",
69564
69563
  "stability": "experimental",
69565
- "summary": "Whether to expand arrays and objects on multiple lines."
69564
+ "summary": "Uses the same `auto`, `always`, and `never` behavior as the global expansion setting."
69566
69565
  },
69567
69566
  "immutable": true,
69568
69567
  "locationInModule": {
69569
69568
  "filename": "src/javascript/biome/biome-config.ts",
69570
- "line": 1909
69569
+ "line": 1887
69571
69570
  },
69572
69571
  "name": "expand",
69573
69572
  "optional": true,
@@ -69581,13 +69580,14 @@
69581
69580
  "custom": {
69582
69581
  "schema": "JsFormatterConfiguration#indentStyle"
69583
69582
  },
69583
+ "remarks": "If unset, inherits the\nglobal indentation style.",
69584
69584
  "stability": "experimental",
69585
- "summary": "The indent style applied to JavaScript (and its super languages) files."
69585
+ "summary": "The indent style applied to JavaScript and languages that extend it."
69586
69586
  },
69587
69587
  "immutable": true,
69588
69588
  "locationInModule": {
69589
69589
  "filename": "src/javascript/biome/biome-config.ts",
69590
- "line": 1916
69590
+ "line": 1895
69591
69591
  },
69592
69592
  "name": "indentStyle",
69593
69593
  "optional": true,
@@ -69601,15 +69601,14 @@
69601
69601
  "custom": {
69602
69602
  "schema": "JsFormatterConfiguration#indentWidth"
69603
69603
  },
69604
- "default": "2.",
69605
- "remarks": "Default to 2.",
69604
+ "remarks": "If unset,\ninherits the global indentation width.",
69606
69605
  "stability": "experimental",
69607
- "summary": "The size of the indentation applied to JavaScript (and its super languages) files."
69606
+ "summary": "The indentation width applied to JavaScript and languages that extend it."
69608
69607
  },
69609
69608
  "immutable": true,
69610
69609
  "locationInModule": {
69611
69610
  "filename": "src/javascript/biome/biome-config.ts",
69612
- "line": 1924
69611
+ "line": 1903
69613
69612
  },
69614
69613
  "name": "indentWidth",
69615
69614
  "optional": true,
@@ -69623,15 +69622,15 @@
69623
69622
  "custom": {
69624
69623
  "schema": "JsFormatterConfiguration#jsxQuoteStyle"
69625
69624
  },
69626
- "default": "double.",
69627
- "remarks": "Defaults to double.",
69625
+ "default": "double`.",
69626
+ "remarks": "Defaults to `double`.",
69628
69627
  "stability": "experimental",
69629
69628
  "summary": "The type of quotes used in JSX."
69630
69629
  },
69631
69630
  "immutable": true,
69632
69631
  "locationInModule": {
69633
69632
  "filename": "src/javascript/biome/biome-config.ts",
69634
- "line": 1932
69633
+ "line": 1911
69635
69634
  },
69636
69635
  "name": "jsxQuoteStyle",
69637
69636
  "optional": true,
@@ -69645,14 +69644,14 @@
69645
69644
  "custom": {
69646
69645
  "schema": "JsFormatterConfiguration#lineEnding"
69647
69646
  },
69648
- "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
69647
+ "remarks": "If unset, inherits the\nglobal line ending.",
69649
69648
  "stability": "experimental",
69650
- "summary": "The type of line ending applied to JavaScript (and its super languages) files."
69649
+ "summary": "The line ending applied to JavaScript and languages that extend it."
69651
69650
  },
69652
69651
  "immutable": true,
69653
69652
  "locationInModule": {
69654
69653
  "filename": "src/javascript/biome/biome-config.ts",
69655
- "line": 1939
69654
+ "line": 1919
69656
69655
  },
69657
69656
  "name": "lineEnding",
69658
69657
  "optional": true,
@@ -69666,15 +69665,14 @@
69666
69665
  "custom": {
69667
69666
  "schema": "JsFormatterConfiguration#lineWidth"
69668
69667
  },
69669
- "default": "80.",
69670
- "remarks": "Defaults to 80.",
69668
+ "remarks": "If unset,\ninherits the global line width.",
69671
69669
  "stability": "experimental",
69672
- "summary": "What's the max width of a line applied to JavaScript (and its super languages) files."
69670
+ "summary": "The maximum line width applied to JavaScript and languages that extend it."
69673
69671
  },
69674
69672
  "immutable": true,
69675
69673
  "locationInModule": {
69676
69674
  "filename": "src/javascript/biome/biome-config.ts",
69677
- "line": 1947
69675
+ "line": 1927
69678
69676
  },
69679
69677
  "name": "lineWidth",
69680
69678
  "optional": true,
@@ -69688,15 +69686,15 @@
69688
69686
  "custom": {
69689
69687
  "schema": "JsFormatterConfiguration#operatorLinebreak"
69690
69688
  },
69691
- "default": "after\".",
69692
- "remarks": "Defaults to \"after\".",
69689
+ "default": "after`.",
69690
+ "remarks": "Defaults to `after`.",
69693
69691
  "stability": "experimental",
69694
69692
  "summary": "When breaking binary expressions into multiple lines, whether to break them before or after the binary operator."
69695
69693
  },
69696
69694
  "immutable": true,
69697
69695
  "locationInModule": {
69698
69696
  "filename": "src/javascript/biome/biome-config.ts",
69699
- "line": 1955
69697
+ "line": 1936
69700
69698
  },
69701
69699
  "name": "operatorLinebreak",
69702
69700
  "optional": true,
@@ -69710,15 +69708,15 @@
69710
69708
  "custom": {
69711
69709
  "schema": "JsFormatterConfiguration#quoteProperties"
69712
69710
  },
69713
- "default": "asNeeded.",
69714
- "remarks": "Defaults to asNeeded.",
69711
+ "default": "asNeeded` in configuration",
69712
+ "remarks": "Defaults to `asNeeded` in configuration\n(`as-needed` on the CLI).",
69715
69713
  "stability": "experimental",
69716
- "summary": "When properties in objects are quoted."
69714
+ "summary": "Controls when object properties are quoted."
69717
69715
  },
69718
69716
  "immutable": true,
69719
69717
  "locationInModule": {
69720
69718
  "filename": "src/javascript/biome/biome-config.ts",
69721
- "line": 1963
69719
+ "line": 1945
69722
69720
  },
69723
69721
  "name": "quoteProperties",
69724
69722
  "optional": true,
@@ -69732,15 +69730,15 @@
69732
69730
  "custom": {
69733
69731
  "schema": "JsFormatterConfiguration#quoteStyle"
69734
69732
  },
69735
- "default": "double.",
69736
- "remarks": "Defaults to double.",
69733
+ "default": "double`.",
69734
+ "remarks": "Defaults to `double`.",
69737
69735
  "stability": "experimental",
69738
69736
  "summary": "The type of quotes used in JavaScript code."
69739
69737
  },
69740
69738
  "immutable": true,
69741
69739
  "locationInModule": {
69742
69740
  "filename": "src/javascript/biome/biome-config.ts",
69743
- "line": 1971
69741
+ "line": 1953
69744
69742
  },
69745
69743
  "name": "quoteStyle",
69746
69744
  "optional": true,
@@ -69754,13 +69752,15 @@
69754
69752
  "custom": {
69755
69753
  "schema": "JsFormatterConfiguration#semicolons"
69756
69754
  },
69755
+ "default": "always`.",
69756
+ "remarks": "Defaults to `always`.",
69757
69757
  "stability": "experimental",
69758
- "summary": "Whether the formatter prints semicolons for all statements or only in for statements where it is necessary because of ASI."
69758
+ "summary": "Prints semicolons after every statement or only where needed to avoid automatic semicolon insertion hazards."
69759
69759
  },
69760
69760
  "immutable": true,
69761
69761
  "locationInModule": {
69762
69762
  "filename": "src/javascript/biome/biome-config.ts",
69763
- "line": 1978
69763
+ "line": 1962
69764
69764
  },
69765
69765
  "name": "semicolons",
69766
69766
  "optional": true,
@@ -69774,15 +69774,15 @@
69774
69774
  "custom": {
69775
69775
  "schema": "JsFormatterConfiguration#trailingCommas"
69776
69776
  },
69777
- "default": "all\".",
69778
- "remarks": "Defaults to \"all\".",
69777
+ "default": "all`.",
69778
+ "remarks": "Defaults\nto `all`.",
69779
69779
  "stability": "experimental",
69780
- "summary": "Print trailing commas wherever possible in multi-line comma-separated syntactic structures."
69780
+ "summary": "Prints trailing commas wherever possible in multiline comma-separated structures."
69781
69781
  },
69782
69782
  "immutable": true,
69783
69783
  "locationInModule": {
69784
69784
  "filename": "src/javascript/biome/biome-config.ts",
69785
- "line": 1986
69785
+ "line": 1971
69786
69786
  },
69787
69787
  "name": "trailingCommas",
69788
69788
  "optional": true,
@@ -69796,15 +69796,14 @@
69796
69796
  "custom": {
69797
69797
  "schema": "JsFormatterConfiguration#trailingNewline"
69798
69798
  },
69799
- "default": "true.",
69800
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
69799
+ "remarks": "If unset, inherits the global\ntrailing newline setting.",
69801
69800
  "stability": "experimental",
69802
69801
  "summary": "Whether to add a trailing newline at the end of the file."
69803
69802
  },
69804
69803
  "immutable": true,
69805
69804
  "locationInModule": {
69806
69805
  "filename": "src/javascript/biome/biome-config.ts",
69807
- "line": 2003
69806
+ "line": 1979
69808
69807
  },
69809
69808
  "name": "trailingNewline",
69810
69809
  "optional": true,
@@ -69829,7 +69828,7 @@
69829
69828
  "kind": "interface",
69830
69829
  "locationInModule": {
69831
69830
  "filename": "src/javascript/biome/biome-config.ts",
69832
- "line": 2064
69831
+ "line": 2040
69833
69832
  },
69834
69833
  "name": "JsLinterConfiguration",
69835
69834
  "namespace": "javascript.biome_config",
@@ -69841,12 +69840,12 @@
69841
69840
  "schema": "JsLinterConfiguration#enabled"
69842
69841
  },
69843
69842
  "stability": "experimental",
69844
- "summary": "Control the linter for JavaScript (and its super languages) files."
69843
+ "summary": "Controls the linter for JavaScript and languages that extend it."
69845
69844
  },
69846
69845
  "immutable": true,
69847
69846
  "locationInModule": {
69848
69847
  "filename": "src/javascript/biome/biome-config.ts",
69849
- "line": 2070
69848
+ "line": 2046
69850
69849
  },
69851
69850
  "name": "enabled",
69852
69851
  "optional": true,
@@ -69865,13 +69864,13 @@
69865
69864
  "schema": "JsParserConfiguration"
69866
69865
  },
69867
69866
  "stability": "experimental",
69868
- "summary": "Options that changes how the JavaScript parser behaves."
69867
+ "summary": "Options that change how the JavaScript parser behaves."
69869
69868
  },
69870
69869
  "fqn": "projen.javascript.biome_config.JsParserConfiguration",
69871
69870
  "kind": "interface",
69872
69871
  "locationInModule": {
69873
69872
  "filename": "src/javascript/biome/biome-config.ts",
69874
- "line": 2093
69873
+ "line": 2069
69875
69874
  },
69876
69875
  "name": "JsParserConfiguration",
69877
69876
  "namespace": "javascript.biome_config",
@@ -69890,7 +69889,7 @@
69890
69889
  "immutable": true,
69891
69890
  "locationInModule": {
69892
69891
  "filename": "src/javascript/biome/biome-config.ts",
69893
- "line": 2101
69892
+ "line": 2077
69894
69893
  },
69895
69894
  "name": "gritMetavariables",
69896
69895
  "optional": true,
@@ -69905,14 +69904,13 @@
69905
69904
  "schema": "JsParserConfiguration#jsxEverywhere"
69906
69905
  },
69907
69906
  "default": "true`.",
69908
- "remarks": "Defaults to `true`.",
69909
69907
  "stability": "experimental",
69910
- "summary": "When enabled, files like `.js`/`.mjs`/`.cjs` may contain JSX syntax."
69908
+ "summary": "When enabled, files such as `.js`, `.mjs`, and `.cjs` may contain JSX syntax. Defaults to `true`."
69911
69909
  },
69912
69910
  "immutable": true,
69913
69911
  "locationInModule": {
69914
69912
  "filename": "src/javascript/biome/biome-config.ts",
69915
- "line": 2111
69913
+ "line": 2086
69916
69914
  },
69917
69915
  "name": "jsxEverywhere",
69918
69916
  "optional": true,
@@ -69933,7 +69931,7 @@
69933
69931
  "immutable": true,
69934
69932
  "locationInModule": {
69935
69933
  "filename": "src/javascript/biome/biome-config.ts",
69936
- "line": 2120
69934
+ "line": 2095
69937
69935
  },
69938
69936
  "name": "unsafeParameterDecoratorsEnabled",
69939
69937
  "optional": true,
@@ -69958,7 +69956,7 @@
69958
69956
  "kind": "interface",
69959
69957
  "locationInModule": {
69960
69958
  "filename": "src/javascript/biome/biome-config.ts",
69961
- "line": 2145
69959
+ "line": 2120
69962
69960
  },
69963
69961
  "name": "JsResolverConfiguration",
69964
69962
  "namespace": "javascript.biome_config",
@@ -69969,14 +69967,15 @@
69969
69967
  "custom": {
69970
69968
  "schema": "JsResolverConfiguration#experimentalPnpmCatalogs"
69971
69969
  },
69972
- "remarks": "Opt-in:\n- Set `javascript.resolver.experimentalPnpmCatalogs` to `true`.\n\nScope:\n- Resolves `catalog:` and `catalog:<name>` dependency versions from\n`package.json`.\n- Applies to `dependencies`, `devDependencies`, and `peerDependencies`.\n\nFail-safe behavior:\n- If `pnpm-workspace.yaml` is missing, unreadable, or cannot be parsed,\nBiome silently falls back to the default behavior (as if this option\nwere disabled).\n- Unknown keys and unsupported value shapes in `pnpm-workspace.yaml` are\nignored.\n\nLimitations:\n- Only `pnpm-workspace.yaml` is read.\n- Biome only reads top-level `catalog` / `catalogs` mappings and scalar\nstring entries.\n\nDefault: `false`.",
69970
+ "default": "false`.",
69971
+ "remarks": "Opt-in:\n- Set `javascript.resolver.experimentalPnpmCatalogs` to `true`.\n\nScope:\n- Resolves `catalog:` and `catalog:<name>` dependency versions from\n`package.json`.\n- Applies to `dependencies`, `devDependencies`, and `peerDependencies`.\n\nFail-safe behavior:\n- If `pnpm-workspace.yaml` is missing, unreadable, or cannot be parsed,\nBiome silently falls back to the default behavior (as if this option\nwere disabled).\n- Unknown keys and unsupported value shapes in `pnpm-workspace.yaml` are\nignored.\n\nLimitations:\n- Only `pnpm-workspace.yaml` is read.\n- Biome only reads top-level `catalog` / `catalogs` mappings and scalar\nstring entries.\n\nDefaults to `false`.",
69973
69972
  "stability": "experimental",
69974
69973
  "summary": "Enables pnpm workspace catalog resolution for JavaScript package manifests."
69975
69974
  },
69976
69975
  "immutable": true,
69977
69976
  "locationInModule": {
69978
69977
  "filename": "src/javascript/biome/biome-config.ts",
69979
- "line": 2173
69978
+ "line": 2149
69980
69979
  },
69981
69980
  "name": "experimentalPnpmCatalogs",
69982
69981
  "optional": true,
@@ -70000,7 +69999,7 @@
70000
69999
  "kind": "enum",
70001
70000
  "locationInModule": {
70002
70001
  "filename": "src/javascript/biome/biome-config.ts",
70003
- "line": 3027
70002
+ "line": 2997
70004
70003
  },
70005
70004
  "members": [
70006
70005
  {
@@ -70043,7 +70042,7 @@
70043
70042
  "kind": "interface",
70044
70043
  "locationInModule": {
70045
70044
  "filename": "src/javascript/biome/biome-config.ts",
70046
- "line": 2196
70045
+ "line": 2172
70047
70046
  },
70048
70047
  "name": "JsonAssistConfiguration",
70049
70048
  "namespace": "javascript.biome_config",
@@ -70055,12 +70054,12 @@
70055
70054
  "schema": "JsonAssistConfiguration#enabled"
70056
70055
  },
70057
70056
  "stability": "experimental",
70058
- "summary": "Control the assist for JSON (and its super languages) files."
70057
+ "summary": "Controls assist actions for JSON and languages that extend it."
70059
70058
  },
70060
70059
  "immutable": true,
70061
70060
  "locationInModule": {
70062
70061
  "filename": "src/javascript/biome/biome-config.ts",
70063
- "line": 2202
70062
+ "line": 2178
70064
70063
  },
70065
70064
  "name": "enabled",
70066
70065
  "optional": true,
@@ -70085,7 +70084,7 @@
70085
70084
  "kind": "interface",
70086
70085
  "locationInModule": {
70087
70086
  "filename": "src/javascript/biome/biome-config.ts",
70088
- "line": 716
70087
+ "line": 720
70089
70088
  },
70090
70089
  "name": "JsonConfiguration",
70091
70090
  "namespace": "javascript.biome_config",
@@ -70102,7 +70101,7 @@
70102
70101
  "immutable": true,
70103
70102
  "locationInModule": {
70104
70103
  "filename": "src/javascript/biome/biome-config.ts",
70105
- "line": 722
70104
+ "line": 726
70106
70105
  },
70107
70106
  "name": "assist",
70108
70107
  "optional": true,
@@ -70122,7 +70121,7 @@
70122
70121
  "immutable": true,
70123
70122
  "locationInModule": {
70124
70123
  "filename": "src/javascript/biome/biome-config.ts",
70125
- "line": 729
70124
+ "line": 733
70126
70125
  },
70127
70126
  "name": "formatter",
70128
70127
  "optional": true,
@@ -70142,7 +70141,7 @@
70142
70141
  "immutable": true,
70143
70142
  "locationInModule": {
70144
70143
  "filename": "src/javascript/biome/biome-config.ts",
70145
- "line": 736
70144
+ "line": 740
70146
70145
  },
70147
70146
  "name": "linter",
70148
70147
  "optional": true,
@@ -70162,7 +70161,7 @@
70162
70161
  "immutable": true,
70163
70162
  "locationInModule": {
70164
70163
  "filename": "src/javascript/biome/biome-config.ts",
70165
- "line": 743
70164
+ "line": 747
70166
70165
  },
70167
70166
  "name": "parser",
70168
70167
  "optional": true,
@@ -70186,7 +70185,7 @@
70186
70185
  "kind": "interface",
70187
70186
  "locationInModule": {
70188
70187
  "filename": "src/javascript/biome/biome-config.ts",
70189
- "line": 2223
70188
+ "line": 2199
70190
70189
  },
70191
70190
  "name": "JsonFormatterConfiguration",
70192
70191
  "namespace": "javascript.biome_config",
@@ -70197,15 +70196,14 @@
70197
70196
  "custom": {
70198
70197
  "schema": "JsonFormatterConfiguration#bracketSpacing"
70199
70198
  },
70200
- "default": "true.",
70201
- "remarks": "Defaults to true.",
70199
+ "remarks": "If unset, inherits the global\nbracket spacing setting.",
70202
70200
  "stability": "experimental",
70203
- "summary": "Whether to insert spaces around brackets in object literals."
70201
+ "summary": "Whether to insert spaces inside braces in object literals."
70204
70202
  },
70205
70203
  "immutable": true,
70206
70204
  "locationInModule": {
70207
70205
  "filename": "src/javascript/biome/biome-config.ts",
70208
- "line": 2230
70206
+ "line": 2206
70209
70207
  },
70210
70208
  "name": "bracketSpacing",
70211
70209
  "optional": true,
@@ -70219,15 +70217,14 @@
70219
70217
  "custom": {
70220
70218
  "schema": "JsonFormatterConfiguration#delimiterSpacing"
70221
70219
  },
70222
- "default": "false.",
70223
- "remarks": "Only applies when the content fits on a single line, and empty\nbrackets are not affected. For JSON, affects square brackets (e.g., `[ 1, 2, 3 ]`).\nDefaults to false.",
70220
+ "remarks": "When\nenabled, `[1, 2, 3]` becomes `[ 1, 2, 3 ]`. Empty brackets are unchanged.\n\nIf unset, inherits the global delimiter spacing setting.",
70224
70221
  "stability": "experimental",
70225
- "summary": "Whether to insert spaces inside delimiters (after the opening delimiter and before the closing delimiter)."
70222
+ "summary": "Controls spaces inside JSON square brackets when their content fits on one line."
70226
70223
  },
70227
70224
  "immutable": true,
70228
70225
  "locationInModule": {
70229
70226
  "filename": "src/javascript/biome/biome-config.ts",
70230
- "line": 2241
70227
+ "line": 2216
70231
70228
  },
70232
70229
  "name": "delimiterSpacing",
70233
70230
  "optional": true,
@@ -70242,12 +70239,12 @@
70242
70239
  "schema": "JsonFormatterConfiguration#enabled"
70243
70240
  },
70244
70241
  "stability": "experimental",
70245
- "summary": "Control the formatter for JSON (and its super languages) files."
70242
+ "summary": "Controls the formatter for JSON and languages that extend it."
70246
70243
  },
70247
70244
  "immutable": true,
70248
70245
  "locationInModule": {
70249
70246
  "filename": "src/javascript/biome/biome-config.ts",
70250
- "line": 2248
70247
+ "line": 2223
70251
70248
  },
70252
70249
  "name": "enabled",
70253
70250
  "optional": true,
@@ -70261,15 +70258,14 @@
70261
70258
  "custom": {
70262
70259
  "schema": "JsonFormatterConfiguration#expand"
70263
70260
  },
70264
- "default": "auto\".",
70265
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
70261
+ "remarks": "If unset, inherits the global expansion setting.\n\nWhen formatting `package.json`, Biome uses `always` unless configured otherwise.",
70266
70262
  "stability": "experimental",
70267
- "summary": "Whether to expand arrays and objects on multiple lines."
70263
+ "summary": "Uses the same `auto`, `always`, and `never` behavior as the global expansion setting."
70268
70264
  },
70269
70265
  "immutable": true,
70270
70266
  "locationInModule": {
70271
70267
  "filename": "src/javascript/biome/biome-config.ts",
70272
- "line": 2261
70268
+ "line": 2234
70273
70269
  },
70274
70270
  "name": "expand",
70275
70271
  "optional": true,
@@ -70283,13 +70279,14 @@
70283
70279
  "custom": {
70284
70280
  "schema": "JsonFormatterConfiguration#indentStyle"
70285
70281
  },
70282
+ "remarks": "If unset, inherits the global\nindentation style.",
70286
70283
  "stability": "experimental",
70287
- "summary": "The indent style applied to JSON (and its super languages) files."
70284
+ "summary": "The indent style applied to JSON and languages that extend it."
70288
70285
  },
70289
70286
  "immutable": true,
70290
70287
  "locationInModule": {
70291
70288
  "filename": "src/javascript/biome/biome-config.ts",
70292
- "line": 2268
70289
+ "line": 2242
70293
70290
  },
70294
70291
  "name": "indentStyle",
70295
70292
  "optional": true,
@@ -70303,15 +70300,14 @@
70303
70300
  "custom": {
70304
70301
  "schema": "JsonFormatterConfiguration#indentWidth"
70305
70302
  },
70306
- "default": "2.",
70307
- "remarks": "Default to 2.",
70303
+ "remarks": "If unset, inherits the\nglobal indentation width.",
70308
70304
  "stability": "experimental",
70309
- "summary": "The size of the indentation applied to JSON (and its super languages) files."
70305
+ "summary": "The indentation width applied to JSON and languages that extend it."
70310
70306
  },
70311
70307
  "immutable": true,
70312
70308
  "locationInModule": {
70313
70309
  "filename": "src/javascript/biome/biome-config.ts",
70314
- "line": 2276
70310
+ "line": 2250
70315
70311
  },
70316
70312
  "name": "indentWidth",
70317
70313
  "optional": true,
@@ -70325,14 +70321,14 @@
70325
70321
  "custom": {
70326
70322
  "schema": "JsonFormatterConfiguration#lineEnding"
70327
70323
  },
70328
- "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
70324
+ "remarks": "If unset, inherits the global\nline ending.",
70329
70325
  "stability": "experimental",
70330
- "summary": "The type of line ending applied to JSON (and its super languages) files."
70326
+ "summary": "The line ending applied to JSON and languages that extend it."
70331
70327
  },
70332
70328
  "immutable": true,
70333
70329
  "locationInModule": {
70334
70330
  "filename": "src/javascript/biome/biome-config.ts",
70335
- "line": 2283
70331
+ "line": 2258
70336
70332
  },
70337
70333
  "name": "lineEnding",
70338
70334
  "optional": true,
@@ -70346,15 +70342,14 @@
70346
70342
  "custom": {
70347
70343
  "schema": "JsonFormatterConfiguration#lineWidth"
70348
70344
  },
70349
- "default": "80.",
70350
- "remarks": "Defaults to 80.",
70345
+ "remarks": "If unset, inherits the\nglobal line width.",
70351
70346
  "stability": "experimental",
70352
- "summary": "What's the max width of a line applied to JSON (and its super languages) files."
70347
+ "summary": "The maximum line width applied to JSON and languages that extend it."
70353
70348
  },
70354
70349
  "immutable": true,
70355
70350
  "locationInModule": {
70356
70351
  "filename": "src/javascript/biome/biome-config.ts",
70357
- "line": 2291
70352
+ "line": 2266
70358
70353
  },
70359
70354
  "name": "lineWidth",
70360
70355
  "optional": true,
@@ -70368,15 +70363,15 @@
70368
70363
  "custom": {
70369
70364
  "schema": "JsonFormatterConfiguration#trailingCommas"
70370
70365
  },
70371
- "default": "none\".",
70372
- "remarks": "Defaults to \"none\".",
70366
+ "default": "none`.",
70367
+ "remarks": "Defaults\nto `none`.",
70373
70368
  "stability": "experimental",
70374
- "summary": "Print trailing commas wherever possible in multi-line comma-separated syntactic structures."
70369
+ "summary": "Prints trailing commas wherever possible in multiline comma-separated structures."
70375
70370
  },
70376
70371
  "immutable": true,
70377
70372
  "locationInModule": {
70378
70373
  "filename": "src/javascript/biome/biome-config.ts",
70379
- "line": 2299
70374
+ "line": 2275
70380
70375
  },
70381
70376
  "name": "trailingCommas",
70382
70377
  "optional": true,
@@ -70390,15 +70385,14 @@
70390
70385
  "custom": {
70391
70386
  "schema": "JsonFormatterConfiguration#trailingNewline"
70392
70387
  },
70393
- "default": "true.",
70394
- "remarks": "Setting this option to `false` is **highly discouraged** because it could cause many problems with other tools:\n- https://thoughtbot.com/blog/no-newline-at-end-of-file\n- https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804\n- https://unix.stackexchange.com/questions/345548/how-to-cat-files-together-adding-missing-newlines-at-end-of-some-files\n\nDisable the option at your own risk.\n\nDefaults to true.",
70388
+ "remarks": "If unset, inherits the global\ntrailing newline setting.",
70395
70389
  "stability": "experimental",
70396
70390
  "summary": "Whether to add a trailing newline at the end of the file."
70397
70391
  },
70398
70392
  "immutable": true,
70399
70393
  "locationInModule": {
70400
70394
  "filename": "src/javascript/biome/biome-config.ts",
70401
- "line": 2316
70395
+ "line": 2283
70402
70396
  },
70403
70397
  "name": "trailingNewline",
70404
70398
  "optional": true,
@@ -70423,7 +70417,7 @@
70423
70417
  "kind": "interface",
70424
70418
  "locationInModule": {
70425
70419
  "filename": "src/javascript/biome/biome-config.ts",
70426
- "line": 2348
70420
+ "line": 2315
70427
70421
  },
70428
70422
  "name": "JsonLinterConfiguration",
70429
70423
  "namespace": "javascript.biome_config",
@@ -70435,12 +70429,12 @@
70435
70429
  "schema": "JsonLinterConfiguration#enabled"
70436
70430
  },
70437
70431
  "stability": "experimental",
70438
- "summary": "Control the linter for JSON (and its super languages) files."
70432
+ "summary": "Controls the linter for JSON and languages that extend it."
70439
70433
  },
70440
70434
  "immutable": true,
70441
70435
  "locationInModule": {
70442
70436
  "filename": "src/javascript/biome/biome-config.ts",
70443
- "line": 2354
70437
+ "line": 2321
70444
70438
  },
70445
70439
  "name": "enabled",
70446
70440
  "optional": true,
@@ -70459,13 +70453,13 @@
70459
70453
  "schema": "JsonParserConfiguration"
70460
70454
  },
70461
70455
  "stability": "experimental",
70462
- "summary": "Options that changes how the JSON parser behaves."
70456
+ "summary": "Options that change how the JSON parser behaves."
70463
70457
  },
70464
70458
  "fqn": "projen.javascript.biome_config.JsonParserConfiguration",
70465
70459
  "kind": "interface",
70466
70460
  "locationInModule": {
70467
70461
  "filename": "src/javascript/biome/biome-config.ts",
70468
- "line": 2377
70462
+ "line": 2344
70469
70463
  },
70470
70464
  "name": "JsonParserConfiguration",
70471
70465
  "namespace": "javascript.biome_config",
@@ -70477,12 +70471,12 @@
70477
70471
  "schema": "JsonParserConfiguration#allowComments"
70478
70472
  },
70479
70473
  "stability": "experimental",
70480
- "summary": "Allow parsing comments in `.json` files."
70474
+ "summary": "Allows parsing comments in `.json` files."
70481
70475
  },
70482
70476
  "immutable": true,
70483
70477
  "locationInModule": {
70484
70478
  "filename": "src/javascript/biome/biome-config.ts",
70485
- "line": 2383
70479
+ "line": 2350
70486
70480
  },
70487
70481
  "name": "allowComments",
70488
70482
  "optional": true,
@@ -70497,12 +70491,12 @@
70497
70491
  "schema": "JsonParserConfiguration#allowTrailingCommas"
70498
70492
  },
70499
70493
  "stability": "experimental",
70500
- "summary": "Allow parsing trailing commas in `.json` files."
70494
+ "summary": "Allows parsing trailing commas in `.json` files."
70501
70495
  },
70502
70496
  "immutable": true,
70503
70497
  "locationInModule": {
70504
70498
  "filename": "src/javascript/biome/biome-config.ts",
70505
- "line": 2390
70499
+ "line": 2357
70506
70500
  },
70507
70501
  "name": "allowTrailingCommas",
70508
70502
  "optional": true,
@@ -70526,7 +70520,7 @@
70526
70520
  "kind": "enum",
70527
70521
  "locationInModule": {
70528
70522
  "filename": "src/javascript/biome/biome-config.ts",
70529
- "line": 3041
70523
+ "line": 3011
70530
70524
  },
70531
70525
  "members": [
70532
70526
  {
@@ -70561,7 +70555,7 @@
70561
70555
  "kind": "enum",
70562
70556
  "locationInModule": {
70563
70557
  "filename": "src/javascript/biome/biome-config.ts",
70564
- "line": 2043
70558
+ "line": 2019
70565
70559
  },
70566
70560
  "members": [
70567
70561
  {
@@ -70597,7 +70591,7 @@
70597
70591
  "kind": "enum",
70598
70592
  "locationInModule": {
70599
70593
  "filename": "src/javascript/biome/biome-config.ts",
70600
- "line": 1282
70594
+ "line": 1281
70601
70595
  },
70602
70596
  "members": [
70603
70597
  {
@@ -70646,7 +70640,7 @@
70646
70640
  "kind": "interface",
70647
70641
  "locationInModule": {
70648
70642
  "filename": "src/javascript/biome/biome-config.ts",
70649
- "line": 767
70643
+ "line": 771
70650
70644
  },
70651
70645
  "name": "LinterConfiguration",
70652
70646
  "namespace": "javascript.biome_config",
@@ -70663,7 +70657,7 @@
70663
70657
  "immutable": true,
70664
70658
  "locationInModule": {
70665
70659
  "filename": "src/javascript/biome/biome-config.ts",
70666
- "line": 773
70660
+ "line": 777
70667
70661
  },
70668
70662
  "name": "domains",
70669
70663
  "optional": true,
@@ -70689,7 +70683,7 @@
70689
70683
  "immutable": true,
70690
70684
  "locationInModule": {
70691
70685
  "filename": "src/javascript/biome/biome-config.ts",
70692
- "line": 780
70686
+ "line": 784
70693
70687
  },
70694
70688
  "name": "enabled",
70695
70689
  "optional": true,
@@ -70710,7 +70704,7 @@
70710
70704
  "immutable": true,
70711
70705
  "locationInModule": {
70712
70706
  "filename": "src/javascript/biome/biome-config.ts",
70713
- "line": 788
70707
+ "line": 792
70714
70708
  },
70715
70709
  "name": "includes",
70716
70710
  "optional": true,
@@ -70735,7 +70729,7 @@
70735
70729
  "immutable": true,
70736
70730
  "locationInModule": {
70737
70731
  "filename": "src/javascript/biome/biome-config.ts",
70738
- "line": 795
70732
+ "line": 799
70739
70733
  },
70740
70734
  "name": "rules",
70741
70735
  "optional": true,
@@ -70758,7 +70752,7 @@
70758
70752
  "kind": "enum",
70759
70753
  "locationInModule": {
70760
70754
  "filename": "src/javascript/biome/biome-config.ts",
70761
- "line": 2995
70755
+ "line": 2965
70762
70756
  },
70763
70757
  "members": [
70764
70758
  {
@@ -70793,7 +70787,7 @@
70793
70787
  "kind": "interface",
70794
70788
  "locationInModule": {
70795
70789
  "filename": "src/javascript/biome/biome-config.ts",
70796
- "line": 2507
70790
+ "line": 2474
70797
70791
  },
70798
70792
  "name": "OverrideAssistConfiguration",
70799
70793
  "namespace": "javascript.biome_config",
@@ -70810,7 +70804,7 @@
70810
70804
  "immutable": true,
70811
70805
  "locationInModule": {
70812
70806
  "filename": "src/javascript/biome/biome-config.ts",
70813
- "line": 2513
70807
+ "line": 2480
70814
70808
  },
70815
70809
  "name": "actions",
70816
70810
  "optional": true,
@@ -70831,7 +70825,7 @@
70831
70825
  "immutable": true,
70832
70826
  "locationInModule": {
70833
70827
  "filename": "src/javascript/biome/biome-config.ts",
70834
- "line": 2520
70828
+ "line": 2487
70835
70829
  },
70836
70830
  "name": "enabled",
70837
70831
  "optional": true,
@@ -70855,7 +70849,7 @@
70855
70849
  "kind": "interface",
70856
70850
  "locationInModule": {
70857
70851
  "filename": "src/javascript/biome/biome-config.ts",
70858
- "line": 2542
70852
+ "line": 2509
70859
70853
  },
70860
70854
  "name": "OverrideFilesConfiguration",
70861
70855
  "namespace": "javascript.biome_config",
@@ -70872,7 +70866,7 @@
70872
70866
  "immutable": true,
70873
70867
  "locationInModule": {
70874
70868
  "filename": "src/javascript/biome/biome-config.ts",
70875
- "line": 2548
70869
+ "line": 2515
70876
70870
  },
70877
70871
  "name": "maxSize",
70878
70872
  "optional": true,
@@ -70896,7 +70890,7 @@
70896
70890
  "kind": "interface",
70897
70891
  "locationInModule": {
70898
70892
  "filename": "src/javascript/biome/biome-config.ts",
70899
- "line": 2569
70893
+ "line": 2536
70900
70894
  },
70901
70895
  "name": "OverrideFormatterConfiguration",
70902
70896
  "namespace": "javascript.biome_config",
@@ -70913,7 +70907,7 @@
70913
70907
  "immutable": true,
70914
70908
  "locationInModule": {
70915
70909
  "filename": "src/javascript/biome/biome-config.ts",
70916
- "line": 2575
70910
+ "line": 2542
70917
70911
  },
70918
70912
  "name": "attributePosition",
70919
70913
  "optional": true,
@@ -70933,7 +70927,7 @@
70933
70927
  "immutable": true,
70934
70928
  "locationInModule": {
70935
70929
  "filename": "src/javascript/biome/biome-config.ts",
70936
- "line": 2582
70930
+ "line": 2549
70937
70931
  },
70938
70932
  "name": "bracketSameLine",
70939
70933
  "optional": true,
@@ -70955,7 +70949,7 @@
70955
70949
  "immutable": true,
70956
70950
  "locationInModule": {
70957
70951
  "filename": "src/javascript/biome/biome-config.ts",
70958
- "line": 2590
70952
+ "line": 2557
70959
70953
  },
70960
70954
  "name": "bracketSpacing",
70961
70955
  "optional": true,
@@ -70969,15 +70963,14 @@
70969
70963
  "custom": {
70970
70964
  "schema": "OverrideFormatterConfiguration#delimiterSpacing"
70971
70965
  },
70972
- "default": "false.",
70973
- "remarks": "Spaces are not added before the opening delimiter, and empty delimiters\nare not affected. Only applies when the content fits on a single line. The specific\ndelimiters affected depend on the language. Defaults to false.",
70966
+ "remarks": "It doesn't add spaces before opening delimiters or inside empty delimiters.\n\nThe affected delimiters vary by language. If unset, uses the configured formatter setting.",
70974
70967
  "stability": "experimental",
70975
- "summary": "Whether to insert spaces inside delimiters (after the opening delimiter and before the closing delimiter), such as parentheses, brackets, angle brackets, and template literal interpolations."
70968
+ "summary": "Controls spaces immediately inside supported delimiters when their content fits on one line."
70976
70969
  },
70977
70970
  "immutable": true,
70978
70971
  "locationInModule": {
70979
70972
  "filename": "src/javascript/biome/biome-config.ts",
70980
- "line": 2602
70973
+ "line": 2567
70981
70974
  },
70982
70975
  "name": "delimiterSpacing",
70983
70976
  "optional": true,
@@ -70996,7 +70989,7 @@
70996
70989
  "immutable": true,
70997
70990
  "locationInModule": {
70998
70991
  "filename": "src/javascript/biome/biome-config.ts",
70999
- "line": 2607
70992
+ "line": 2572
71000
70993
  },
71001
70994
  "name": "enabled",
71002
70995
  "optional": true,
@@ -71010,15 +71003,14 @@
71010
71003
  "custom": {
71011
71004
  "schema": "OverrideFormatterConfiguration#expand"
71012
71005
  },
71013
- "default": "auto\".",
71014
- "remarks": "When set to `auto`, object literals are formatted on multiple lines if the first property has a newline,\nand array literals are formatted on a single line if it fits in the line.\nWhen set to `always`, these literals are formatted on multiple lines, regardless of length of the list.\nWhen set to `never`, these literals are formatted on a single line if it fits in the line.\nWhen formatting `package.json`, Biome will use `always` unless configured otherwise. Defaults to \"auto\".",
71006
+ "remarks": "`auto` formats objects on multiple lines if the first property has a newline, and arrays on\none line if they fit.\n\n`always` formats arrays and objects on multiple lines.\n\n`never` formats arrays and objects on one line if they fit.\n\nIf unset, uses the configured formatter setting.\n\nWhen formatting `package.json`, Biome uses `always` unless configured otherwise.",
71015
71007
  "stability": "experimental",
71016
- "summary": "Whether to expand arrays and objects on multiple lines."
71008
+ "summary": "Controls whether arrays and objects are formatted on one line or multiple lines."
71017
71009
  },
71018
71010
  "immutable": true,
71019
71011
  "locationInModule": {
71020
71012
  "filename": "src/javascript/biome/biome-config.ts",
71021
- "line": 2620
71013
+ "line": 2590
71022
71014
  },
71023
71015
  "name": "expand",
71024
71016
  "optional": true,
@@ -71038,7 +71030,7 @@
71038
71030
  "immutable": true,
71039
71031
  "locationInModule": {
71040
71032
  "filename": "src/javascript/biome/biome-config.ts",
71041
- "line": 2628
71033
+ "line": 2598
71042
71034
  },
71043
71035
  "name": "formatWithErrors",
71044
71036
  "optional": true,
@@ -71058,7 +71050,7 @@
71058
71050
  "immutable": true,
71059
71051
  "locationInModule": {
71060
71052
  "filename": "src/javascript/biome/biome-config.ts",
71061
- "line": 2635
71053
+ "line": 2605
71062
71054
  },
71063
71055
  "name": "indentSize",
71064
71056
  "optional": true,
@@ -71078,7 +71070,7 @@
71078
71070
  "immutable": true,
71079
71071
  "locationInModule": {
71080
71072
  "filename": "src/javascript/biome/biome-config.ts",
71081
- "line": 2642
71073
+ "line": 2612
71082
71074
  },
71083
71075
  "name": "indentStyle",
71084
71076
  "optional": true,
@@ -71098,7 +71090,7 @@
71098
71090
  "immutable": true,
71099
71091
  "locationInModule": {
71100
71092
  "filename": "src/javascript/biome/biome-config.ts",
71101
- "line": 2649
71093
+ "line": 2619
71102
71094
  },
71103
71095
  "name": "indentWidth",
71104
71096
  "optional": true,
@@ -71118,7 +71110,7 @@
71118
71110
  "immutable": true,
71119
71111
  "locationInModule": {
71120
71112
  "filename": "src/javascript/biome/biome-config.ts",
71121
- "line": 2656
71113
+ "line": 2626
71122
71114
  },
71123
71115
  "name": "lineEnding",
71124
71116
  "optional": true,
@@ -71140,7 +71132,7 @@
71140
71132
  "immutable": true,
71141
71133
  "locationInModule": {
71142
71134
  "filename": "src/javascript/biome/biome-config.ts",
71143
- "line": 2664
71135
+ "line": 2634
71144
71136
  },
71145
71137
  "name": "lineWidth",
71146
71138
  "optional": true,
@@ -71160,7 +71152,7 @@
71160
71152
  "immutable": true,
71161
71153
  "locationInModule": {
71162
71154
  "filename": "src/javascript/biome/biome-config.ts",
71163
- "line": 2671
71155
+ "line": 2641
71164
71156
  },
71165
71157
  "name": "trailingCommas",
71166
71158
  "optional": true,
@@ -71182,7 +71174,7 @@
71182
71174
  "immutable": true,
71183
71175
  "locationInModule": {
71184
71176
  "filename": "src/javascript/biome/biome-config.ts",
71185
- "line": 2688
71177
+ "line": 2658
71186
71178
  },
71187
71179
  "name": "trailingNewline",
71188
71180
  "optional": true,
@@ -71206,7 +71198,7 @@
71206
71198
  "kind": "interface",
71207
71199
  "locationInModule": {
71208
71200
  "filename": "src/javascript/biome/biome-config.ts",
71209
- "line": 2722
71201
+ "line": 2692
71210
71202
  },
71211
71203
  "name": "OverrideLinterConfiguration",
71212
71204
  "namespace": "javascript.biome_config",
@@ -71223,7 +71215,7 @@
71223
71215
  "immutable": true,
71224
71216
  "locationInModule": {
71225
71217
  "filename": "src/javascript/biome/biome-config.ts",
71226
- "line": 2728
71218
+ "line": 2698
71227
71219
  },
71228
71220
  "name": "domains",
71229
71221
  "optional": true,
@@ -71249,7 +71241,7 @@
71249
71241
  "immutable": true,
71250
71242
  "locationInModule": {
71251
71243
  "filename": "src/javascript/biome/biome-config.ts",
71252
- "line": 2735
71244
+ "line": 2705
71253
71245
  },
71254
71246
  "name": "enabled",
71255
71247
  "optional": true,
@@ -71269,7 +71261,7 @@
71269
71261
  "immutable": true,
71270
71262
  "locationInModule": {
71271
71263
  "filename": "src/javascript/biome/biome-config.ts",
71272
- "line": 2742
71264
+ "line": 2712
71273
71265
  },
71274
71266
  "name": "rules",
71275
71267
  "optional": true,
@@ -71293,7 +71285,7 @@
71293
71285
  "kind": "interface",
71294
71286
  "locationInModule": {
71295
71287
  "filename": "src/javascript/biome/biome-config.ts",
71296
- "line": 819
71288
+ "line": 823
71297
71289
  },
71298
71290
  "name": "OverridePattern",
71299
71291
  "namespace": "javascript.biome_config",
@@ -71310,7 +71302,7 @@
71310
71302
  "immutable": true,
71311
71303
  "locationInModule": {
71312
71304
  "filename": "src/javascript/biome/biome-config.ts",
71313
- "line": 825
71305
+ "line": 829
71314
71306
  },
71315
71307
  "name": "assist",
71316
71308
  "optional": true,
@@ -71330,7 +71322,7 @@
71330
71322
  "immutable": true,
71331
71323
  "locationInModule": {
71332
71324
  "filename": "src/javascript/biome/biome-config.ts",
71333
- "line": 832
71325
+ "line": 836
71334
71326
  },
71335
71327
  "name": "css",
71336
71328
  "optional": true,
@@ -71350,7 +71342,7 @@
71350
71342
  "immutable": true,
71351
71343
  "locationInModule": {
71352
71344
  "filename": "src/javascript/biome/biome-config.ts",
71353
- "line": 839
71345
+ "line": 843
71354
71346
  },
71355
71347
  "name": "files",
71356
71348
  "optional": true,
@@ -71370,7 +71362,7 @@
71370
71362
  "immutable": true,
71371
71363
  "locationInModule": {
71372
71364
  "filename": "src/javascript/biome/biome-config.ts",
71373
- "line": 846
71365
+ "line": 850
71374
71366
  },
71375
71367
  "name": "formatter",
71376
71368
  "optional": true,
@@ -71390,7 +71382,7 @@
71390
71382
  "immutable": true,
71391
71383
  "locationInModule": {
71392
71384
  "filename": "src/javascript/biome/biome-config.ts",
71393
- "line": 853
71385
+ "line": 857
71394
71386
  },
71395
71387
  "name": "graphql",
71396
71388
  "optional": true,
@@ -71410,7 +71402,7 @@
71410
71402
  "immutable": true,
71411
71403
  "locationInModule": {
71412
71404
  "filename": "src/javascript/biome/biome-config.ts",
71413
- "line": 860
71405
+ "line": 864
71414
71406
  },
71415
71407
  "name": "grit",
71416
71408
  "optional": true,
@@ -71430,7 +71422,7 @@
71430
71422
  "immutable": true,
71431
71423
  "locationInModule": {
71432
71424
  "filename": "src/javascript/biome/biome-config.ts",
71433
- "line": 867
71425
+ "line": 871
71434
71426
  },
71435
71427
  "name": "html",
71436
71428
  "optional": true,
@@ -71451,7 +71443,7 @@
71451
71443
  "immutable": true,
71452
71444
  "locationInModule": {
71453
71445
  "filename": "src/javascript/biome/biome-config.ts",
71454
- "line": 875
71446
+ "line": 879
71455
71447
  },
71456
71448
  "name": "includes",
71457
71449
  "optional": true,
@@ -71476,7 +71468,7 @@
71476
71468
  "immutable": true,
71477
71469
  "locationInModule": {
71478
71470
  "filename": "src/javascript/biome/biome-config.ts",
71479
- "line": 882
71471
+ "line": 886
71480
71472
  },
71481
71473
  "name": "javascript",
71482
71474
  "optional": true,
@@ -71496,7 +71488,7 @@
71496
71488
  "immutable": true,
71497
71489
  "locationInModule": {
71498
71490
  "filename": "src/javascript/biome/biome-config.ts",
71499
- "line": 889
71491
+ "line": 893
71500
71492
  },
71501
71493
  "name": "json",
71502
71494
  "optional": true,
@@ -71516,7 +71508,7 @@
71516
71508
  "immutable": true,
71517
71509
  "locationInModule": {
71518
71510
  "filename": "src/javascript/biome/biome-config.ts",
71519
- "line": 896
71511
+ "line": 900
71520
71512
  },
71521
71513
  "name": "linter",
71522
71514
  "optional": true,
@@ -71536,7 +71528,7 @@
71536
71528
  "immutable": true,
71537
71529
  "locationInModule": {
71538
71530
  "filename": "src/javascript/biome/biome-config.ts",
71539
- "line": 903
71531
+ "line": 907
71540
71532
  },
71541
71533
  "name": "plugins",
71542
71534
  "optional": true,
@@ -71565,7 +71557,7 @@
71565
71557
  "kind": "enum",
71566
71558
  "locationInModule": {
71567
71559
  "filename": "src/javascript/biome/biome-config.ts",
71568
- "line": 2777
71560
+ "line": 2747
71569
71561
  },
71570
71562
  "members": [
71571
71563
  {
@@ -71606,7 +71598,7 @@
71606
71598
  "kind": "enum",
71607
71599
  "locationInModule": {
71608
71600
  "filename": "src/javascript/biome/biome-config.ts",
71609
- "line": 3005
71601
+ "line": 2975
71610
71602
  },
71611
71603
  "members": [
71612
71604
  {
@@ -71640,7 +71632,7 @@
71640
71632
  "kind": "enum",
71641
71633
  "locationInModule": {
71642
71634
  "filename": "src/javascript/biome/biome-config.ts",
71643
- "line": 2916
71635
+ "line": 2886
71644
71636
  },
71645
71637
  "members": [
71646
71638
  {
@@ -71674,7 +71666,7 @@
71674
71666
  "kind": "enum",
71675
71667
  "locationInModule": {
71676
71668
  "filename": "src/javascript/biome/biome-config.ts",
71677
- "line": 2412
71669
+ "line": 2379
71678
71670
  },
71679
71671
  "members": [
71680
71672
  {
@@ -71716,7 +71708,7 @@
71716
71708
  "kind": "interface",
71717
71709
  "locationInModule": {
71718
71710
  "filename": "src/javascript/biome/biome-config.ts",
71719
- "line": 2424
71711
+ "line": 2391
71720
71712
  },
71721
71713
  "name": "Rules",
71722
71714
  "namespace": "javascript.biome_config",
@@ -71732,7 +71724,7 @@
71732
71724
  "immutable": true,
71733
71725
  "locationInModule": {
71734
71726
  "filename": "src/javascript/biome/biome-config.ts",
71735
- "line": 2428
71727
+ "line": 2395
71736
71728
  },
71737
71729
  "name": "a11Y",
71738
71730
  "optional": true,
@@ -71751,7 +71743,7 @@
71751
71743
  "immutable": true,
71752
71744
  "locationInModule": {
71753
71745
  "filename": "src/javascript/biome/biome-config.ts",
71754
- "line": 2433
71746
+ "line": 2400
71755
71747
  },
71756
71748
  "name": "complexity",
71757
71749
  "optional": true,
@@ -71770,7 +71762,7 @@
71770
71762
  "immutable": true,
71771
71763
  "locationInModule": {
71772
71764
  "filename": "src/javascript/biome/biome-config.ts",
71773
- "line": 2438
71765
+ "line": 2405
71774
71766
  },
71775
71767
  "name": "correctness",
71776
71768
  "optional": true,
@@ -71789,7 +71781,7 @@
71789
71781
  "immutable": true,
71790
71782
  "locationInModule": {
71791
71783
  "filename": "src/javascript/biome/biome-config.ts",
71792
- "line": 2443
71784
+ "line": 2410
71793
71785
  },
71794
71786
  "name": "nursery",
71795
71787
  "optional": true,
@@ -71808,7 +71800,7 @@
71808
71800
  "immutable": true,
71809
71801
  "locationInModule": {
71810
71802
  "filename": "src/javascript/biome/biome-config.ts",
71811
- "line": 2448
71803
+ "line": 2415
71812
71804
  },
71813
71805
  "name": "performance",
71814
71806
  "optional": true,
@@ -71828,7 +71820,7 @@
71828
71820
  "immutable": true,
71829
71821
  "locationInModule": {
71830
71822
  "filename": "src/javascript/biome/biome-config.ts",
71831
- "line": 2455
71823
+ "line": 2422
71832
71824
  },
71833
71825
  "name": "preset",
71834
71826
  "optional": true,
@@ -71849,7 +71841,7 @@
71849
71841
  "immutable": true,
71850
71842
  "locationInModule": {
71851
71843
  "filename": "src/javascript/biome/biome-config.ts",
71852
- "line": 2462
71844
+ "line": 2429
71853
71845
  },
71854
71846
  "name": "recommended",
71855
71847
  "optional": true,
@@ -71868,7 +71860,7 @@
71868
71860
  "immutable": true,
71869
71861
  "locationInModule": {
71870
71862
  "filename": "src/javascript/biome/biome-config.ts",
71871
- "line": 2467
71863
+ "line": 2434
71872
71864
  },
71873
71865
  "name": "security",
71874
71866
  "optional": true,
@@ -71887,7 +71879,7 @@
71887
71879
  "immutable": true,
71888
71880
  "locationInModule": {
71889
71881
  "filename": "src/javascript/biome/biome-config.ts",
71890
- "line": 2472
71882
+ "line": 2439
71891
71883
  },
71892
71884
  "name": "style",
71893
71885
  "optional": true,
@@ -71906,7 +71898,7 @@
71906
71898
  "immutable": true,
71907
71899
  "locationInModule": {
71908
71900
  "filename": "src/javascript/biome/biome-config.ts",
71909
- "line": 2477
71901
+ "line": 2444
71910
71902
  },
71911
71903
  "name": "suspicious",
71912
71904
  "optional": true,
@@ -71930,7 +71922,7 @@
71930
71922
  "kind": "enum",
71931
71923
  "locationInModule": {
71932
71924
  "filename": "src/javascript/biome/biome-config.ts",
71933
- "line": 2928
71925
+ "line": 2898
71934
71926
  },
71935
71927
  "members": [
71936
71928
  {
@@ -71964,7 +71956,7 @@
71964
71956
  "kind": "enum",
71965
71957
  "locationInModule": {
71966
71958
  "filename": "src/javascript/biome/biome-config.ts",
71967
- "line": 3015
71959
+ "line": 2985
71968
71960
  },
71969
71961
  "members": [
71970
71962
  {
@@ -72000,7 +71992,7 @@
72000
71992
  "kind": "interface",
72001
71993
  "locationInModule": {
72002
71994
  "filename": "src/javascript/biome/biome-config.ts",
72003
- "line": 2791
71995
+ "line": 2761
72004
71996
  },
72005
71997
  "name": "Source",
72006
71998
  "namespace": "javascript.biome_config",
@@ -72018,7 +72010,7 @@
72018
72010
  "immutable": true,
72019
72011
  "locationInModule": {
72020
72012
  "filename": "src/javascript/biome/biome-config.ts",
72021
- "line": 2798
72013
+ "line": 2768
72022
72014
  },
72023
72015
  "name": "noDuplicateClasses",
72024
72016
  "optional": true,
@@ -72039,7 +72031,7 @@
72039
72031
  "immutable": true,
72040
72032
  "locationInModule": {
72041
72033
  "filename": "src/javascript/biome/biome-config.ts",
72042
- "line": 2806
72034
+ "line": 2776
72043
72035
  },
72044
72036
  "name": "organizeImports",
72045
72037
  "optional": true,
@@ -72059,7 +72051,7 @@
72059
72051
  "immutable": true,
72060
72052
  "locationInModule": {
72061
72053
  "filename": "src/javascript/biome/biome-config.ts",
72062
- "line": 2813
72054
+ "line": 2783
72063
72055
  },
72064
72056
  "name": "preset",
72065
72057
  "optional": true,
@@ -72079,7 +72071,7 @@
72079
72071
  "immutable": true,
72080
72072
  "locationInModule": {
72081
72073
  "filename": "src/javascript/biome/biome-config.ts",
72082
- "line": 2820
72074
+ "line": 2790
72083
72075
  },
72084
72076
  "name": "recommended",
72085
72077
  "optional": true,
@@ -72100,7 +72092,7 @@
72100
72092
  "immutable": true,
72101
72093
  "locationInModule": {
72102
72094
  "filename": "src/javascript/biome/biome-config.ts",
72103
- "line": 2828
72095
+ "line": 2798
72104
72096
  },
72105
72097
  "name": "useSortedAttributes",
72106
72098
  "optional": true,
@@ -72121,7 +72113,7 @@
72121
72113
  "immutable": true,
72122
72114
  "locationInModule": {
72123
72115
  "filename": "src/javascript/biome/biome-config.ts",
72124
- "line": 2836
72116
+ "line": 2806
72125
72117
  },
72126
72118
  "name": "useSortedEnumMembers",
72127
72119
  "optional": true,
@@ -72142,7 +72134,7 @@
72142
72134
  "immutable": true,
72143
72135
  "locationInModule": {
72144
72136
  "filename": "src/javascript/biome/biome-config.ts",
72145
- "line": 2844
72137
+ "line": 2814
72146
72138
  },
72147
72139
  "name": "useSortedInterfaceMembers",
72148
72140
  "optional": true,
@@ -72163,7 +72155,7 @@
72163
72155
  "immutable": true,
72164
72156
  "locationInModule": {
72165
72157
  "filename": "src/javascript/biome/biome-config.ts",
72166
- "line": 2852
72158
+ "line": 2822
72167
72159
  },
72168
72160
  "name": "useSortedKeys",
72169
72161
  "optional": true,
@@ -72183,7 +72175,7 @@
72183
72175
  "immutable": true,
72184
72176
  "locationInModule": {
72185
72177
  "filename": "src/javascript/biome/biome-config.ts",
72186
- "line": 2860
72178
+ "line": 2830
72187
72179
  },
72188
72180
  "name": "useSortedPackageJson",
72189
72181
  "optional": true,
@@ -72204,7 +72196,7 @@
72204
72196
  "immutable": true,
72205
72197
  "locationInModule": {
72206
72198
  "filename": "src/javascript/biome/biome-config.ts",
72207
- "line": 2868
72199
+ "line": 2838
72208
72200
  },
72209
72201
  "name": "useSortedProperties",
72210
72202
  "optional": true,
@@ -72225,7 +72217,7 @@
72225
72217
  "immutable": true,
72226
72218
  "locationInModule": {
72227
72219
  "filename": "src/javascript/biome/biome-config.ts",
72228
- "line": 2876
72220
+ "line": 2846
72229
72221
  },
72230
72222
  "name": "useSortedSelectionSet",
72231
72223
  "optional": true,
@@ -72246,7 +72238,7 @@
72246
72238
  "immutable": true,
72247
72239
  "locationInModule": {
72248
72240
  "filename": "src/javascript/biome/biome-config.ts",
72249
- "line": 2884
72241
+ "line": 2854
72250
72242
  },
72251
72243
  "name": "useSortedTypeFields",
72252
72244
  "optional": true,
@@ -72264,13 +72256,13 @@
72264
72256
  "schema": "VcsClientKind"
72265
72257
  },
72266
72258
  "stability": "experimental",
72267
- "summary": "Integration with the git client as VCS."
72259
+ "summary": "Integration with Git as the version control client."
72268
72260
  },
72269
72261
  "fqn": "projen.javascript.biome_config.VcsClientKind",
72270
72262
  "kind": "enum",
72271
72263
  "locationInModule": {
72272
72264
  "filename": "src/javascript/biome/biome-config.ts",
72273
- "line": 2767
72265
+ "line": 2737
72274
72266
  },
72275
72267
  "members": [
72276
72268
  {
@@ -72293,13 +72285,13 @@
72293
72285
  "schema": "VcsConfiguration"
72294
72286
  },
72295
72287
  "stability": "experimental",
72296
- "summary": "Set of properties to integrate Biome with a VCS software."
72288
+ "summary": "Settings for integrating Biome with version control."
72297
72289
  },
72298
72290
  "fqn": "projen.javascript.biome_config.VcsConfiguration",
72299
72291
  "kind": "interface",
72300
72292
  "locationInModule": {
72301
72293
  "filename": "src/javascript/biome/biome-config.ts",
72302
- "line": 937
72294
+ "line": 941
72303
72295
  },
72304
72296
  "name": "VcsConfiguration",
72305
72297
  "namespace": "javascript.biome_config",
@@ -72311,12 +72303,12 @@
72311
72303
  "schema": "VcsConfiguration#clientKind"
72312
72304
  },
72313
72305
  "stability": "experimental",
72314
- "summary": "The kind of client."
72306
+ "summary": "The version control client."
72315
72307
  },
72316
72308
  "immutable": true,
72317
72309
  "locationInModule": {
72318
72310
  "filename": "src/javascript/biome/biome-config.ts",
72319
- "line": 943
72311
+ "line": 947
72320
72312
  },
72321
72313
  "name": "clientKind",
72322
72314
  "optional": true,
@@ -72331,12 +72323,12 @@
72331
72323
  "schema": "VcsConfiguration#defaultBranch"
72332
72324
  },
72333
72325
  "stability": "experimental",
72334
- "summary": "The main branch of the project."
72326
+ "summary": "The project's default branch."
72335
72327
  },
72336
72328
  "immutable": true,
72337
72329
  "locationInModule": {
72338
72330
  "filename": "src/javascript/biome/biome-config.ts",
72339
- "line": 950
72331
+ "line": 954
72340
72332
  },
72341
72333
  "name": "defaultBranch",
72342
72334
  "optional": true,
@@ -72351,12 +72343,12 @@
72351
72343
  "schema": "VcsConfiguration#enabled"
72352
72344
  },
72353
72345
  "stability": "experimental",
72354
- "summary": "Whether Biome should integrate itself with the VCS client."
72346
+ "summary": "Whether Biome should integrate with the version control client."
72355
72347
  },
72356
72348
  "immutable": true,
72357
72349
  "locationInModule": {
72358
72350
  "filename": "src/javascript/biome/biome-config.ts",
72359
- "line": 957
72351
+ "line": 961
72360
72352
  },
72361
72353
  "name": "enabled",
72362
72354
  "optional": true,
@@ -72370,14 +72362,15 @@
72370
72362
  "custom": {
72371
72363
  "schema": "VcsConfiguration#root"
72372
72364
  },
72373
- "remarks": "By default, Biome will use the same\nfolder where `biome.json` was found.\n\nIf Biome can't find the configuration, it will attempt to use the current working directory.\nIf no current working directory can't be found, Biome won't use the VCS integration, and a diagnostic\nwill be emitted",
72365
+ "default": "the directory containing `biome.json` or `biome.jsonc`. If no configuration is",
72366
+ "remarks": "Defaults to the directory containing `biome.json` or `biome.jsonc`. If no configuration is\nfound, Biome uses the current working directory.\n\nIf neither directory is available, Biome disables version control integration and emits a\ndiagnostic.",
72374
72367
  "stability": "experimental",
72375
- "summary": "The folder where Biome should check for VCS files."
72368
+ "summary": "Sets the directory where Biome checks for version control files."
72376
72369
  },
72377
72370
  "immutable": true,
72378
72371
  "locationInModule": {
72379
72372
  "filename": "src/javascript/biome/biome-config.ts",
72380
- "line": 969
72373
+ "line": 975
72381
72374
  },
72382
72375
  "name": "root",
72383
72376
  "optional": true,
@@ -72391,14 +72384,13 @@
72391
72384
  "custom": {
72392
72385
  "schema": "VcsConfiguration#useIgnoreFile"
72393
72386
  },
72394
- "remarks": "When [true], Biome will ignore files\nspecified in `.gitignore`, `.ignore`, and Git's local exclude file.",
72395
72387
  "stability": "experimental",
72396
- "summary": "Whether Biome should use VCS ignore files."
72388
+ "summary": "When `true`, Biome ignores files listed in `.gitignore`, `.ignore`, and Git's local exclude file."
72397
72389
  },
72398
72390
  "immutable": true,
72399
72391
  "locationInModule": {
72400
72392
  "filename": "src/javascript/biome/biome-config.ts",
72401
- "line": 977
72393
+ "line": 983
72402
72394
  },
72403
72395
  "name": "useIgnoreFile",
72404
72396
  "optional": true,
@@ -72423,7 +72415,7 @@
72423
72415
  "kind": "enum",
72424
72416
  "locationInModule": {
72425
72417
  "filename": "src/javascript/biome/biome-config.ts",
72426
- "line": 2962
72418
+ "line": 2932
72427
72419
  },
72428
72420
  "members": [
72429
72421
  {
@@ -90758,6 +90750,6 @@
90758
90750
  "usedFeatures": [
90759
90751
  "class-covariant-overrides"
90760
90752
  ],
90761
- "version": "0.101.27",
90762
- "fingerprint": "uWl+oNUTsOLR6vbDqlfcv2WhXj+9237FpYqHr1PP9fk="
90753
+ "version": "0.101.28",
90754
+ "fingerprint": "IcQ6bvHUd/oVr1QWCY+mcxB/T58haj3kSelGsqA9aug="
90763
90755
  }