projen 0.99.12 → 0.99.13
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.
- package/.jsii +446 -207
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +4 -4
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.d.ts +1 -1
- package/lib/cdk/jsii-project.js +3 -3
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome-config.d.ts +151 -2
- package/lib/javascript/biome/biome-config.js +12 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/uv.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "5.9.
|
|
64
|
+
"jsiiVersion": "5.9.27 (build 260e132)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -18706,7 +18706,7 @@
|
|
|
18706
18706
|
"custom": {
|
|
18707
18707
|
"pjnew": "\"~5.9.0\""
|
|
18708
18708
|
},
|
|
18709
|
-
"default": "\"~5.
|
|
18709
|
+
"default": "\"~5.9.0\"",
|
|
18710
18710
|
"remarks": "Set to \"*\" if you want to manually manage the version of jsii in your\nproject by managing updates to `package.json` on your own.\n\nNOTE: The jsii compiler releases since 5.0.0 are not semantically versioned\nand should remain on the same minor, so we recommend using a `~` dependency\n(e.g. `~5.0.0`).",
|
|
18711
18711
|
"stability": "experimental",
|
|
18712
18712
|
"summary": "Version of the jsii compiler to use."
|
|
@@ -57558,7 +57558,7 @@
|
|
|
57558
57558
|
"kind": "interface",
|
|
57559
57559
|
"locationInModule": {
|
|
57560
57560
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57561
|
-
"line":
|
|
57561
|
+
"line": 981
|
|
57562
57562
|
},
|
|
57563
57563
|
"name": "Actions",
|
|
57564
57564
|
"namespace": "javascript.biome_config",
|
|
@@ -57576,7 +57576,7 @@
|
|
|
57576
57576
|
"immutable": true,
|
|
57577
57577
|
"locationInModule": {
|
|
57578
57578
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57579
|
-
"line":
|
|
57579
|
+
"line": 987
|
|
57580
57580
|
},
|
|
57581
57581
|
"name": "recommended",
|
|
57582
57582
|
"optional": true,
|
|
@@ -57595,7 +57595,7 @@
|
|
|
57595
57595
|
"immutable": true,
|
|
57596
57596
|
"locationInModule": {
|
|
57597
57597
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57598
|
-
"line":
|
|
57598
|
+
"line": 992
|
|
57599
57599
|
},
|
|
57600
57600
|
"name": "source",
|
|
57601
57601
|
"optional": true,
|
|
@@ -57618,7 +57618,7 @@
|
|
|
57618
57618
|
"kind": "enum",
|
|
57619
57619
|
"locationInModule": {
|
|
57620
57620
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57621
|
-
"line":
|
|
57621
|
+
"line": 2765
|
|
57622
57622
|
},
|
|
57623
57623
|
"members": [
|
|
57624
57624
|
{
|
|
@@ -57739,7 +57739,7 @@
|
|
|
57739
57739
|
"kind": "enum",
|
|
57740
57740
|
"locationInModule": {
|
|
57741
57741
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57742
|
-
"line":
|
|
57742
|
+
"line": 1208
|
|
57743
57743
|
},
|
|
57744
57744
|
"members": [
|
|
57745
57745
|
{
|
|
@@ -58133,7 +58133,7 @@
|
|
|
58133
58133
|
"kind": "interface",
|
|
58134
58134
|
"locationInModule": {
|
|
58135
58135
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58136
|
-
"line":
|
|
58136
|
+
"line": 1016
|
|
58137
58137
|
},
|
|
58138
58138
|
"name": "CssAssistConfiguration",
|
|
58139
58139
|
"namespace": "javascript.biome_config",
|
|
@@ -58150,7 +58150,7 @@
|
|
|
58150
58150
|
"immutable": true,
|
|
58151
58151
|
"locationInModule": {
|
|
58152
58152
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58153
|
-
"line":
|
|
58153
|
+
"line": 1022
|
|
58154
58154
|
},
|
|
58155
58155
|
"name": "enabled",
|
|
58156
58156
|
"optional": true,
|
|
@@ -58302,7 +58302,7 @@
|
|
|
58302
58302
|
"kind": "interface",
|
|
58303
58303
|
"locationInModule": {
|
|
58304
58304
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58305
|
-
"line":
|
|
58305
|
+
"line": 1045
|
|
58306
58306
|
},
|
|
58307
58307
|
"name": "CssFormatterConfiguration",
|
|
58308
58308
|
"namespace": "javascript.biome_config",
|
|
@@ -58319,7 +58319,7 @@
|
|
|
58319
58319
|
"immutable": true,
|
|
58320
58320
|
"locationInModule": {
|
|
58321
58321
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58322
|
-
"line":
|
|
58322
|
+
"line": 1051
|
|
58323
58323
|
},
|
|
58324
58324
|
"name": "enabled",
|
|
58325
58325
|
"optional": true,
|
|
@@ -58339,7 +58339,7 @@
|
|
|
58339
58339
|
"immutable": true,
|
|
58340
58340
|
"locationInModule": {
|
|
58341
58341
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58342
|
-
"line":
|
|
58342
|
+
"line": 1058
|
|
58343
58343
|
},
|
|
58344
58344
|
"name": "indentStyle",
|
|
58345
58345
|
"optional": true,
|
|
@@ -58361,7 +58361,7 @@
|
|
|
58361
58361
|
"immutable": true,
|
|
58362
58362
|
"locationInModule": {
|
|
58363
58363
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58364
|
-
"line":
|
|
58364
|
+
"line": 1066
|
|
58365
58365
|
},
|
|
58366
58366
|
"name": "indentWidth",
|
|
58367
58367
|
"optional": true,
|
|
@@ -58382,7 +58382,7 @@
|
|
|
58382
58382
|
"immutable": true,
|
|
58383
58383
|
"locationInModule": {
|
|
58384
58384
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58385
|
-
"line":
|
|
58385
|
+
"line": 1073
|
|
58386
58386
|
},
|
|
58387
58387
|
"name": "lineEnding",
|
|
58388
58388
|
"optional": true,
|
|
@@ -58404,7 +58404,7 @@
|
|
|
58404
58404
|
"immutable": true,
|
|
58405
58405
|
"locationInModule": {
|
|
58406
58406
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58407
|
-
"line":
|
|
58407
|
+
"line": 1081
|
|
58408
58408
|
},
|
|
58409
58409
|
"name": "lineWidth",
|
|
58410
58410
|
"optional": true,
|
|
@@ -58426,13 +58426,35 @@
|
|
|
58426
58426
|
"immutable": true,
|
|
58427
58427
|
"locationInModule": {
|
|
58428
58428
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58429
|
-
"line":
|
|
58429
|
+
"line": 1089
|
|
58430
58430
|
},
|
|
58431
58431
|
"name": "quoteStyle",
|
|
58432
58432
|
"optional": true,
|
|
58433
58433
|
"type": {
|
|
58434
58434
|
"fqn": "projen.javascript.biome_config.QuoteStyle"
|
|
58435
58435
|
}
|
|
58436
|
+
},
|
|
58437
|
+
{
|
|
58438
|
+
"abstract": true,
|
|
58439
|
+
"docs": {
|
|
58440
|
+
"custom": {
|
|
58441
|
+
"schema": "CssFormatterConfiguration#trailingNewline"
|
|
58442
|
+
},
|
|
58443
|
+
"default": "true.",
|
|
58444
|
+
"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.",
|
|
58445
|
+
"stability": "experimental",
|
|
58446
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
58447
|
+
},
|
|
58448
|
+
"immutable": true,
|
|
58449
|
+
"locationInModule": {
|
|
58450
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
58451
|
+
"line": 1106
|
|
58452
|
+
},
|
|
58453
|
+
"name": "trailingNewline",
|
|
58454
|
+
"optional": true,
|
|
58455
|
+
"type": {
|
|
58456
|
+
"primitive": "boolean"
|
|
58457
|
+
}
|
|
58436
58458
|
}
|
|
58437
58459
|
],
|
|
58438
58460
|
"symbolId": "src/javascript/biome/biome-config:CssFormatterConfiguration"
|
|
@@ -58451,7 +58473,7 @@
|
|
|
58451
58473
|
"kind": "interface",
|
|
58452
58474
|
"locationInModule": {
|
|
58453
58475
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58454
|
-
"line":
|
|
58476
|
+
"line": 1135
|
|
58455
58477
|
},
|
|
58456
58478
|
"name": "CssLinterConfiguration",
|
|
58457
58479
|
"namespace": "javascript.biome_config",
|
|
@@ -58468,7 +58490,7 @@
|
|
|
58468
58490
|
"immutable": true,
|
|
58469
58491
|
"locationInModule": {
|
|
58470
58492
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58471
|
-
"line":
|
|
58493
|
+
"line": 1141
|
|
58472
58494
|
},
|
|
58473
58495
|
"name": "enabled",
|
|
58474
58496
|
"optional": true,
|
|
@@ -58493,7 +58515,7 @@
|
|
|
58493
58515
|
"kind": "interface",
|
|
58494
58516
|
"locationInModule": {
|
|
58495
58517
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58496
|
-
"line":
|
|
58518
|
+
"line": 1164
|
|
58497
58519
|
},
|
|
58498
58520
|
"name": "CssParserConfiguration",
|
|
58499
58521
|
"namespace": "javascript.biome_config",
|
|
@@ -58510,7 +58532,7 @@
|
|
|
58510
58532
|
"immutable": true,
|
|
58511
58533
|
"locationInModule": {
|
|
58512
58534
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58513
|
-
"line":
|
|
58535
|
+
"line": 1170
|
|
58514
58536
|
},
|
|
58515
58537
|
"name": "allowWrongLineComments",
|
|
58516
58538
|
"optional": true,
|
|
@@ -58524,13 +58546,14 @@
|
|
|
58524
58546
|
"custom": {
|
|
58525
58547
|
"schema": "CssParserConfiguration#cssModules"
|
|
58526
58548
|
},
|
|
58549
|
+
"remarks": "Enable this feature only\nwhen your files don't end in `.module.css`.",
|
|
58527
58550
|
"stability": "experimental",
|
|
58528
58551
|
"summary": "Enables parsing of CSS Modules specific features."
|
|
58529
58552
|
},
|
|
58530
58553
|
"immutable": true,
|
|
58531
58554
|
"locationInModule": {
|
|
58532
58555
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58533
|
-
"line":
|
|
58556
|
+
"line": 1178
|
|
58534
58557
|
},
|
|
58535
58558
|
"name": "cssModules",
|
|
58536
58559
|
"optional": true,
|
|
@@ -58550,7 +58573,7 @@
|
|
|
58550
58573
|
"immutable": true,
|
|
58551
58574
|
"locationInModule": {
|
|
58552
58575
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58553
|
-
"line":
|
|
58576
|
+
"line": 1185
|
|
58554
58577
|
},
|
|
58555
58578
|
"name": "tailwindDirectives",
|
|
58556
58579
|
"optional": true,
|
|
@@ -58573,7 +58596,7 @@
|
|
|
58573
58596
|
"kind": "enum",
|
|
58574
58597
|
"locationInModule": {
|
|
58575
58598
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58576
|
-
"line":
|
|
58599
|
+
"line": 1218
|
|
58577
58600
|
},
|
|
58578
58601
|
"members": [
|
|
58579
58602
|
{
|
|
@@ -58973,20 +58996,42 @@
|
|
|
58973
58996
|
"primitive": "number"
|
|
58974
58997
|
}
|
|
58975
58998
|
},
|
|
58999
|
+
{
|
|
59000
|
+
"abstract": true,
|
|
59001
|
+
"docs": {
|
|
59002
|
+
"custom": {
|
|
59003
|
+
"schema": "FormatterConfiguration#trailingNewline"
|
|
59004
|
+
},
|
|
59005
|
+
"default": "true.",
|
|
59006
|
+
"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.",
|
|
59007
|
+
"stability": "experimental",
|
|
59008
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
59009
|
+
},
|
|
59010
|
+
"immutable": true,
|
|
59011
|
+
"locationInModule": {
|
|
59012
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59013
|
+
"line": 424
|
|
59014
|
+
},
|
|
59015
|
+
"name": "trailingNewline",
|
|
59016
|
+
"optional": true,
|
|
59017
|
+
"type": {
|
|
59018
|
+
"primitive": "boolean"
|
|
59019
|
+
}
|
|
59020
|
+
},
|
|
58976
59021
|
{
|
|
58977
59022
|
"abstract": true,
|
|
58978
59023
|
"docs": {
|
|
58979
59024
|
"custom": {
|
|
58980
59025
|
"schema": "FormatterConfiguration#useEditorconfig"
|
|
58981
59026
|
},
|
|
58982
|
-
"remarks": "Default: `
|
|
59027
|
+
"remarks": "Default: `false`.",
|
|
58983
59028
|
"stability": "experimental",
|
|
58984
59029
|
"summary": "Use any `.editorconfig` files to configure the formatter. Configuration in `biome.json` will override `.editorconfig` configuration."
|
|
58985
59030
|
},
|
|
58986
59031
|
"immutable": true,
|
|
58987
59032
|
"locationInModule": {
|
|
58988
59033
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58989
|
-
"line":
|
|
59034
|
+
"line": 434
|
|
58990
59035
|
},
|
|
58991
59036
|
"name": "useEditorconfig",
|
|
58992
59037
|
"optional": true,
|
|
@@ -59011,7 +59056,7 @@
|
|
|
59011
59056
|
"kind": "interface",
|
|
59012
59057
|
"locationInModule": {
|
|
59013
59058
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59014
|
-
"line":
|
|
59059
|
+
"line": 1257
|
|
59015
59060
|
},
|
|
59016
59061
|
"name": "GraphqlAssistConfiguration",
|
|
59017
59062
|
"namespace": "javascript.biome_config",
|
|
@@ -59028,7 +59073,7 @@
|
|
|
59028
59073
|
"immutable": true,
|
|
59029
59074
|
"locationInModule": {
|
|
59030
59075
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59031
|
-
"line":
|
|
59076
|
+
"line": 1263
|
|
59032
59077
|
},
|
|
59033
59078
|
"name": "enabled",
|
|
59034
59079
|
"optional": true,
|
|
@@ -59053,7 +59098,7 @@
|
|
|
59053
59098
|
"kind": "interface",
|
|
59054
59099
|
"locationInModule": {
|
|
59055
59100
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59056
|
-
"line":
|
|
59101
|
+
"line": 469
|
|
59057
59102
|
},
|
|
59058
59103
|
"name": "GraphqlConfiguration",
|
|
59059
59104
|
"namespace": "javascript.biome_config",
|
|
@@ -59070,7 +59115,7 @@
|
|
|
59070
59115
|
"immutable": true,
|
|
59071
59116
|
"locationInModule": {
|
|
59072
59117
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59073
|
-
"line":
|
|
59118
|
+
"line": 475
|
|
59074
59119
|
},
|
|
59075
59120
|
"name": "assist",
|
|
59076
59121
|
"optional": true,
|
|
@@ -59090,7 +59135,7 @@
|
|
|
59090
59135
|
"immutable": true,
|
|
59091
59136
|
"locationInModule": {
|
|
59092
59137
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59093
|
-
"line":
|
|
59138
|
+
"line": 482
|
|
59094
59139
|
},
|
|
59095
59140
|
"name": "formatter",
|
|
59096
59141
|
"optional": true,
|
|
@@ -59109,7 +59154,7 @@
|
|
|
59109
59154
|
"immutable": true,
|
|
59110
59155
|
"locationInModule": {
|
|
59111
59156
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59112
|
-
"line":
|
|
59157
|
+
"line": 487
|
|
59113
59158
|
},
|
|
59114
59159
|
"name": "linter",
|
|
59115
59160
|
"optional": true,
|
|
@@ -59134,7 +59179,7 @@
|
|
|
59134
59179
|
"kind": "interface",
|
|
59135
59180
|
"locationInModule": {
|
|
59136
59181
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59137
|
-
"line":
|
|
59182
|
+
"line": 1286
|
|
59138
59183
|
},
|
|
59139
59184
|
"name": "GraphqlFormatterConfiguration",
|
|
59140
59185
|
"namespace": "javascript.biome_config",
|
|
@@ -59153,7 +59198,7 @@
|
|
|
59153
59198
|
"immutable": true,
|
|
59154
59199
|
"locationInModule": {
|
|
59155
59200
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59156
|
-
"line":
|
|
59201
|
+
"line": 1293
|
|
59157
59202
|
},
|
|
59158
59203
|
"name": "bracketSpacing",
|
|
59159
59204
|
"optional": true,
|
|
@@ -59173,7 +59218,7 @@
|
|
|
59173
59218
|
"immutable": true,
|
|
59174
59219
|
"locationInModule": {
|
|
59175
59220
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59176
|
-
"line":
|
|
59221
|
+
"line": 1300
|
|
59177
59222
|
},
|
|
59178
59223
|
"name": "enabled",
|
|
59179
59224
|
"optional": true,
|
|
@@ -59193,7 +59238,7 @@
|
|
|
59193
59238
|
"immutable": true,
|
|
59194
59239
|
"locationInModule": {
|
|
59195
59240
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59196
|
-
"line":
|
|
59241
|
+
"line": 1307
|
|
59197
59242
|
},
|
|
59198
59243
|
"name": "indentStyle",
|
|
59199
59244
|
"optional": true,
|
|
@@ -59215,7 +59260,7 @@
|
|
|
59215
59260
|
"immutable": true,
|
|
59216
59261
|
"locationInModule": {
|
|
59217
59262
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59218
|
-
"line":
|
|
59263
|
+
"line": 1315
|
|
59219
59264
|
},
|
|
59220
59265
|
"name": "indentWidth",
|
|
59221
59266
|
"optional": true,
|
|
@@ -59236,7 +59281,7 @@
|
|
|
59236
59281
|
"immutable": true,
|
|
59237
59282
|
"locationInModule": {
|
|
59238
59283
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59239
|
-
"line":
|
|
59284
|
+
"line": 1322
|
|
59240
59285
|
},
|
|
59241
59286
|
"name": "lineEnding",
|
|
59242
59287
|
"optional": true,
|
|
@@ -59258,7 +59303,7 @@
|
|
|
59258
59303
|
"immutable": true,
|
|
59259
59304
|
"locationInModule": {
|
|
59260
59305
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59261
|
-
"line":
|
|
59306
|
+
"line": 1330
|
|
59262
59307
|
},
|
|
59263
59308
|
"name": "lineWidth",
|
|
59264
59309
|
"optional": true,
|
|
@@ -59280,13 +59325,35 @@
|
|
|
59280
59325
|
"immutable": true,
|
|
59281
59326
|
"locationInModule": {
|
|
59282
59327
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59283
|
-
"line":
|
|
59328
|
+
"line": 1338
|
|
59284
59329
|
},
|
|
59285
59330
|
"name": "quoteStyle",
|
|
59286
59331
|
"optional": true,
|
|
59287
59332
|
"type": {
|
|
59288
59333
|
"fqn": "projen.javascript.biome_config.QuoteStyle"
|
|
59289
59334
|
}
|
|
59335
|
+
},
|
|
59336
|
+
{
|
|
59337
|
+
"abstract": true,
|
|
59338
|
+
"docs": {
|
|
59339
|
+
"custom": {
|
|
59340
|
+
"schema": "GraphqlFormatterConfiguration#trailingNewline"
|
|
59341
|
+
},
|
|
59342
|
+
"default": "true.",
|
|
59343
|
+
"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.",
|
|
59344
|
+
"stability": "experimental",
|
|
59345
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
59346
|
+
},
|
|
59347
|
+
"immutable": true,
|
|
59348
|
+
"locationInModule": {
|
|
59349
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59350
|
+
"line": 1355
|
|
59351
|
+
},
|
|
59352
|
+
"name": "trailingNewline",
|
|
59353
|
+
"optional": true,
|
|
59354
|
+
"type": {
|
|
59355
|
+
"primitive": "boolean"
|
|
59356
|
+
}
|
|
59290
59357
|
}
|
|
59291
59358
|
],
|
|
59292
59359
|
"symbolId": "src/javascript/biome/biome-config:GraphqlFormatterConfiguration"
|
|
@@ -59305,7 +59372,7 @@
|
|
|
59305
59372
|
"kind": "interface",
|
|
59306
59373
|
"locationInModule": {
|
|
59307
59374
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59308
|
-
"line":
|
|
59375
|
+
"line": 1385
|
|
59309
59376
|
},
|
|
59310
59377
|
"name": "GraphqlLinterConfiguration",
|
|
59311
59378
|
"namespace": "javascript.biome_config",
|
|
@@ -59322,7 +59389,7 @@
|
|
|
59322
59389
|
"immutable": true,
|
|
59323
59390
|
"locationInModule": {
|
|
59324
59391
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59325
|
-
"line":
|
|
59392
|
+
"line": 1391
|
|
59326
59393
|
},
|
|
59327
59394
|
"name": "enabled",
|
|
59328
59395
|
"optional": true,
|
|
@@ -59346,7 +59413,7 @@
|
|
|
59346
59413
|
"kind": "interface",
|
|
59347
59414
|
"locationInModule": {
|
|
59348
59415
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59349
|
-
"line":
|
|
59416
|
+
"line": 1412
|
|
59350
59417
|
},
|
|
59351
59418
|
"name": "GritAssistConfiguration",
|
|
59352
59419
|
"namespace": "javascript.biome_config",
|
|
@@ -59363,7 +59430,7 @@
|
|
|
59363
59430
|
"immutable": true,
|
|
59364
59431
|
"locationInModule": {
|
|
59365
59432
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59366
|
-
"line":
|
|
59433
|
+
"line": 1418
|
|
59367
59434
|
},
|
|
59368
59435
|
"name": "enabled",
|
|
59369
59436
|
"optional": true,
|
|
@@ -59388,7 +59455,7 @@
|
|
|
59388
59455
|
"kind": "interface",
|
|
59389
59456
|
"locationInModule": {
|
|
59390
59457
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59391
|
-
"line":
|
|
59458
|
+
"line": 512
|
|
59392
59459
|
},
|
|
59393
59460
|
"name": "GritConfiguration",
|
|
59394
59461
|
"namespace": "javascript.biome_config",
|
|
@@ -59405,7 +59472,7 @@
|
|
|
59405
59472
|
"immutable": true,
|
|
59406
59473
|
"locationInModule": {
|
|
59407
59474
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59408
|
-
"line":
|
|
59475
|
+
"line": 518
|
|
59409
59476
|
},
|
|
59410
59477
|
"name": "assist",
|
|
59411
59478
|
"optional": true,
|
|
@@ -59425,7 +59492,7 @@
|
|
|
59425
59492
|
"immutable": true,
|
|
59426
59493
|
"locationInModule": {
|
|
59427
59494
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59428
|
-
"line":
|
|
59495
|
+
"line": 525
|
|
59429
59496
|
},
|
|
59430
59497
|
"name": "formatter",
|
|
59431
59498
|
"optional": true,
|
|
@@ -59445,7 +59512,7 @@
|
|
|
59445
59512
|
"immutable": true,
|
|
59446
59513
|
"locationInModule": {
|
|
59447
59514
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59448
|
-
"line":
|
|
59515
|
+
"line": 532
|
|
59449
59516
|
},
|
|
59450
59517
|
"name": "linter",
|
|
59451
59518
|
"optional": true,
|
|
@@ -59469,7 +59536,7 @@
|
|
|
59469
59536
|
"kind": "interface",
|
|
59470
59537
|
"locationInModule": {
|
|
59471
59538
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59472
|
-
"line":
|
|
59539
|
+
"line": 1439
|
|
59473
59540
|
},
|
|
59474
59541
|
"name": "GritFormatterConfiguration",
|
|
59475
59542
|
"namespace": "javascript.biome_config",
|
|
@@ -59486,7 +59553,7 @@
|
|
|
59486
59553
|
"immutable": true,
|
|
59487
59554
|
"locationInModule": {
|
|
59488
59555
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59489
|
-
"line":
|
|
59556
|
+
"line": 1445
|
|
59490
59557
|
},
|
|
59491
59558
|
"name": "enabled",
|
|
59492
59559
|
"optional": true,
|
|
@@ -59506,7 +59573,7 @@
|
|
|
59506
59573
|
"immutable": true,
|
|
59507
59574
|
"locationInModule": {
|
|
59508
59575
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59509
|
-
"line":
|
|
59576
|
+
"line": 1452
|
|
59510
59577
|
},
|
|
59511
59578
|
"name": "indentStyle",
|
|
59512
59579
|
"optional": true,
|
|
@@ -59528,7 +59595,7 @@
|
|
|
59528
59595
|
"immutable": true,
|
|
59529
59596
|
"locationInModule": {
|
|
59530
59597
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59531
|
-
"line":
|
|
59598
|
+
"line": 1460
|
|
59532
59599
|
},
|
|
59533
59600
|
"name": "indentWidth",
|
|
59534
59601
|
"optional": true,
|
|
@@ -59548,7 +59615,7 @@
|
|
|
59548
59615
|
"immutable": true,
|
|
59549
59616
|
"locationInModule": {
|
|
59550
59617
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59551
|
-
"line":
|
|
59618
|
+
"line": 1467
|
|
59552
59619
|
},
|
|
59553
59620
|
"name": "lineEnding",
|
|
59554
59621
|
"optional": true,
|
|
@@ -59570,13 +59637,35 @@
|
|
|
59570
59637
|
"immutable": true,
|
|
59571
59638
|
"locationInModule": {
|
|
59572
59639
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59573
|
-
"line":
|
|
59640
|
+
"line": 1475
|
|
59574
59641
|
},
|
|
59575
59642
|
"name": "lineWidth",
|
|
59576
59643
|
"optional": true,
|
|
59577
59644
|
"type": {
|
|
59578
59645
|
"primitive": "number"
|
|
59579
59646
|
}
|
|
59647
|
+
},
|
|
59648
|
+
{
|
|
59649
|
+
"abstract": true,
|
|
59650
|
+
"docs": {
|
|
59651
|
+
"custom": {
|
|
59652
|
+
"schema": "GritFormatterConfiguration#trailingNewline"
|
|
59653
|
+
},
|
|
59654
|
+
"default": "true.",
|
|
59655
|
+
"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.",
|
|
59656
|
+
"stability": "experimental",
|
|
59657
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
59658
|
+
},
|
|
59659
|
+
"immutable": true,
|
|
59660
|
+
"locationInModule": {
|
|
59661
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59662
|
+
"line": 1492
|
|
59663
|
+
},
|
|
59664
|
+
"name": "trailingNewline",
|
|
59665
|
+
"optional": true,
|
|
59666
|
+
"type": {
|
|
59667
|
+
"primitive": "boolean"
|
|
59668
|
+
}
|
|
59580
59669
|
}
|
|
59581
59670
|
],
|
|
59582
59671
|
"symbolId": "src/javascript/biome/biome-config:GritFormatterConfiguration"
|
|
@@ -59594,7 +59683,7 @@
|
|
|
59594
59683
|
"kind": "interface",
|
|
59595
59684
|
"locationInModule": {
|
|
59596
59685
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59597
|
-
"line":
|
|
59686
|
+
"line": 1518
|
|
59598
59687
|
},
|
|
59599
59688
|
"name": "GritLinterConfiguration",
|
|
59600
59689
|
"namespace": "javascript.biome_config",
|
|
@@ -59611,7 +59700,7 @@
|
|
|
59611
59700
|
"immutable": true,
|
|
59612
59701
|
"locationInModule": {
|
|
59613
59702
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59614
|
-
"line":
|
|
59703
|
+
"line": 1524
|
|
59615
59704
|
},
|
|
59616
59705
|
"name": "enabled",
|
|
59617
59706
|
"optional": true,
|
|
@@ -59636,7 +59725,7 @@
|
|
|
59636
59725
|
"kind": "interface",
|
|
59637
59726
|
"locationInModule": {
|
|
59638
59727
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59639
|
-
"line":
|
|
59728
|
+
"line": 1547
|
|
59640
59729
|
},
|
|
59641
59730
|
"name": "HtmlAssistConfiguration",
|
|
59642
59731
|
"namespace": "javascript.biome_config",
|
|
@@ -59653,7 +59742,7 @@
|
|
|
59653
59742
|
"immutable": true,
|
|
59654
59743
|
"locationInModule": {
|
|
59655
59744
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59656
|
-
"line":
|
|
59745
|
+
"line": 1553
|
|
59657
59746
|
},
|
|
59658
59747
|
"name": "enabled",
|
|
59659
59748
|
"optional": true,
|
|
@@ -59678,7 +59767,7 @@
|
|
|
59678
59767
|
"kind": "interface",
|
|
59679
59768
|
"locationInModule": {
|
|
59680
59769
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59681
|
-
"line":
|
|
59770
|
+
"line": 557
|
|
59682
59771
|
},
|
|
59683
59772
|
"name": "HtmlConfiguration",
|
|
59684
59773
|
"namespace": "javascript.biome_config",
|
|
@@ -59694,7 +59783,7 @@
|
|
|
59694
59783
|
"immutable": true,
|
|
59695
59784
|
"locationInModule": {
|
|
59696
59785
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59697
|
-
"line":
|
|
59786
|
+
"line": 561
|
|
59698
59787
|
},
|
|
59699
59788
|
"name": "assist",
|
|
59700
59789
|
"optional": true,
|
|
@@ -59714,7 +59803,7 @@
|
|
|
59714
59803
|
"immutable": true,
|
|
59715
59804
|
"locationInModule": {
|
|
59716
59805
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59717
|
-
"line":
|
|
59806
|
+
"line": 568
|
|
59718
59807
|
},
|
|
59719
59808
|
"name": "experimentalFullSupportEnabled",
|
|
59720
59809
|
"optional": true,
|
|
@@ -59734,7 +59823,7 @@
|
|
|
59734
59823
|
"immutable": true,
|
|
59735
59824
|
"locationInModule": {
|
|
59736
59825
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59737
|
-
"line":
|
|
59826
|
+
"line": 575
|
|
59738
59827
|
},
|
|
59739
59828
|
"name": "formatter",
|
|
59740
59829
|
"optional": true,
|
|
@@ -59754,7 +59843,7 @@
|
|
|
59754
59843
|
"immutable": true,
|
|
59755
59844
|
"locationInModule": {
|
|
59756
59845
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59757
|
-
"line":
|
|
59846
|
+
"line": 582
|
|
59758
59847
|
},
|
|
59759
59848
|
"name": "linter",
|
|
59760
59849
|
"optional": true,
|
|
@@ -59774,7 +59863,7 @@
|
|
|
59774
59863
|
"immutable": true,
|
|
59775
59864
|
"locationInModule": {
|
|
59776
59865
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59777
|
-
"line":
|
|
59866
|
+
"line": 589
|
|
59778
59867
|
},
|
|
59779
59868
|
"name": "parser",
|
|
59780
59869
|
"optional": true,
|
|
@@ -59799,7 +59888,7 @@
|
|
|
59799
59888
|
"kind": "interface",
|
|
59800
59889
|
"locationInModule": {
|
|
59801
59890
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59802
|
-
"line":
|
|
59891
|
+
"line": 1576
|
|
59803
59892
|
},
|
|
59804
59893
|
"name": "HtmlFormatterConfiguration",
|
|
59805
59894
|
"namespace": "javascript.biome_config",
|
|
@@ -59818,7 +59907,7 @@
|
|
|
59818
59907
|
"immutable": true,
|
|
59819
59908
|
"locationInModule": {
|
|
59820
59909
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59821
|
-
"line":
|
|
59910
|
+
"line": 1583
|
|
59822
59911
|
},
|
|
59823
59912
|
"name": "attributePosition",
|
|
59824
59913
|
"optional": true,
|
|
@@ -59840,7 +59929,7 @@
|
|
|
59840
59929
|
"immutable": true,
|
|
59841
59930
|
"locationInModule": {
|
|
59842
59931
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59843
|
-
"line":
|
|
59932
|
+
"line": 1591
|
|
59844
59933
|
},
|
|
59845
59934
|
"name": "bracketSameLine",
|
|
59846
59935
|
"optional": true,
|
|
@@ -59860,7 +59949,7 @@
|
|
|
59860
59949
|
"immutable": true,
|
|
59861
59950
|
"locationInModule": {
|
|
59862
59951
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59863
|
-
"line":
|
|
59952
|
+
"line": 1598
|
|
59864
59953
|
},
|
|
59865
59954
|
"name": "enabled",
|
|
59866
59955
|
"optional": true,
|
|
@@ -59882,7 +59971,7 @@
|
|
|
59882
59971
|
"immutable": true,
|
|
59883
59972
|
"locationInModule": {
|
|
59884
59973
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59885
|
-
"line":
|
|
59974
|
+
"line": 1606
|
|
59886
59975
|
},
|
|
59887
59976
|
"name": "indentScriptAndStyle",
|
|
59888
59977
|
"optional": true,
|
|
@@ -59902,7 +59991,7 @@
|
|
|
59902
59991
|
"immutable": true,
|
|
59903
59992
|
"locationInModule": {
|
|
59904
59993
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59905
|
-
"line":
|
|
59994
|
+
"line": 1613
|
|
59906
59995
|
},
|
|
59907
59996
|
"name": "indentStyle",
|
|
59908
59997
|
"optional": true,
|
|
@@ -59924,7 +60013,7 @@
|
|
|
59924
60013
|
"immutable": true,
|
|
59925
60014
|
"locationInModule": {
|
|
59926
60015
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59927
|
-
"line":
|
|
60016
|
+
"line": 1621
|
|
59928
60017
|
},
|
|
59929
60018
|
"name": "indentWidth",
|
|
59930
60019
|
"optional": true,
|
|
@@ -59945,7 +60034,7 @@
|
|
|
59945
60034
|
"immutable": true,
|
|
59946
60035
|
"locationInModule": {
|
|
59947
60036
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59948
|
-
"line":
|
|
60037
|
+
"line": 1628
|
|
59949
60038
|
},
|
|
59950
60039
|
"name": "lineEnding",
|
|
59951
60040
|
"optional": true,
|
|
@@ -59967,7 +60056,7 @@
|
|
|
59967
60056
|
"immutable": true,
|
|
59968
60057
|
"locationInModule": {
|
|
59969
60058
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59970
|
-
"line":
|
|
60059
|
+
"line": 1636
|
|
59971
60060
|
},
|
|
59972
60061
|
"name": "lineWidth",
|
|
59973
60062
|
"optional": true,
|
|
@@ -59989,7 +60078,7 @@
|
|
|
59989
60078
|
"immutable": true,
|
|
59990
60079
|
"locationInModule": {
|
|
59991
60080
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59992
|
-
"line":
|
|
60081
|
+
"line": 1644
|
|
59993
60082
|
},
|
|
59994
60083
|
"name": "selfCloseVoidElements",
|
|
59995
60084
|
"optional": true,
|
|
@@ -59997,6 +60086,28 @@
|
|
|
59997
60086
|
"fqn": "projen.javascript.biome_config.SelfCloseVoidElements"
|
|
59998
60087
|
}
|
|
59999
60088
|
},
|
|
60089
|
+
{
|
|
60090
|
+
"abstract": true,
|
|
60091
|
+
"docs": {
|
|
60092
|
+
"custom": {
|
|
60093
|
+
"schema": "HtmlFormatterConfiguration#trailingNewline"
|
|
60094
|
+
},
|
|
60095
|
+
"default": "true.",
|
|
60096
|
+
"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.",
|
|
60097
|
+
"stability": "experimental",
|
|
60098
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
60099
|
+
},
|
|
60100
|
+
"immutable": true,
|
|
60101
|
+
"locationInModule": {
|
|
60102
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
60103
|
+
"line": 1661
|
|
60104
|
+
},
|
|
60105
|
+
"name": "trailingNewline",
|
|
60106
|
+
"optional": true,
|
|
60107
|
+
"type": {
|
|
60108
|
+
"primitive": "boolean"
|
|
60109
|
+
}
|
|
60110
|
+
},
|
|
60000
60111
|
{
|
|
60001
60112
|
"abstract": true,
|
|
60002
60113
|
"docs": {
|
|
@@ -60011,7 +60122,7 @@
|
|
|
60011
60122
|
"immutable": true,
|
|
60012
60123
|
"locationInModule": {
|
|
60013
60124
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60014
|
-
"line":
|
|
60125
|
+
"line": 1669
|
|
60015
60126
|
},
|
|
60016
60127
|
"name": "whitespaceSensitivity",
|
|
60017
60128
|
"optional": true,
|
|
@@ -60036,7 +60147,7 @@
|
|
|
60036
60147
|
"kind": "interface",
|
|
60037
60148
|
"locationInModule": {
|
|
60038
60149
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60039
|
-
"line":
|
|
60150
|
+
"line": 1702
|
|
60040
60151
|
},
|
|
60041
60152
|
"name": "HtmlLinterConfiguration",
|
|
60042
60153
|
"namespace": "javascript.biome_config",
|
|
@@ -60053,7 +60164,7 @@
|
|
|
60053
60164
|
"immutable": true,
|
|
60054
60165
|
"locationInModule": {
|
|
60055
60166
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60056
|
-
"line":
|
|
60167
|
+
"line": 1708
|
|
60057
60168
|
},
|
|
60058
60169
|
"name": "enabled",
|
|
60059
60170
|
"optional": true,
|
|
@@ -60078,7 +60189,7 @@
|
|
|
60078
60189
|
"kind": "interface",
|
|
60079
60190
|
"locationInModule": {
|
|
60080
60191
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60081
|
-
"line":
|
|
60192
|
+
"line": 1731
|
|
60082
60193
|
},
|
|
60083
60194
|
"name": "HtmlParserConfiguration",
|
|
60084
60195
|
"namespace": "javascript.biome_config",
|
|
@@ -60095,7 +60206,7 @@
|
|
|
60095
60206
|
"immutable": true,
|
|
60096
60207
|
"locationInModule": {
|
|
60097
60208
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60098
|
-
"line":
|
|
60209
|
+
"line": 1737
|
|
60099
60210
|
},
|
|
60100
60211
|
"name": "interpolation",
|
|
60101
60212
|
"optional": true,
|
|
@@ -60118,7 +60229,7 @@
|
|
|
60118
60229
|
"kind": "enum",
|
|
60119
60230
|
"locationInModule": {
|
|
60120
60231
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60121
|
-
"line":
|
|
60232
|
+
"line": 1231
|
|
60122
60233
|
},
|
|
60123
60234
|
"members": [
|
|
60124
60235
|
{
|
|
@@ -60154,7 +60265,7 @@
|
|
|
60154
60265
|
"kind": "interface",
|
|
60155
60266
|
"locationInModule": {
|
|
60156
60267
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60157
|
-
"line":
|
|
60268
|
+
"line": 1760
|
|
60158
60269
|
},
|
|
60159
60270
|
"name": "JsAssistConfiguration",
|
|
60160
60271
|
"namespace": "javascript.biome_config",
|
|
@@ -60171,7 +60282,7 @@
|
|
|
60171
60282
|
"immutable": true,
|
|
60172
60283
|
"locationInModule": {
|
|
60173
60284
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60174
|
-
"line":
|
|
60285
|
+
"line": 1766
|
|
60175
60286
|
},
|
|
60176
60287
|
"name": "enabled",
|
|
60177
60288
|
"optional": true,
|
|
@@ -60196,7 +60307,7 @@
|
|
|
60196
60307
|
"kind": "interface",
|
|
60197
60308
|
"locationInModule": {
|
|
60198
60309
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60199
|
-
"line":
|
|
60310
|
+
"line": 616
|
|
60200
60311
|
},
|
|
60201
60312
|
"name": "JsConfiguration",
|
|
60202
60313
|
"namespace": "javascript.biome_config",
|
|
@@ -60213,7 +60324,7 @@
|
|
|
60213
60324
|
"immutable": true,
|
|
60214
60325
|
"locationInModule": {
|
|
60215
60326
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60216
|
-
"line":
|
|
60327
|
+
"line": 622
|
|
60217
60328
|
},
|
|
60218
60329
|
"name": "assist",
|
|
60219
60330
|
"optional": true,
|
|
@@ -60221,6 +60332,26 @@
|
|
|
60221
60332
|
"fqn": "projen.javascript.biome_config.JsAssistConfiguration"
|
|
60222
60333
|
}
|
|
60223
60334
|
},
|
|
60335
|
+
{
|
|
60336
|
+
"abstract": true,
|
|
60337
|
+
"docs": {
|
|
60338
|
+
"custom": {
|
|
60339
|
+
"schema": "JsConfiguration#experimentalEmbeddedSnippetsEnabled"
|
|
60340
|
+
},
|
|
60341
|
+
"stability": "experimental",
|
|
60342
|
+
"summary": "Enables support for embedding snippets."
|
|
60343
|
+
},
|
|
60344
|
+
"immutable": true,
|
|
60345
|
+
"locationInModule": {
|
|
60346
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
60347
|
+
"line": 629
|
|
60348
|
+
},
|
|
60349
|
+
"name": "experimentalEmbeddedSnippetsEnabled",
|
|
60350
|
+
"optional": true,
|
|
60351
|
+
"type": {
|
|
60352
|
+
"primitive": "boolean"
|
|
60353
|
+
}
|
|
60354
|
+
},
|
|
60224
60355
|
{
|
|
60225
60356
|
"abstract": true,
|
|
60226
60357
|
"docs": {
|
|
@@ -60233,7 +60364,7 @@
|
|
|
60233
60364
|
"immutable": true,
|
|
60234
60365
|
"locationInModule": {
|
|
60235
60366
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60236
|
-
"line":
|
|
60367
|
+
"line": 636
|
|
60237
60368
|
},
|
|
60238
60369
|
"name": "formatter",
|
|
60239
60370
|
"optional": true,
|
|
@@ -60254,7 +60385,7 @@
|
|
|
60254
60385
|
"immutable": true,
|
|
60255
60386
|
"locationInModule": {
|
|
60256
60387
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60257
|
-
"line":
|
|
60388
|
+
"line": 645
|
|
60258
60389
|
},
|
|
60259
60390
|
"name": "globals",
|
|
60260
60391
|
"optional": true,
|
|
@@ -60279,7 +60410,7 @@
|
|
|
60279
60410
|
"immutable": true,
|
|
60280
60411
|
"locationInModule": {
|
|
60281
60412
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60282
|
-
"line":
|
|
60413
|
+
"line": 652
|
|
60283
60414
|
},
|
|
60284
60415
|
"name": "jsxRuntime",
|
|
60285
60416
|
"optional": true,
|
|
@@ -60299,7 +60430,7 @@
|
|
|
60299
60430
|
"immutable": true,
|
|
60300
60431
|
"locationInModule": {
|
|
60301
60432
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60302
|
-
"line":
|
|
60433
|
+
"line": 659
|
|
60303
60434
|
},
|
|
60304
60435
|
"name": "linter",
|
|
60305
60436
|
"optional": true,
|
|
@@ -60319,7 +60450,7 @@
|
|
|
60319
60450
|
"immutable": true,
|
|
60320
60451
|
"locationInModule": {
|
|
60321
60452
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60322
|
-
"line":
|
|
60453
|
+
"line": 666
|
|
60323
60454
|
},
|
|
60324
60455
|
"name": "parser",
|
|
60325
60456
|
"optional": true,
|
|
@@ -60344,7 +60475,7 @@
|
|
|
60344
60475
|
"kind": "interface",
|
|
60345
60476
|
"locationInModule": {
|
|
60346
60477
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60347
|
-
"line":
|
|
60478
|
+
"line": 1789
|
|
60348
60479
|
},
|
|
60349
60480
|
"name": "JsFormatterConfiguration",
|
|
60350
60481
|
"namespace": "javascript.biome_config",
|
|
@@ -60363,7 +60494,7 @@
|
|
|
60363
60494
|
"immutable": true,
|
|
60364
60495
|
"locationInModule": {
|
|
60365
60496
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60366
|
-
"line":
|
|
60497
|
+
"line": 1796
|
|
60367
60498
|
},
|
|
60368
60499
|
"name": "arrowParentheses",
|
|
60369
60500
|
"optional": true,
|
|
@@ -60385,7 +60516,7 @@
|
|
|
60385
60516
|
"immutable": true,
|
|
60386
60517
|
"locationInModule": {
|
|
60387
60518
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60388
|
-
"line":
|
|
60519
|
+
"line": 1804
|
|
60389
60520
|
},
|
|
60390
60521
|
"name": "attributePosition",
|
|
60391
60522
|
"optional": true,
|
|
@@ -60407,7 +60538,7 @@
|
|
|
60407
60538
|
"immutable": true,
|
|
60408
60539
|
"locationInModule": {
|
|
60409
60540
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60410
|
-
"line":
|
|
60541
|
+
"line": 1812
|
|
60411
60542
|
},
|
|
60412
60543
|
"name": "bracketSameLine",
|
|
60413
60544
|
"optional": true,
|
|
@@ -60429,7 +60560,7 @@
|
|
|
60429
60560
|
"immutable": true,
|
|
60430
60561
|
"locationInModule": {
|
|
60431
60562
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60432
|
-
"line":
|
|
60563
|
+
"line": 1820
|
|
60433
60564
|
},
|
|
60434
60565
|
"name": "bracketSpacing",
|
|
60435
60566
|
"optional": true,
|
|
@@ -60449,7 +60580,7 @@
|
|
|
60449
60580
|
"immutable": true,
|
|
60450
60581
|
"locationInModule": {
|
|
60451
60582
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60452
|
-
"line":
|
|
60583
|
+
"line": 1827
|
|
60453
60584
|
},
|
|
60454
60585
|
"name": "enabled",
|
|
60455
60586
|
"optional": true,
|
|
@@ -60471,7 +60602,7 @@
|
|
|
60471
60602
|
"immutable": true,
|
|
60472
60603
|
"locationInModule": {
|
|
60473
60604
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60474
|
-
"line":
|
|
60605
|
+
"line": 1840
|
|
60475
60606
|
},
|
|
60476
60607
|
"name": "expand",
|
|
60477
60608
|
"optional": true,
|
|
@@ -60491,7 +60622,7 @@
|
|
|
60491
60622
|
"immutable": true,
|
|
60492
60623
|
"locationInModule": {
|
|
60493
60624
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60494
|
-
"line":
|
|
60625
|
+
"line": 1847
|
|
60495
60626
|
},
|
|
60496
60627
|
"name": "indentStyle",
|
|
60497
60628
|
"optional": true,
|
|
@@ -60513,7 +60644,7 @@
|
|
|
60513
60644
|
"immutable": true,
|
|
60514
60645
|
"locationInModule": {
|
|
60515
60646
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60516
|
-
"line":
|
|
60647
|
+
"line": 1855
|
|
60517
60648
|
},
|
|
60518
60649
|
"name": "indentWidth",
|
|
60519
60650
|
"optional": true,
|
|
@@ -60535,7 +60666,7 @@
|
|
|
60535
60666
|
"immutable": true,
|
|
60536
60667
|
"locationInModule": {
|
|
60537
60668
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60538
|
-
"line":
|
|
60669
|
+
"line": 1863
|
|
60539
60670
|
},
|
|
60540
60671
|
"name": "jsxQuoteStyle",
|
|
60541
60672
|
"optional": true,
|
|
@@ -60556,7 +60687,7 @@
|
|
|
60556
60687
|
"immutable": true,
|
|
60557
60688
|
"locationInModule": {
|
|
60558
60689
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60559
|
-
"line":
|
|
60690
|
+
"line": 1870
|
|
60560
60691
|
},
|
|
60561
60692
|
"name": "lineEnding",
|
|
60562
60693
|
"optional": true,
|
|
@@ -60578,7 +60709,7 @@
|
|
|
60578
60709
|
"immutable": true,
|
|
60579
60710
|
"locationInModule": {
|
|
60580
60711
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60581
|
-
"line":
|
|
60712
|
+
"line": 1878
|
|
60582
60713
|
},
|
|
60583
60714
|
"name": "lineWidth",
|
|
60584
60715
|
"optional": true,
|
|
@@ -60600,7 +60731,7 @@
|
|
|
60600
60731
|
"immutable": true,
|
|
60601
60732
|
"locationInModule": {
|
|
60602
60733
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60603
|
-
"line":
|
|
60734
|
+
"line": 1886
|
|
60604
60735
|
},
|
|
60605
60736
|
"name": "operatorLinebreak",
|
|
60606
60737
|
"optional": true,
|
|
@@ -60622,7 +60753,7 @@
|
|
|
60622
60753
|
"immutable": true,
|
|
60623
60754
|
"locationInModule": {
|
|
60624
60755
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60625
|
-
"line":
|
|
60756
|
+
"line": 1894
|
|
60626
60757
|
},
|
|
60627
60758
|
"name": "quoteProperties",
|
|
60628
60759
|
"optional": true,
|
|
@@ -60644,7 +60775,7 @@
|
|
|
60644
60775
|
"immutable": true,
|
|
60645
60776
|
"locationInModule": {
|
|
60646
60777
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60647
|
-
"line":
|
|
60778
|
+
"line": 1902
|
|
60648
60779
|
},
|
|
60649
60780
|
"name": "quoteStyle",
|
|
60650
60781
|
"optional": true,
|
|
@@ -60664,7 +60795,7 @@
|
|
|
60664
60795
|
"immutable": true,
|
|
60665
60796
|
"locationInModule": {
|
|
60666
60797
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60667
|
-
"line":
|
|
60798
|
+
"line": 1909
|
|
60668
60799
|
},
|
|
60669
60800
|
"name": "semicolons",
|
|
60670
60801
|
"optional": true,
|
|
@@ -60686,13 +60817,35 @@
|
|
|
60686
60817
|
"immutable": true,
|
|
60687
60818
|
"locationInModule": {
|
|
60688
60819
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60689
|
-
"line":
|
|
60820
|
+
"line": 1917
|
|
60690
60821
|
},
|
|
60691
60822
|
"name": "trailingCommas",
|
|
60692
60823
|
"optional": true,
|
|
60693
60824
|
"type": {
|
|
60694
60825
|
"fqn": "projen.javascript.biome_config.JsTrailingCommas"
|
|
60695
60826
|
}
|
|
60827
|
+
},
|
|
60828
|
+
{
|
|
60829
|
+
"abstract": true,
|
|
60830
|
+
"docs": {
|
|
60831
|
+
"custom": {
|
|
60832
|
+
"schema": "JsFormatterConfiguration#trailingNewline"
|
|
60833
|
+
},
|
|
60834
|
+
"default": "true.",
|
|
60835
|
+
"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.",
|
|
60836
|
+
"stability": "experimental",
|
|
60837
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
60838
|
+
},
|
|
60839
|
+
"immutable": true,
|
|
60840
|
+
"locationInModule": {
|
|
60841
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
60842
|
+
"line": 1934
|
|
60843
|
+
},
|
|
60844
|
+
"name": "trailingNewline",
|
|
60845
|
+
"optional": true,
|
|
60846
|
+
"type": {
|
|
60847
|
+
"primitive": "boolean"
|
|
60848
|
+
}
|
|
60696
60849
|
}
|
|
60697
60850
|
],
|
|
60698
60851
|
"symbolId": "src/javascript/biome/biome-config:JsFormatterConfiguration"
|
|
@@ -60711,7 +60864,7 @@
|
|
|
60711
60864
|
"kind": "interface",
|
|
60712
60865
|
"locationInModule": {
|
|
60713
60866
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60714
|
-
"line":
|
|
60867
|
+
"line": 1994
|
|
60715
60868
|
},
|
|
60716
60869
|
"name": "JsLinterConfiguration",
|
|
60717
60870
|
"namespace": "javascript.biome_config",
|
|
@@ -60728,7 +60881,7 @@
|
|
|
60728
60881
|
"immutable": true,
|
|
60729
60882
|
"locationInModule": {
|
|
60730
60883
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60731
|
-
"line":
|
|
60884
|
+
"line": 2000
|
|
60732
60885
|
},
|
|
60733
60886
|
"name": "enabled",
|
|
60734
60887
|
"optional": true,
|
|
@@ -60753,7 +60906,7 @@
|
|
|
60753
60906
|
"kind": "interface",
|
|
60754
60907
|
"locationInModule": {
|
|
60755
60908
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60756
|
-
"line":
|
|
60909
|
+
"line": 2023
|
|
60757
60910
|
},
|
|
60758
60911
|
"name": "JsParserConfiguration",
|
|
60759
60912
|
"namespace": "javascript.biome_config",
|
|
@@ -60772,7 +60925,7 @@
|
|
|
60772
60925
|
"immutable": true,
|
|
60773
60926
|
"locationInModule": {
|
|
60774
60927
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60775
|
-
"line":
|
|
60928
|
+
"line": 2031
|
|
60776
60929
|
},
|
|
60777
60930
|
"name": "gritMetavariables",
|
|
60778
60931
|
"optional": true,
|
|
@@ -60794,7 +60947,7 @@
|
|
|
60794
60947
|
"immutable": true,
|
|
60795
60948
|
"locationInModule": {
|
|
60796
60949
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60797
|
-
"line":
|
|
60950
|
+
"line": 2041
|
|
60798
60951
|
},
|
|
60799
60952
|
"name": "jsxEverywhere",
|
|
60800
60953
|
"optional": true,
|
|
@@ -60815,7 +60968,7 @@
|
|
|
60815
60968
|
"immutable": true,
|
|
60816
60969
|
"locationInModule": {
|
|
60817
60970
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60818
|
-
"line":
|
|
60971
|
+
"line": 2050
|
|
60819
60972
|
},
|
|
60820
60973
|
"name": "unsafeParameterDecoratorsEnabled",
|
|
60821
60974
|
"optional": true,
|
|
@@ -60839,7 +60992,7 @@
|
|
|
60839
60992
|
"kind": "enum",
|
|
60840
60993
|
"locationInModule": {
|
|
60841
60994
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60842
|
-
"line":
|
|
60995
|
+
"line": 2807
|
|
60843
60996
|
},
|
|
60844
60997
|
"members": [
|
|
60845
60998
|
{
|
|
@@ -60882,7 +61035,7 @@
|
|
|
60882
61035
|
"kind": "interface",
|
|
60883
61036
|
"locationInModule": {
|
|
60884
61037
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60885
|
-
"line":
|
|
61038
|
+
"line": 2075
|
|
60886
61039
|
},
|
|
60887
61040
|
"name": "JsonAssistConfiguration",
|
|
60888
61041
|
"namespace": "javascript.biome_config",
|
|
@@ -60899,7 +61052,7 @@
|
|
|
60899
61052
|
"immutable": true,
|
|
60900
61053
|
"locationInModule": {
|
|
60901
61054
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60902
|
-
"line":
|
|
61055
|
+
"line": 2081
|
|
60903
61056
|
},
|
|
60904
61057
|
"name": "enabled",
|
|
60905
61058
|
"optional": true,
|
|
@@ -60924,7 +61077,7 @@
|
|
|
60924
61077
|
"kind": "interface",
|
|
60925
61078
|
"locationInModule": {
|
|
60926
61079
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60927
|
-
"line":
|
|
61080
|
+
"line": 695
|
|
60928
61081
|
},
|
|
60929
61082
|
"name": "JsonConfiguration",
|
|
60930
61083
|
"namespace": "javascript.biome_config",
|
|
@@ -60941,7 +61094,7 @@
|
|
|
60941
61094
|
"immutable": true,
|
|
60942
61095
|
"locationInModule": {
|
|
60943
61096
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60944
|
-
"line":
|
|
61097
|
+
"line": 701
|
|
60945
61098
|
},
|
|
60946
61099
|
"name": "assist",
|
|
60947
61100
|
"optional": true,
|
|
@@ -60961,7 +61114,7 @@
|
|
|
60961
61114
|
"immutable": true,
|
|
60962
61115
|
"locationInModule": {
|
|
60963
61116
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60964
|
-
"line":
|
|
61117
|
+
"line": 708
|
|
60965
61118
|
},
|
|
60966
61119
|
"name": "formatter",
|
|
60967
61120
|
"optional": true,
|
|
@@ -60981,7 +61134,7 @@
|
|
|
60981
61134
|
"immutable": true,
|
|
60982
61135
|
"locationInModule": {
|
|
60983
61136
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60984
|
-
"line":
|
|
61137
|
+
"line": 715
|
|
60985
61138
|
},
|
|
60986
61139
|
"name": "linter",
|
|
60987
61140
|
"optional": true,
|
|
@@ -61001,7 +61154,7 @@
|
|
|
61001
61154
|
"immutable": true,
|
|
61002
61155
|
"locationInModule": {
|
|
61003
61156
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61004
|
-
"line":
|
|
61157
|
+
"line": 722
|
|
61005
61158
|
},
|
|
61006
61159
|
"name": "parser",
|
|
61007
61160
|
"optional": true,
|
|
@@ -61025,7 +61178,7 @@
|
|
|
61025
61178
|
"kind": "interface",
|
|
61026
61179
|
"locationInModule": {
|
|
61027
61180
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61028
|
-
"line":
|
|
61181
|
+
"line": 2102
|
|
61029
61182
|
},
|
|
61030
61183
|
"name": "JsonFormatterConfiguration",
|
|
61031
61184
|
"namespace": "javascript.biome_config",
|
|
@@ -61044,7 +61197,7 @@
|
|
|
61044
61197
|
"immutable": true,
|
|
61045
61198
|
"locationInModule": {
|
|
61046
61199
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61047
|
-
"line":
|
|
61200
|
+
"line": 2109
|
|
61048
61201
|
},
|
|
61049
61202
|
"name": "bracketSpacing",
|
|
61050
61203
|
"optional": true,
|
|
@@ -61064,7 +61217,7 @@
|
|
|
61064
61217
|
"immutable": true,
|
|
61065
61218
|
"locationInModule": {
|
|
61066
61219
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61067
|
-
"line":
|
|
61220
|
+
"line": 2116
|
|
61068
61221
|
},
|
|
61069
61222
|
"name": "enabled",
|
|
61070
61223
|
"optional": true,
|
|
@@ -61086,7 +61239,7 @@
|
|
|
61086
61239
|
"immutable": true,
|
|
61087
61240
|
"locationInModule": {
|
|
61088
61241
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61089
|
-
"line":
|
|
61242
|
+
"line": 2129
|
|
61090
61243
|
},
|
|
61091
61244
|
"name": "expand",
|
|
61092
61245
|
"optional": true,
|
|
@@ -61106,7 +61259,7 @@
|
|
|
61106
61259
|
"immutable": true,
|
|
61107
61260
|
"locationInModule": {
|
|
61108
61261
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61109
|
-
"line":
|
|
61262
|
+
"line": 2136
|
|
61110
61263
|
},
|
|
61111
61264
|
"name": "indentStyle",
|
|
61112
61265
|
"optional": true,
|
|
@@ -61128,7 +61281,7 @@
|
|
|
61128
61281
|
"immutable": true,
|
|
61129
61282
|
"locationInModule": {
|
|
61130
61283
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61131
|
-
"line":
|
|
61284
|
+
"line": 2144
|
|
61132
61285
|
},
|
|
61133
61286
|
"name": "indentWidth",
|
|
61134
61287
|
"optional": true,
|
|
@@ -61149,7 +61302,7 @@
|
|
|
61149
61302
|
"immutable": true,
|
|
61150
61303
|
"locationInModule": {
|
|
61151
61304
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61152
|
-
"line":
|
|
61305
|
+
"line": 2151
|
|
61153
61306
|
},
|
|
61154
61307
|
"name": "lineEnding",
|
|
61155
61308
|
"optional": true,
|
|
@@ -61171,7 +61324,7 @@
|
|
|
61171
61324
|
"immutable": true,
|
|
61172
61325
|
"locationInModule": {
|
|
61173
61326
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61174
|
-
"line":
|
|
61327
|
+
"line": 2159
|
|
61175
61328
|
},
|
|
61176
61329
|
"name": "lineWidth",
|
|
61177
61330
|
"optional": true,
|
|
@@ -61193,13 +61346,35 @@
|
|
|
61193
61346
|
"immutable": true,
|
|
61194
61347
|
"locationInModule": {
|
|
61195
61348
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61196
|
-
"line":
|
|
61349
|
+
"line": 2167
|
|
61197
61350
|
},
|
|
61198
61351
|
"name": "trailingCommas",
|
|
61199
61352
|
"optional": true,
|
|
61200
61353
|
"type": {
|
|
61201
61354
|
"fqn": "projen.javascript.biome_config.JsonTrailingCommas"
|
|
61202
61355
|
}
|
|
61356
|
+
},
|
|
61357
|
+
{
|
|
61358
|
+
"abstract": true,
|
|
61359
|
+
"docs": {
|
|
61360
|
+
"custom": {
|
|
61361
|
+
"schema": "JsonFormatterConfiguration#trailingNewline"
|
|
61362
|
+
},
|
|
61363
|
+
"default": "true.",
|
|
61364
|
+
"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.",
|
|
61365
|
+
"stability": "experimental",
|
|
61366
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
61367
|
+
},
|
|
61368
|
+
"immutable": true,
|
|
61369
|
+
"locationInModule": {
|
|
61370
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
61371
|
+
"line": 2184
|
|
61372
|
+
},
|
|
61373
|
+
"name": "trailingNewline",
|
|
61374
|
+
"optional": true,
|
|
61375
|
+
"type": {
|
|
61376
|
+
"primitive": "boolean"
|
|
61377
|
+
}
|
|
61203
61378
|
}
|
|
61204
61379
|
],
|
|
61205
61380
|
"symbolId": "src/javascript/biome/biome-config:JsonFormatterConfiguration"
|
|
@@ -61218,7 +61393,7 @@
|
|
|
61218
61393
|
"kind": "interface",
|
|
61219
61394
|
"locationInModule": {
|
|
61220
61395
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61221
|
-
"line":
|
|
61396
|
+
"line": 2215
|
|
61222
61397
|
},
|
|
61223
61398
|
"name": "JsonLinterConfiguration",
|
|
61224
61399
|
"namespace": "javascript.biome_config",
|
|
@@ -61235,7 +61410,7 @@
|
|
|
61235
61410
|
"immutable": true,
|
|
61236
61411
|
"locationInModule": {
|
|
61237
61412
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61238
|
-
"line":
|
|
61413
|
+
"line": 2221
|
|
61239
61414
|
},
|
|
61240
61415
|
"name": "enabled",
|
|
61241
61416
|
"optional": true,
|
|
@@ -61260,7 +61435,7 @@
|
|
|
61260
61435
|
"kind": "interface",
|
|
61261
61436
|
"locationInModule": {
|
|
61262
61437
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61263
|
-
"line":
|
|
61438
|
+
"line": 2244
|
|
61264
61439
|
},
|
|
61265
61440
|
"name": "JsonParserConfiguration",
|
|
61266
61441
|
"namespace": "javascript.biome_config",
|
|
@@ -61277,7 +61452,7 @@
|
|
|
61277
61452
|
"immutable": true,
|
|
61278
61453
|
"locationInModule": {
|
|
61279
61454
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61280
|
-
"line":
|
|
61455
|
+
"line": 2250
|
|
61281
61456
|
},
|
|
61282
61457
|
"name": "allowComments",
|
|
61283
61458
|
"optional": true,
|
|
@@ -61297,7 +61472,7 @@
|
|
|
61297
61472
|
"immutable": true,
|
|
61298
61473
|
"locationInModule": {
|
|
61299
61474
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61300
|
-
"line":
|
|
61475
|
+
"line": 2257
|
|
61301
61476
|
},
|
|
61302
61477
|
"name": "allowTrailingCommas",
|
|
61303
61478
|
"optional": true,
|
|
@@ -61321,7 +61496,7 @@
|
|
|
61321
61496
|
"kind": "enum",
|
|
61322
61497
|
"locationInModule": {
|
|
61323
61498
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61324
|
-
"line":
|
|
61499
|
+
"line": 2821
|
|
61325
61500
|
},
|
|
61326
61501
|
"members": [
|
|
61327
61502
|
{
|
|
@@ -61356,7 +61531,7 @@
|
|
|
61356
61531
|
"kind": "enum",
|
|
61357
61532
|
"locationInModule": {
|
|
61358
61533
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61359
|
-
"line":
|
|
61534
|
+
"line": 1973
|
|
61360
61535
|
},
|
|
61361
61536
|
"members": [
|
|
61362
61537
|
{
|
|
@@ -61392,7 +61567,7 @@
|
|
|
61392
61567
|
"kind": "enum",
|
|
61393
61568
|
"locationInModule": {
|
|
61394
61569
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61395
|
-
"line":
|
|
61570
|
+
"line": 1241
|
|
61396
61571
|
},
|
|
61397
61572
|
"members": [
|
|
61398
61573
|
{
|
|
@@ -61441,7 +61616,7 @@
|
|
|
61441
61616
|
"kind": "interface",
|
|
61442
61617
|
"locationInModule": {
|
|
61443
61618
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61444
|
-
"line":
|
|
61619
|
+
"line": 746
|
|
61445
61620
|
},
|
|
61446
61621
|
"name": "LinterConfiguration",
|
|
61447
61622
|
"namespace": "javascript.biome_config",
|
|
@@ -61458,7 +61633,7 @@
|
|
|
61458
61633
|
"immutable": true,
|
|
61459
61634
|
"locationInModule": {
|
|
61460
61635
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61461
|
-
"line":
|
|
61636
|
+
"line": 752
|
|
61462
61637
|
},
|
|
61463
61638
|
"name": "domains",
|
|
61464
61639
|
"optional": true,
|
|
@@ -61484,7 +61659,7 @@
|
|
|
61484
61659
|
"immutable": true,
|
|
61485
61660
|
"locationInModule": {
|
|
61486
61661
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61487
|
-
"line":
|
|
61662
|
+
"line": 759
|
|
61488
61663
|
},
|
|
61489
61664
|
"name": "enabled",
|
|
61490
61665
|
"optional": true,
|
|
@@ -61505,7 +61680,7 @@
|
|
|
61505
61680
|
"immutable": true,
|
|
61506
61681
|
"locationInModule": {
|
|
61507
61682
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61508
|
-
"line":
|
|
61683
|
+
"line": 767
|
|
61509
61684
|
},
|
|
61510
61685
|
"name": "includes",
|
|
61511
61686
|
"optional": true,
|
|
@@ -61530,7 +61705,7 @@
|
|
|
61530
61705
|
"immutable": true,
|
|
61531
61706
|
"locationInModule": {
|
|
61532
61707
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61533
|
-
"line":
|
|
61708
|
+
"line": 774
|
|
61534
61709
|
},
|
|
61535
61710
|
"name": "rules",
|
|
61536
61711
|
"optional": true,
|
|
@@ -61553,7 +61728,7 @@
|
|
|
61553
61728
|
"kind": "enum",
|
|
61554
61729
|
"locationInModule": {
|
|
61555
61730
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61556
|
-
"line":
|
|
61731
|
+
"line": 2775
|
|
61557
61732
|
},
|
|
61558
61733
|
"members": [
|
|
61559
61734
|
{
|
|
@@ -61588,7 +61763,7 @@
|
|
|
61588
61763
|
"kind": "interface",
|
|
61589
61764
|
"locationInModule": {
|
|
61590
61765
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61591
|
-
"line":
|
|
61766
|
+
"line": 2366
|
|
61592
61767
|
},
|
|
61593
61768
|
"name": "OverrideAssistConfiguration",
|
|
61594
61769
|
"namespace": "javascript.biome_config",
|
|
@@ -61605,7 +61780,7 @@
|
|
|
61605
61780
|
"immutable": true,
|
|
61606
61781
|
"locationInModule": {
|
|
61607
61782
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61608
|
-
"line":
|
|
61783
|
+
"line": 2372
|
|
61609
61784
|
},
|
|
61610
61785
|
"name": "actions",
|
|
61611
61786
|
"optional": true,
|
|
@@ -61626,7 +61801,7 @@
|
|
|
61626
61801
|
"immutable": true,
|
|
61627
61802
|
"locationInModule": {
|
|
61628
61803
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61629
|
-
"line":
|
|
61804
|
+
"line": 2379
|
|
61630
61805
|
},
|
|
61631
61806
|
"name": "enabled",
|
|
61632
61807
|
"optional": true,
|
|
@@ -61650,7 +61825,7 @@
|
|
|
61650
61825
|
"kind": "interface",
|
|
61651
61826
|
"locationInModule": {
|
|
61652
61827
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61653
|
-
"line":
|
|
61828
|
+
"line": 2401
|
|
61654
61829
|
},
|
|
61655
61830
|
"name": "OverrideFilesConfiguration",
|
|
61656
61831
|
"namespace": "javascript.biome_config",
|
|
@@ -61667,7 +61842,7 @@
|
|
|
61667
61842
|
"immutable": true,
|
|
61668
61843
|
"locationInModule": {
|
|
61669
61844
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61670
|
-
"line":
|
|
61845
|
+
"line": 2407
|
|
61671
61846
|
},
|
|
61672
61847
|
"name": "maxSize",
|
|
61673
61848
|
"optional": true,
|
|
@@ -61691,7 +61866,7 @@
|
|
|
61691
61866
|
"kind": "interface",
|
|
61692
61867
|
"locationInModule": {
|
|
61693
61868
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61694
|
-
"line":
|
|
61869
|
+
"line": 2428
|
|
61695
61870
|
},
|
|
61696
61871
|
"name": "OverrideFormatterConfiguration",
|
|
61697
61872
|
"namespace": "javascript.biome_config",
|
|
@@ -61708,7 +61883,7 @@
|
|
|
61708
61883
|
"immutable": true,
|
|
61709
61884
|
"locationInModule": {
|
|
61710
61885
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61711
|
-
"line":
|
|
61886
|
+
"line": 2434
|
|
61712
61887
|
},
|
|
61713
61888
|
"name": "attributePosition",
|
|
61714
61889
|
"optional": true,
|
|
@@ -61728,7 +61903,7 @@
|
|
|
61728
61903
|
"immutable": true,
|
|
61729
61904
|
"locationInModule": {
|
|
61730
61905
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61731
|
-
"line":
|
|
61906
|
+
"line": 2441
|
|
61732
61907
|
},
|
|
61733
61908
|
"name": "bracketSameLine",
|
|
61734
61909
|
"optional": true,
|
|
@@ -61750,7 +61925,7 @@
|
|
|
61750
61925
|
"immutable": true,
|
|
61751
61926
|
"locationInModule": {
|
|
61752
61927
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61753
|
-
"line":
|
|
61928
|
+
"line": 2449
|
|
61754
61929
|
},
|
|
61755
61930
|
"name": "bracketSpacing",
|
|
61756
61931
|
"optional": true,
|
|
@@ -61769,7 +61944,7 @@
|
|
|
61769
61944
|
"immutable": true,
|
|
61770
61945
|
"locationInModule": {
|
|
61771
61946
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61772
|
-
"line":
|
|
61947
|
+
"line": 2454
|
|
61773
61948
|
},
|
|
61774
61949
|
"name": "enabled",
|
|
61775
61950
|
"optional": true,
|
|
@@ -61791,7 +61966,7 @@
|
|
|
61791
61966
|
"immutable": true,
|
|
61792
61967
|
"locationInModule": {
|
|
61793
61968
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61794
|
-
"line":
|
|
61969
|
+
"line": 2467
|
|
61795
61970
|
},
|
|
61796
61971
|
"name": "expand",
|
|
61797
61972
|
"optional": true,
|
|
@@ -61811,7 +61986,7 @@
|
|
|
61811
61986
|
"immutable": true,
|
|
61812
61987
|
"locationInModule": {
|
|
61813
61988
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61814
|
-
"line":
|
|
61989
|
+
"line": 2475
|
|
61815
61990
|
},
|
|
61816
61991
|
"name": "formatWithErrors",
|
|
61817
61992
|
"optional": true,
|
|
@@ -61831,7 +62006,7 @@
|
|
|
61831
62006
|
"immutable": true,
|
|
61832
62007
|
"locationInModule": {
|
|
61833
62008
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61834
|
-
"line":
|
|
62009
|
+
"line": 2482
|
|
61835
62010
|
},
|
|
61836
62011
|
"name": "indentSize",
|
|
61837
62012
|
"optional": true,
|
|
@@ -61851,7 +62026,7 @@
|
|
|
61851
62026
|
"immutable": true,
|
|
61852
62027
|
"locationInModule": {
|
|
61853
62028
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61854
|
-
"line":
|
|
62029
|
+
"line": 2489
|
|
61855
62030
|
},
|
|
61856
62031
|
"name": "indentStyle",
|
|
61857
62032
|
"optional": true,
|
|
@@ -61871,7 +62046,7 @@
|
|
|
61871
62046
|
"immutable": true,
|
|
61872
62047
|
"locationInModule": {
|
|
61873
62048
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61874
|
-
"line":
|
|
62049
|
+
"line": 2496
|
|
61875
62050
|
},
|
|
61876
62051
|
"name": "indentWidth",
|
|
61877
62052
|
"optional": true,
|
|
@@ -61891,7 +62066,7 @@
|
|
|
61891
62066
|
"immutable": true,
|
|
61892
62067
|
"locationInModule": {
|
|
61893
62068
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61894
|
-
"line":
|
|
62069
|
+
"line": 2503
|
|
61895
62070
|
},
|
|
61896
62071
|
"name": "lineEnding",
|
|
61897
62072
|
"optional": true,
|
|
@@ -61913,13 +62088,35 @@
|
|
|
61913
62088
|
"immutable": true,
|
|
61914
62089
|
"locationInModule": {
|
|
61915
62090
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61916
|
-
"line":
|
|
62091
|
+
"line": 2511
|
|
61917
62092
|
},
|
|
61918
62093
|
"name": "lineWidth",
|
|
61919
62094
|
"optional": true,
|
|
61920
62095
|
"type": {
|
|
61921
62096
|
"primitive": "number"
|
|
61922
62097
|
}
|
|
62098
|
+
},
|
|
62099
|
+
{
|
|
62100
|
+
"abstract": true,
|
|
62101
|
+
"docs": {
|
|
62102
|
+
"custom": {
|
|
62103
|
+
"schema": "OverrideFormatterConfiguration#trailingNewline"
|
|
62104
|
+
},
|
|
62105
|
+
"default": "true.",
|
|
62106
|
+
"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.",
|
|
62107
|
+
"stability": "experimental",
|
|
62108
|
+
"summary": "Whether to add a trailing newline at the end of the file."
|
|
62109
|
+
},
|
|
62110
|
+
"immutable": true,
|
|
62111
|
+
"locationInModule": {
|
|
62112
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
62113
|
+
"line": 2528
|
|
62114
|
+
},
|
|
62115
|
+
"name": "trailingNewline",
|
|
62116
|
+
"optional": true,
|
|
62117
|
+
"type": {
|
|
62118
|
+
"primitive": "boolean"
|
|
62119
|
+
}
|
|
61923
62120
|
}
|
|
61924
62121
|
],
|
|
61925
62122
|
"symbolId": "src/javascript/biome/biome-config:OverrideFormatterConfiguration"
|
|
@@ -61937,7 +62134,7 @@
|
|
|
61937
62134
|
"kind": "interface",
|
|
61938
62135
|
"locationInModule": {
|
|
61939
62136
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61940
|
-
"line":
|
|
62137
|
+
"line": 2560
|
|
61941
62138
|
},
|
|
61942
62139
|
"name": "OverrideLinterConfiguration",
|
|
61943
62140
|
"namespace": "javascript.biome_config",
|
|
@@ -61954,7 +62151,7 @@
|
|
|
61954
62151
|
"immutable": true,
|
|
61955
62152
|
"locationInModule": {
|
|
61956
62153
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61957
|
-
"line":
|
|
62154
|
+
"line": 2566
|
|
61958
62155
|
},
|
|
61959
62156
|
"name": "domains",
|
|
61960
62157
|
"optional": true,
|
|
@@ -61980,7 +62177,7 @@
|
|
|
61980
62177
|
"immutable": true,
|
|
61981
62178
|
"locationInModule": {
|
|
61982
62179
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61983
|
-
"line":
|
|
62180
|
+
"line": 2573
|
|
61984
62181
|
},
|
|
61985
62182
|
"name": "enabled",
|
|
61986
62183
|
"optional": true,
|
|
@@ -62000,7 +62197,7 @@
|
|
|
62000
62197
|
"immutable": true,
|
|
62001
62198
|
"locationInModule": {
|
|
62002
62199
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62003
|
-
"line":
|
|
62200
|
+
"line": 2580
|
|
62004
62201
|
},
|
|
62005
62202
|
"name": "rules",
|
|
62006
62203
|
"optional": true,
|
|
@@ -62024,7 +62221,7 @@
|
|
|
62024
62221
|
"kind": "interface",
|
|
62025
62222
|
"locationInModule": {
|
|
62026
62223
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62027
|
-
"line":
|
|
62224
|
+
"line": 798
|
|
62028
62225
|
},
|
|
62029
62226
|
"name": "OverridePattern",
|
|
62030
62227
|
"namespace": "javascript.biome_config",
|
|
@@ -62041,7 +62238,7 @@
|
|
|
62041
62238
|
"immutable": true,
|
|
62042
62239
|
"locationInModule": {
|
|
62043
62240
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62044
|
-
"line":
|
|
62241
|
+
"line": 804
|
|
62045
62242
|
},
|
|
62046
62243
|
"name": "assist",
|
|
62047
62244
|
"optional": true,
|
|
@@ -62061,7 +62258,7 @@
|
|
|
62061
62258
|
"immutable": true,
|
|
62062
62259
|
"locationInModule": {
|
|
62063
62260
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62064
|
-
"line":
|
|
62261
|
+
"line": 811
|
|
62065
62262
|
},
|
|
62066
62263
|
"name": "css",
|
|
62067
62264
|
"optional": true,
|
|
@@ -62081,7 +62278,7 @@
|
|
|
62081
62278
|
"immutable": true,
|
|
62082
62279
|
"locationInModule": {
|
|
62083
62280
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62084
|
-
"line":
|
|
62281
|
+
"line": 818
|
|
62085
62282
|
},
|
|
62086
62283
|
"name": "files",
|
|
62087
62284
|
"optional": true,
|
|
@@ -62101,7 +62298,7 @@
|
|
|
62101
62298
|
"immutable": true,
|
|
62102
62299
|
"locationInModule": {
|
|
62103
62300
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62104
|
-
"line":
|
|
62301
|
+
"line": 825
|
|
62105
62302
|
},
|
|
62106
62303
|
"name": "formatter",
|
|
62107
62304
|
"optional": true,
|
|
@@ -62121,7 +62318,7 @@
|
|
|
62121
62318
|
"immutable": true,
|
|
62122
62319
|
"locationInModule": {
|
|
62123
62320
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62124
|
-
"line":
|
|
62321
|
+
"line": 832
|
|
62125
62322
|
},
|
|
62126
62323
|
"name": "graphql",
|
|
62127
62324
|
"optional": true,
|
|
@@ -62141,7 +62338,7 @@
|
|
|
62141
62338
|
"immutable": true,
|
|
62142
62339
|
"locationInModule": {
|
|
62143
62340
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62144
|
-
"line":
|
|
62341
|
+
"line": 839
|
|
62145
62342
|
},
|
|
62146
62343
|
"name": "grit",
|
|
62147
62344
|
"optional": true,
|
|
@@ -62161,7 +62358,7 @@
|
|
|
62161
62358
|
"immutable": true,
|
|
62162
62359
|
"locationInModule": {
|
|
62163
62360
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62164
|
-
"line":
|
|
62361
|
+
"line": 846
|
|
62165
62362
|
},
|
|
62166
62363
|
"name": "html",
|
|
62167
62364
|
"optional": true,
|
|
@@ -62182,7 +62379,7 @@
|
|
|
62182
62379
|
"immutable": true,
|
|
62183
62380
|
"locationInModule": {
|
|
62184
62381
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62185
|
-
"line":
|
|
62382
|
+
"line": 854
|
|
62186
62383
|
},
|
|
62187
62384
|
"name": "includes",
|
|
62188
62385
|
"optional": true,
|
|
@@ -62207,7 +62404,7 @@
|
|
|
62207
62404
|
"immutable": true,
|
|
62208
62405
|
"locationInModule": {
|
|
62209
62406
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62210
|
-
"line":
|
|
62407
|
+
"line": 861
|
|
62211
62408
|
},
|
|
62212
62409
|
"name": "javascript",
|
|
62213
62410
|
"optional": true,
|
|
@@ -62227,7 +62424,7 @@
|
|
|
62227
62424
|
"immutable": true,
|
|
62228
62425
|
"locationInModule": {
|
|
62229
62426
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62230
|
-
"line":
|
|
62427
|
+
"line": 868
|
|
62231
62428
|
},
|
|
62232
62429
|
"name": "json",
|
|
62233
62430
|
"optional": true,
|
|
@@ -62247,7 +62444,7 @@
|
|
|
62247
62444
|
"immutable": true,
|
|
62248
62445
|
"locationInModule": {
|
|
62249
62446
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62250
|
-
"line":
|
|
62447
|
+
"line": 875
|
|
62251
62448
|
},
|
|
62252
62449
|
"name": "linter",
|
|
62253
62450
|
"optional": true,
|
|
@@ -62267,7 +62464,7 @@
|
|
|
62267
62464
|
"immutable": true,
|
|
62268
62465
|
"locationInModule": {
|
|
62269
62466
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62270
|
-
"line":
|
|
62467
|
+
"line": 882
|
|
62271
62468
|
},
|
|
62272
62469
|
"name": "plugins",
|
|
62273
62470
|
"optional": true,
|
|
@@ -62295,7 +62492,7 @@
|
|
|
62295
62492
|
"kind": "enum",
|
|
62296
62493
|
"locationInModule": {
|
|
62297
62494
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62298
|
-
"line":
|
|
62495
|
+
"line": 2785
|
|
62299
62496
|
},
|
|
62300
62497
|
"members": [
|
|
62301
62498
|
{
|
|
@@ -62329,7 +62526,7 @@
|
|
|
62329
62526
|
"kind": "enum",
|
|
62330
62527
|
"locationInModule": {
|
|
62331
62528
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62332
|
-
"line":
|
|
62529
|
+
"line": 2696
|
|
62333
62530
|
},
|
|
62334
62531
|
"members": [
|
|
62335
62532
|
{
|
|
@@ -62363,7 +62560,7 @@
|
|
|
62363
62560
|
"kind": "enum",
|
|
62364
62561
|
"locationInModule": {
|
|
62365
62562
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62366
|
-
"line":
|
|
62563
|
+
"line": 2279
|
|
62367
62564
|
},
|
|
62368
62565
|
"members": [
|
|
62369
62566
|
{
|
|
@@ -62405,7 +62602,7 @@
|
|
|
62405
62602
|
"kind": "interface",
|
|
62406
62603
|
"locationInModule": {
|
|
62407
62604
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62408
|
-
"line":
|
|
62605
|
+
"line": 2291
|
|
62409
62606
|
},
|
|
62410
62607
|
"name": "Rules",
|
|
62411
62608
|
"namespace": "javascript.biome_config",
|
|
@@ -62421,7 +62618,7 @@
|
|
|
62421
62618
|
"immutable": true,
|
|
62422
62619
|
"locationInModule": {
|
|
62423
62620
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62424
|
-
"line":
|
|
62621
|
+
"line": 2295
|
|
62425
62622
|
},
|
|
62426
62623
|
"name": "a11Y",
|
|
62427
62624
|
"optional": true,
|
|
@@ -62440,7 +62637,7 @@
|
|
|
62440
62637
|
"immutable": true,
|
|
62441
62638
|
"locationInModule": {
|
|
62442
62639
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62443
|
-
"line":
|
|
62640
|
+
"line": 2300
|
|
62444
62641
|
},
|
|
62445
62642
|
"name": "complexity",
|
|
62446
62643
|
"optional": true,
|
|
@@ -62459,7 +62656,7 @@
|
|
|
62459
62656
|
"immutable": true,
|
|
62460
62657
|
"locationInModule": {
|
|
62461
62658
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62462
|
-
"line":
|
|
62659
|
+
"line": 2305
|
|
62463
62660
|
},
|
|
62464
62661
|
"name": "correctness",
|
|
62465
62662
|
"optional": true,
|
|
@@ -62478,7 +62675,7 @@
|
|
|
62478
62675
|
"immutable": true,
|
|
62479
62676
|
"locationInModule": {
|
|
62480
62677
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62481
|
-
"line":
|
|
62678
|
+
"line": 2310
|
|
62482
62679
|
},
|
|
62483
62680
|
"name": "nursery",
|
|
62484
62681
|
"optional": true,
|
|
@@ -62497,7 +62694,7 @@
|
|
|
62497
62694
|
"immutable": true,
|
|
62498
62695
|
"locationInModule": {
|
|
62499
62696
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62500
|
-
"line":
|
|
62697
|
+
"line": 2315
|
|
62501
62698
|
},
|
|
62502
62699
|
"name": "performance",
|
|
62503
62700
|
"optional": true,
|
|
@@ -62518,7 +62715,7 @@
|
|
|
62518
62715
|
"immutable": true,
|
|
62519
62716
|
"locationInModule": {
|
|
62520
62717
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62521
|
-
"line":
|
|
62718
|
+
"line": 2322
|
|
62522
62719
|
},
|
|
62523
62720
|
"name": "recommended",
|
|
62524
62721
|
"optional": true,
|
|
@@ -62537,7 +62734,7 @@
|
|
|
62537
62734
|
"immutable": true,
|
|
62538
62735
|
"locationInModule": {
|
|
62539
62736
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62540
|
-
"line":
|
|
62737
|
+
"line": 2327
|
|
62541
62738
|
},
|
|
62542
62739
|
"name": "security",
|
|
62543
62740
|
"optional": true,
|
|
@@ -62556,7 +62753,7 @@
|
|
|
62556
62753
|
"immutable": true,
|
|
62557
62754
|
"locationInModule": {
|
|
62558
62755
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62559
|
-
"line":
|
|
62756
|
+
"line": 2332
|
|
62560
62757
|
},
|
|
62561
62758
|
"name": "style",
|
|
62562
62759
|
"optional": true,
|
|
@@ -62575,7 +62772,7 @@
|
|
|
62575
62772
|
"immutable": true,
|
|
62576
62773
|
"locationInModule": {
|
|
62577
62774
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62578
|
-
"line":
|
|
62775
|
+
"line": 2337
|
|
62579
62776
|
},
|
|
62580
62777
|
"name": "suspicious",
|
|
62581
62778
|
"optional": true,
|
|
@@ -62599,7 +62796,7 @@
|
|
|
62599
62796
|
"kind": "enum",
|
|
62600
62797
|
"locationInModule": {
|
|
62601
62798
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62602
|
-
"line":
|
|
62799
|
+
"line": 2708
|
|
62603
62800
|
},
|
|
62604
62801
|
"members": [
|
|
62605
62802
|
{
|
|
@@ -62633,7 +62830,7 @@
|
|
|
62633
62830
|
"kind": "enum",
|
|
62634
62831
|
"locationInModule": {
|
|
62635
62832
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62636
|
-
"line":
|
|
62833
|
+
"line": 2795
|
|
62637
62834
|
},
|
|
62638
62835
|
"members": [
|
|
62639
62836
|
{
|
|
@@ -62669,11 +62866,32 @@
|
|
|
62669
62866
|
"kind": "interface",
|
|
62670
62867
|
"locationInModule": {
|
|
62671
62868
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62672
|
-
"line":
|
|
62869
|
+
"line": 2615
|
|
62673
62870
|
},
|
|
62674
62871
|
"name": "Source",
|
|
62675
62872
|
"namespace": "javascript.biome_config",
|
|
62676
62873
|
"properties": [
|
|
62874
|
+
{
|
|
62875
|
+
"abstract": true,
|
|
62876
|
+
"docs": {
|
|
62877
|
+
"custom": {
|
|
62878
|
+
"schema": "Source#noDuplicateClasses"
|
|
62879
|
+
},
|
|
62880
|
+
"remarks": "See https://biomejs.dev/assist/actions/no-duplicate-classes",
|
|
62881
|
+
"stability": "experimental",
|
|
62882
|
+
"summary": "Remove duplicate CSS classes."
|
|
62883
|
+
},
|
|
62884
|
+
"immutable": true,
|
|
62885
|
+
"locationInModule": {
|
|
62886
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
62887
|
+
"line": 2622
|
|
62888
|
+
},
|
|
62889
|
+
"name": "noDuplicateClasses",
|
|
62890
|
+
"optional": true,
|
|
62891
|
+
"type": {
|
|
62892
|
+
"primitive": "any"
|
|
62893
|
+
}
|
|
62894
|
+
},
|
|
62677
62895
|
{
|
|
62678
62896
|
"abstract": true,
|
|
62679
62897
|
"docs": {
|
|
@@ -62687,7 +62905,7 @@
|
|
|
62687
62905
|
"immutable": true,
|
|
62688
62906
|
"locationInModule": {
|
|
62689
62907
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62690
|
-
"line":
|
|
62908
|
+
"line": 2630
|
|
62691
62909
|
},
|
|
62692
62910
|
"name": "organizeImports",
|
|
62693
62911
|
"optional": true,
|
|
@@ -62707,7 +62925,7 @@
|
|
|
62707
62925
|
"immutable": true,
|
|
62708
62926
|
"locationInModule": {
|
|
62709
62927
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62710
|
-
"line":
|
|
62928
|
+
"line": 2637
|
|
62711
62929
|
},
|
|
62712
62930
|
"name": "recommended",
|
|
62713
62931
|
"optional": true,
|
|
@@ -62728,7 +62946,7 @@
|
|
|
62728
62946
|
"immutable": true,
|
|
62729
62947
|
"locationInModule": {
|
|
62730
62948
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62731
|
-
"line":
|
|
62949
|
+
"line": 2645
|
|
62732
62950
|
},
|
|
62733
62951
|
"name": "useSortedAttributes",
|
|
62734
62952
|
"optional": true,
|
|
@@ -62736,6 +62954,27 @@
|
|
|
62736
62954
|
"primitive": "any"
|
|
62737
62955
|
}
|
|
62738
62956
|
},
|
|
62957
|
+
{
|
|
62958
|
+
"abstract": true,
|
|
62959
|
+
"docs": {
|
|
62960
|
+
"custom": {
|
|
62961
|
+
"schema": "Source#useSortedInterfaceMembers"
|
|
62962
|
+
},
|
|
62963
|
+
"remarks": "See https://biomejs.dev/assist/actions/use-sorted-interface-members",
|
|
62964
|
+
"stability": "experimental",
|
|
62965
|
+
"summary": "Sort interface members by key."
|
|
62966
|
+
},
|
|
62967
|
+
"immutable": true,
|
|
62968
|
+
"locationInModule": {
|
|
62969
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
62970
|
+
"line": 2653
|
|
62971
|
+
},
|
|
62972
|
+
"name": "useSortedInterfaceMembers",
|
|
62973
|
+
"optional": true,
|
|
62974
|
+
"type": {
|
|
62975
|
+
"primitive": "any"
|
|
62976
|
+
}
|
|
62977
|
+
},
|
|
62739
62978
|
{
|
|
62740
62979
|
"abstract": true,
|
|
62741
62980
|
"docs": {
|
|
@@ -62749,7 +62988,7 @@
|
|
|
62749
62988
|
"immutable": true,
|
|
62750
62989
|
"locationInModule": {
|
|
62751
62990
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62752
|
-
"line":
|
|
62991
|
+
"line": 2661
|
|
62753
62992
|
},
|
|
62754
62993
|
"name": "useSortedKeys",
|
|
62755
62994
|
"optional": true,
|
|
@@ -62770,7 +63009,7 @@
|
|
|
62770
63009
|
"immutable": true,
|
|
62771
63010
|
"locationInModule": {
|
|
62772
63011
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62773
|
-
"line":
|
|
63012
|
+
"line": 2669
|
|
62774
63013
|
},
|
|
62775
63014
|
"name": "useSortedProperties",
|
|
62776
63015
|
"optional": true,
|
|
@@ -62794,7 +63033,7 @@
|
|
|
62794
63033
|
"kind": "enum",
|
|
62795
63034
|
"locationInModule": {
|
|
62796
63035
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62797
|
-
"line":
|
|
63036
|
+
"line": 2605
|
|
62798
63037
|
},
|
|
62799
63038
|
"members": [
|
|
62800
63039
|
{
|
|
@@ -62823,7 +63062,7 @@
|
|
|
62823
63062
|
"kind": "interface",
|
|
62824
63063
|
"locationInModule": {
|
|
62825
63064
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62826
|
-
"line":
|
|
63065
|
+
"line": 916
|
|
62827
63066
|
},
|
|
62828
63067
|
"name": "VcsConfiguration",
|
|
62829
63068
|
"namespace": "javascript.biome_config",
|
|
@@ -62840,7 +63079,7 @@
|
|
|
62840
63079
|
"immutable": true,
|
|
62841
63080
|
"locationInModule": {
|
|
62842
63081
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62843
|
-
"line":
|
|
63082
|
+
"line": 922
|
|
62844
63083
|
},
|
|
62845
63084
|
"name": "clientKind",
|
|
62846
63085
|
"optional": true,
|
|
@@ -62860,7 +63099,7 @@
|
|
|
62860
63099
|
"immutable": true,
|
|
62861
63100
|
"locationInModule": {
|
|
62862
63101
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62863
|
-
"line":
|
|
63102
|
+
"line": 929
|
|
62864
63103
|
},
|
|
62865
63104
|
"name": "defaultBranch",
|
|
62866
63105
|
"optional": true,
|
|
@@ -62880,7 +63119,7 @@
|
|
|
62880
63119
|
"immutable": true,
|
|
62881
63120
|
"locationInModule": {
|
|
62882
63121
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62883
|
-
"line":
|
|
63122
|
+
"line": 936
|
|
62884
63123
|
},
|
|
62885
63124
|
"name": "enabled",
|
|
62886
63125
|
"optional": true,
|
|
@@ -62901,7 +63140,7 @@
|
|
|
62901
63140
|
"immutable": true,
|
|
62902
63141
|
"locationInModule": {
|
|
62903
63142
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62904
|
-
"line":
|
|
63143
|
+
"line": 948
|
|
62905
63144
|
},
|
|
62906
63145
|
"name": "root",
|
|
62907
63146
|
"optional": true,
|
|
@@ -62922,7 +63161,7 @@
|
|
|
62922
63161
|
"immutable": true,
|
|
62923
63162
|
"locationInModule": {
|
|
62924
63163
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62925
|
-
"line":
|
|
63164
|
+
"line": 956
|
|
62926
63165
|
},
|
|
62927
63166
|
"name": "useIgnoreFile",
|
|
62928
63167
|
"optional": true,
|
|
@@ -62947,7 +63186,7 @@
|
|
|
62947
63186
|
"kind": "enum",
|
|
62948
63187
|
"locationInModule": {
|
|
62949
63188
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
62950
|
-
"line":
|
|
63189
|
+
"line": 2742
|
|
62951
63190
|
},
|
|
62952
63191
|
"members": [
|
|
62953
63192
|
{
|
|
@@ -80557,6 +80796,6 @@
|
|
|
80557
80796
|
"usedFeatures": [
|
|
80558
80797
|
"class-covariant-overrides"
|
|
80559
80798
|
],
|
|
80560
|
-
"version": "0.99.
|
|
80561
|
-
"fingerprint": "
|
|
80799
|
+
"version": "0.99.13",
|
|
80800
|
+
"fingerprint": "vW/lqUG5AGoaZm2ziYh96y7e5CdWVZXWkSL8CSz59V8="
|
|
80562
80801
|
}
|