projen 0.101.27 → 0.101.29
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 +582 -485
- package/README.md +1 -1
- package/lib/ai-instructions.js +2 -2
- package/lib/awscdk/auto-discover.js +6 -6
- 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 +1 -1
- 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 +3 -3
- 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-build.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- 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.d.ts +2 -0
- package/lib/cdktf/cdktf-construct.js +4 -2
- package/lib/cdktn/cdktn-construct.d.ts +29 -0
- package/lib/cdktn/cdktn-construct.js +72 -0
- package/lib/cdktn/index.d.ts +1 -0
- package/lib/cdktn/index.js +18 -0
- package/lib/circleci/circleci.js +1 -1
- package/lib/cli/task-runtime.js +2 -2
- package/lib/component.js +2 -2
- 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/dependency-review.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/index.d.ts +1 -0
- package/lib/index.js +3 -2
- 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 +292 -322
- package/lib/javascript/biome/biome-config.js +5 -5
- 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/pnpm-workspace-config.js +2 -2
- package/lib/javascript/pnpm-workspace.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 +1 -1
- 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-config.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/run-task.cjs +60 -42
- package/lib/sample-file.js +2 -2
- package/lib/script-runner.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-shell.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-runner.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +5 -5
- package/lib/util/dax.d.ts +1 -0
- package/lib/util/dax.js +21 -0
- package/lib/util/exec.js +2 -2
- package/lib/util/node-compat.d.ts +23 -0
- package/lib/util/node-compat.js +40 -0
- 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 +3 -3
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"name": "projen",
|
|
84
84
|
"readme": {
|
|
85
|
-
"markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [pnpm dlx](https://pnpm.io/cli/dlx) to run *projen* which takes care of all required setup steps. (`npx` works too, but `pnpm dlx` avoids the supply-chain risk of phantom dependency resolution in npm.)\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ pnpm dlx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `pnpm dlx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `pnpm dlx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `pnpm dlx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `pnpm dlx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `pnpm dlx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `pnpm dlx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\npnpm dlx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='pnpm dlx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `pnpm dlx projen --help`:\n\n```shell\n$ pnpm dlx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [pnpm\nadd](https://pnpm.io/cli/add) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
|
|
85
|
+
"markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [pnpm dlx](https://pnpm.io/cli/dlx) to run *projen* which takes care of all required setup steps. (`npx` works too, but `pnpm dlx` avoids the supply-chain risk of phantom dependency resolution in npm.)\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ pnpm dlx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `pnpm dlx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `pnpm dlx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktn-construct](https://projen.io/docs/api/cdktn#constructlibrarycdktn-) - CDKTN construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `pnpm dlx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `pnpm dlx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `pnpm dlx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `pnpm dlx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\npnpm dlx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='pnpm dlx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `pnpm dlx projen --help`:\n\n```shell\n$ pnpm dlx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [pnpm\nadd](https://pnpm.io/cli/add) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ pnpm dlx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
|
|
86
86
|
},
|
|
87
87
|
"repository": {
|
|
88
88
|
"type": "git",
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
"projen.build": {
|
|
101
101
|
"locationInModule": {
|
|
102
102
|
"filename": "src/index.ts",
|
|
103
|
-
"line":
|
|
103
|
+
"line": 61
|
|
104
104
|
},
|
|
105
105
|
"symbolId": "src/build/index:"
|
|
106
106
|
},
|
|
107
107
|
"projen.cdk": {
|
|
108
108
|
"locationInModule": {
|
|
109
109
|
"filename": "src/index.ts",
|
|
110
|
-
"line":
|
|
110
|
+
"line": 60
|
|
111
111
|
},
|
|
112
112
|
"symbolId": "src/cdk/index:"
|
|
113
113
|
},
|
|
@@ -125,6 +125,13 @@
|
|
|
125
125
|
},
|
|
126
126
|
"symbolId": "src/cdktf/index:"
|
|
127
127
|
},
|
|
128
|
+
"projen.cdktn": {
|
|
129
|
+
"locationInModule": {
|
|
130
|
+
"filename": "src/index.ts",
|
|
131
|
+
"line": 59
|
|
132
|
+
},
|
|
133
|
+
"symbolId": "src/cdktn/index:"
|
|
134
|
+
},
|
|
128
135
|
"projen.circleci": {
|
|
129
136
|
"locationInModule": {
|
|
130
137
|
"filename": "src/index.ts",
|
|
@@ -21546,18 +21553,19 @@
|
|
|
21546
21553
|
"custom": {
|
|
21547
21554
|
"pjid": "cdktf-construct"
|
|
21548
21555
|
},
|
|
21556
|
+
"deprecated": "CDKTF has been archived by HashiCorp. Use ConstructLibraryCdktn from the cdktn module instead.\nCDKTN is a community-driven fork that continues active development. Learn more at https://cdktn.io/",
|
|
21549
21557
|
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within the CDK for Terraform (CDKTF), with a friendly workflow and\nautomatic publishing to the construct catalog.",
|
|
21550
|
-
"stability": "
|
|
21558
|
+
"stability": "deprecated",
|
|
21551
21559
|
"summary": "CDKTF construct library project."
|
|
21552
21560
|
},
|
|
21553
21561
|
"fqn": "projen.cdktf.ConstructLibraryCdktf",
|
|
21554
21562
|
"initializer": {
|
|
21555
21563
|
"docs": {
|
|
21556
|
-
"stability": "
|
|
21564
|
+
"stability": "deprecated"
|
|
21557
21565
|
},
|
|
21558
21566
|
"locationInModule": {
|
|
21559
21567
|
"filename": "src/cdktf/cdktf-construct.ts",
|
|
21560
|
-
"line":
|
|
21568
|
+
"line": 32
|
|
21561
21569
|
},
|
|
21562
21570
|
"parameters": [
|
|
21563
21571
|
{
|
|
@@ -21571,7 +21579,7 @@
|
|
|
21571
21579
|
"kind": "class",
|
|
21572
21580
|
"locationInModule": {
|
|
21573
21581
|
"filename": "src/cdktf/cdktf-construct.ts",
|
|
21574
|
-
"line":
|
|
21582
|
+
"line": 31
|
|
21575
21583
|
},
|
|
21576
21584
|
"name": "ConstructLibraryCdktf",
|
|
21577
21585
|
"namespace": "cdktf",
|
|
@@ -21636,6 +21644,103 @@
|
|
|
21636
21644
|
],
|
|
21637
21645
|
"symbolId": "src/cdktf/cdktf-construct:ConstructLibraryCdktfOptions"
|
|
21638
21646
|
},
|
|
21647
|
+
"projen.cdktn.ConstructLibraryCdktn": {
|
|
21648
|
+
"assembly": "projen",
|
|
21649
|
+
"base": "projen.cdk.ConstructLibrary",
|
|
21650
|
+
"docs": {
|
|
21651
|
+
"custom": {
|
|
21652
|
+
"pjid": "cdktn-construct"
|
|
21653
|
+
},
|
|
21654
|
+
"remarks": "A multi-language (jsii) construct library which vends constructs designed to\nuse within CDK Terrain (CDKTN), a community-driven fork of CDKTF.\nProvides a friendly workflow and automatic publishing to the construct catalog.\n\nLearn more at https://cdktn.io/",
|
|
21655
|
+
"stability": "experimental",
|
|
21656
|
+
"summary": "CDKTN construct library project."
|
|
21657
|
+
},
|
|
21658
|
+
"fqn": "projen.cdktn.ConstructLibraryCdktn",
|
|
21659
|
+
"initializer": {
|
|
21660
|
+
"docs": {
|
|
21661
|
+
"stability": "experimental"
|
|
21662
|
+
},
|
|
21663
|
+
"locationInModule": {
|
|
21664
|
+
"filename": "src/cdktn/cdktn-construct.ts",
|
|
21665
|
+
"line": 32
|
|
21666
|
+
},
|
|
21667
|
+
"parameters": [
|
|
21668
|
+
{
|
|
21669
|
+
"name": "options",
|
|
21670
|
+
"type": {
|
|
21671
|
+
"fqn": "projen.cdktn.ConstructLibraryCdktnOptions"
|
|
21672
|
+
}
|
|
21673
|
+
}
|
|
21674
|
+
]
|
|
21675
|
+
},
|
|
21676
|
+
"kind": "class",
|
|
21677
|
+
"locationInModule": {
|
|
21678
|
+
"filename": "src/cdktn/cdktn-construct.ts",
|
|
21679
|
+
"line": 31
|
|
21680
|
+
},
|
|
21681
|
+
"name": "ConstructLibraryCdktn",
|
|
21682
|
+
"namespace": "cdktn",
|
|
21683
|
+
"symbolId": "src/cdktn/cdktn-construct:ConstructLibraryCdktn"
|
|
21684
|
+
},
|
|
21685
|
+
"projen.cdktn.ConstructLibraryCdktnOptions": {
|
|
21686
|
+
"assembly": "projen",
|
|
21687
|
+
"datatype": true,
|
|
21688
|
+
"docs": {
|
|
21689
|
+
"stability": "experimental"
|
|
21690
|
+
},
|
|
21691
|
+
"fqn": "projen.cdktn.ConstructLibraryCdktnOptions",
|
|
21692
|
+
"interfaces": [
|
|
21693
|
+
"projen.cdk.ConstructLibraryOptions"
|
|
21694
|
+
],
|
|
21695
|
+
"kind": "interface",
|
|
21696
|
+
"locationInModule": {
|
|
21697
|
+
"filename": "src/cdktn/cdktn-construct.ts",
|
|
21698
|
+
"line": 5
|
|
21699
|
+
},
|
|
21700
|
+
"name": "ConstructLibraryCdktnOptions",
|
|
21701
|
+
"namespace": "cdktn",
|
|
21702
|
+
"properties": [
|
|
21703
|
+
{
|
|
21704
|
+
"abstract": true,
|
|
21705
|
+
"docs": {
|
|
21706
|
+
"custom": {
|
|
21707
|
+
"featured": "true"
|
|
21708
|
+
},
|
|
21709
|
+
"default": "\"^0.24.0\"",
|
|
21710
|
+
"stability": "experimental",
|
|
21711
|
+
"summary": "Minimum target version this library is tested against."
|
|
21712
|
+
},
|
|
21713
|
+
"immutable": true,
|
|
21714
|
+
"locationInModule": {
|
|
21715
|
+
"filename": "src/cdktn/cdktn-construct.ts",
|
|
21716
|
+
"line": 11
|
|
21717
|
+
},
|
|
21718
|
+
"name": "cdktnVersion",
|
|
21719
|
+
"type": {
|
|
21720
|
+
"primitive": "string"
|
|
21721
|
+
}
|
|
21722
|
+
},
|
|
21723
|
+
{
|
|
21724
|
+
"abstract": true,
|
|
21725
|
+
"docs": {
|
|
21726
|
+
"default": "\"^10.7.0\"",
|
|
21727
|
+
"stability": "experimental",
|
|
21728
|
+
"summary": "Construct version to use."
|
|
21729
|
+
},
|
|
21730
|
+
"immutable": true,
|
|
21731
|
+
"locationInModule": {
|
|
21732
|
+
"filename": "src/cdktn/cdktn-construct.ts",
|
|
21733
|
+
"line": 17
|
|
21734
|
+
},
|
|
21735
|
+
"name": "constructsVersion",
|
|
21736
|
+
"optional": true,
|
|
21737
|
+
"type": {
|
|
21738
|
+
"primitive": "string"
|
|
21739
|
+
}
|
|
21740
|
+
}
|
|
21741
|
+
],
|
|
21742
|
+
"symbolId": "src/cdktn/cdktn-construct:ConstructLibraryCdktnOptions"
|
|
21743
|
+
},
|
|
21639
21744
|
"projen.circleci.CircleCiProps": {
|
|
21640
21745
|
"assembly": "projen",
|
|
21641
21746
|
"datatype": true,
|
|
@@ -66396,7 +66501,7 @@
|
|
|
66396
66501
|
"kind": "interface",
|
|
66397
66502
|
"locationInModule": {
|
|
66398
66503
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66399
|
-
"line":
|
|
66504
|
+
"line": 1008
|
|
66400
66505
|
},
|
|
66401
66506
|
"name": "Actions",
|
|
66402
66507
|
"namespace": "javascript.biome_config",
|
|
@@ -66413,7 +66518,7 @@
|
|
|
66413
66518
|
"immutable": true,
|
|
66414
66519
|
"locationInModule": {
|
|
66415
66520
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66416
|
-
"line":
|
|
66521
|
+
"line": 1014
|
|
66417
66522
|
},
|
|
66418
66523
|
"name": "preset",
|
|
66419
66524
|
"optional": true,
|
|
@@ -66434,7 +66539,7 @@
|
|
|
66434
66539
|
"immutable": true,
|
|
66435
66540
|
"locationInModule": {
|
|
66436
66541
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66437
|
-
"line":
|
|
66542
|
+
"line": 1021
|
|
66438
66543
|
},
|
|
66439
66544
|
"name": "recommended",
|
|
66440
66545
|
"optional": true,
|
|
@@ -66453,7 +66558,7 @@
|
|
|
66453
66558
|
"immutable": true,
|
|
66454
66559
|
"locationInModule": {
|
|
66455
66560
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66456
|
-
"line":
|
|
66561
|
+
"line": 1026
|
|
66457
66562
|
},
|
|
66458
66563
|
"name": "source",
|
|
66459
66564
|
"optional": true,
|
|
@@ -66476,7 +66581,7 @@
|
|
|
66476
66581
|
"kind": "enum",
|
|
66477
66582
|
"locationInModule": {
|
|
66478
66583
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66479
|
-
"line":
|
|
66584
|
+
"line": 2955
|
|
66480
66585
|
},
|
|
66481
66586
|
"members": [
|
|
66482
66587
|
{
|
|
@@ -66597,7 +66702,7 @@
|
|
|
66597
66702
|
"kind": "enum",
|
|
66598
66703
|
"locationInModule": {
|
|
66599
66704
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66600
|
-
"line":
|
|
66705
|
+
"line": 1248
|
|
66601
66706
|
},
|
|
66602
66707
|
"members": [
|
|
66603
66708
|
{
|
|
@@ -66627,7 +66732,7 @@
|
|
|
66627
66732
|
"schema": "BiomeConfiguration"
|
|
66628
66733
|
},
|
|
66629
66734
|
"stability": "experimental",
|
|
66630
|
-
"summary": "The configuration
|
|
66735
|
+
"summary": "The configuration contained in `biome.json`."
|
|
66631
66736
|
},
|
|
66632
66737
|
"fqn": "projen.javascript.biome_config.BiomeConfiguration",
|
|
66633
66738
|
"kind": "interface",
|
|
@@ -66645,7 +66750,7 @@
|
|
|
66645
66750
|
"schema": "BiomeConfiguration#assist"
|
|
66646
66751
|
},
|
|
66647
66752
|
"stability": "experimental",
|
|
66648
|
-
"summary": "
|
|
66753
|
+
"summary": "The assist configuration."
|
|
66649
66754
|
},
|
|
66650
66755
|
"immutable": true,
|
|
66651
66756
|
"locationInModule": {
|
|
@@ -66665,7 +66770,7 @@
|
|
|
66665
66770
|
"schema": "BiomeConfiguration#css"
|
|
66666
66771
|
},
|
|
66667
66772
|
"stability": "experimental",
|
|
66668
|
-
"summary": "
|
|
66773
|
+
"summary": "Configuration specific to CSS."
|
|
66669
66774
|
},
|
|
66670
66775
|
"immutable": true,
|
|
66671
66776
|
"locationInModule": {
|
|
@@ -66710,7 +66815,7 @@
|
|
|
66710
66815
|
"schema": "BiomeConfiguration#files"
|
|
66711
66816
|
},
|
|
66712
66817
|
"stability": "experimental",
|
|
66713
|
-
"summary": "The
|
|
66818
|
+
"summary": "The file handling configuration."
|
|
66714
66819
|
},
|
|
66715
66820
|
"immutable": true,
|
|
66716
66821
|
"locationInModule": {
|
|
@@ -66730,7 +66835,7 @@
|
|
|
66730
66835
|
"schema": "BiomeConfiguration#formatter"
|
|
66731
66836
|
},
|
|
66732
66837
|
"stability": "experimental",
|
|
66733
|
-
"summary": "The configuration
|
|
66838
|
+
"summary": "The formatter configuration."
|
|
66734
66839
|
},
|
|
66735
66840
|
"immutable": true,
|
|
66736
66841
|
"locationInModule": {
|
|
@@ -66750,7 +66855,7 @@
|
|
|
66750
66855
|
"schema": "BiomeConfiguration#graphql"
|
|
66751
66856
|
},
|
|
66752
66857
|
"stability": "experimental",
|
|
66753
|
-
"summary": "
|
|
66858
|
+
"summary": "Configuration specific to GraphQL."
|
|
66754
66859
|
},
|
|
66755
66860
|
"immutable": true,
|
|
66756
66861
|
"locationInModule": {
|
|
@@ -66770,7 +66875,7 @@
|
|
|
66770
66875
|
"schema": "BiomeConfiguration#grit"
|
|
66771
66876
|
},
|
|
66772
66877
|
"stability": "experimental",
|
|
66773
|
-
"summary": "
|
|
66878
|
+
"summary": "Configuration specific to GritQL."
|
|
66774
66879
|
},
|
|
66775
66880
|
"immutable": true,
|
|
66776
66881
|
"locationInModule": {
|
|
@@ -66790,7 +66895,7 @@
|
|
|
66790
66895
|
"schema": "BiomeConfiguration#html"
|
|
66791
66896
|
},
|
|
66792
66897
|
"stability": "experimental",
|
|
66793
|
-
"summary": "
|
|
66898
|
+
"summary": "Configuration specific to HTML."
|
|
66794
66899
|
},
|
|
66795
66900
|
"immutable": true,
|
|
66796
66901
|
"locationInModule": {
|
|
@@ -66810,7 +66915,7 @@
|
|
|
66810
66915
|
"schema": "BiomeConfiguration#javascript"
|
|
66811
66916
|
},
|
|
66812
66917
|
"stability": "experimental",
|
|
66813
|
-
"summary": "
|
|
66918
|
+
"summary": "Configuration specific to JavaScript."
|
|
66814
66919
|
},
|
|
66815
66920
|
"immutable": true,
|
|
66816
66921
|
"locationInModule": {
|
|
@@ -66830,7 +66935,7 @@
|
|
|
66830
66935
|
"schema": "BiomeConfiguration#json"
|
|
66831
66936
|
},
|
|
66832
66937
|
"stability": "experimental",
|
|
66833
|
-
"summary": "
|
|
66938
|
+
"summary": "Configuration specific to JSON."
|
|
66834
66939
|
},
|
|
66835
66940
|
"immutable": true,
|
|
66836
66941
|
"locationInModule": {
|
|
@@ -66850,7 +66955,7 @@
|
|
|
66850
66955
|
"schema": "BiomeConfiguration#linter"
|
|
66851
66956
|
},
|
|
66852
66957
|
"stability": "experimental",
|
|
66853
|
-
"summary": "The configuration
|
|
66958
|
+
"summary": "The linter configuration."
|
|
66854
66959
|
},
|
|
66855
66960
|
"immutable": true,
|
|
66856
66961
|
"locationInModule": {
|
|
@@ -66870,7 +66975,7 @@
|
|
|
66870
66975
|
"schema": "BiomeConfiguration#overrides"
|
|
66871
66976
|
},
|
|
66872
66977
|
"stability": "experimental",
|
|
66873
|
-
"summary": "A list of granular patterns
|
|
66978
|
+
"summary": "A list of granular patterns applied only to a subset of files."
|
|
66874
66979
|
},
|
|
66875
66980
|
"immutable": true,
|
|
66876
66981
|
"locationInModule": {
|
|
@@ -66961,7 +67066,7 @@
|
|
|
66961
67066
|
"schema": "BiomeConfiguration#vcs"
|
|
66962
67067
|
},
|
|
66963
67068
|
"stability": "experimental",
|
|
66964
|
-
"summary": "The
|
|
67069
|
+
"summary": "The version control integration configuration."
|
|
66965
67070
|
},
|
|
66966
67071
|
"immutable": true,
|
|
66967
67072
|
"locationInModule": {
|
|
@@ -66985,13 +67090,13 @@
|
|
|
66985
67090
|
"schema": "CssAssistConfiguration"
|
|
66986
67091
|
},
|
|
66987
67092
|
"stability": "experimental",
|
|
66988
|
-
"summary": "Options that
|
|
67093
|
+
"summary": "Options that change how CSS assist behaves."
|
|
66989
67094
|
},
|
|
66990
67095
|
"fqn": "projen.javascript.biome_config.CssAssistConfiguration",
|
|
66991
67096
|
"kind": "interface",
|
|
66992
67097
|
"locationInModule": {
|
|
66993
67098
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
66994
|
-
"line":
|
|
67099
|
+
"line": 1051
|
|
66995
67100
|
},
|
|
66996
67101
|
"name": "CssAssistConfiguration",
|
|
66997
67102
|
"namespace": "javascript.biome_config",
|
|
@@ -67003,12 +67108,12 @@
|
|
|
67003
67108
|
"schema": "CssAssistConfiguration#enabled"
|
|
67004
67109
|
},
|
|
67005
67110
|
"stability": "experimental",
|
|
67006
|
-
"summary": "
|
|
67111
|
+
"summary": "Controls assist actions for CSS files."
|
|
67007
67112
|
},
|
|
67008
67113
|
"immutable": true,
|
|
67009
67114
|
"locationInModule": {
|
|
67010
67115
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67011
|
-
"line":
|
|
67116
|
+
"line": 1057
|
|
67012
67117
|
},
|
|
67013
67118
|
"name": "enabled",
|
|
67014
67119
|
"optional": true,
|
|
@@ -67154,13 +67259,13 @@
|
|
|
67154
67259
|
"schema": "CssFormatterConfiguration"
|
|
67155
67260
|
},
|
|
67156
67261
|
"stability": "experimental",
|
|
67157
|
-
"summary": "Options that
|
|
67262
|
+
"summary": "Options that change how the CSS formatter behaves."
|
|
67158
67263
|
},
|
|
67159
67264
|
"fqn": "projen.javascript.biome_config.CssFormatterConfiguration",
|
|
67160
67265
|
"kind": "interface",
|
|
67161
67266
|
"locationInModule": {
|
|
67162
67267
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67163
|
-
"line":
|
|
67268
|
+
"line": 1080
|
|
67164
67269
|
},
|
|
67165
67270
|
"name": "CssFormatterConfiguration",
|
|
67166
67271
|
"namespace": "javascript.biome_config",
|
|
@@ -67171,15 +67276,14 @@
|
|
|
67171
67276
|
"custom": {
|
|
67172
67277
|
"schema": "CssFormatterConfiguration#delimiterSpacing"
|
|
67173
67278
|
},
|
|
67174
|
-
"
|
|
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.",
|
|
67279
|
+
"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
67280
|
"stability": "experimental",
|
|
67177
|
-
"summary": "
|
|
67281
|
+
"summary": "Controls spaces inside CSS parentheses and square brackets when their content fits on one line."
|
|
67178
67282
|
},
|
|
67179
67283
|
"immutable": true,
|
|
67180
67284
|
"locationInModule": {
|
|
67181
67285
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67182
|
-
"line":
|
|
67286
|
+
"line": 1090
|
|
67183
67287
|
},
|
|
67184
67288
|
"name": "delimiterSpacing",
|
|
67185
67289
|
"optional": true,
|
|
@@ -67194,12 +67298,12 @@
|
|
|
67194
67298
|
"schema": "CssFormatterConfiguration#enabled"
|
|
67195
67299
|
},
|
|
67196
67300
|
"stability": "experimental",
|
|
67197
|
-
"summary": "
|
|
67301
|
+
"summary": "Controls the formatter for CSS and languages that extend it."
|
|
67198
67302
|
},
|
|
67199
67303
|
"immutable": true,
|
|
67200
67304
|
"locationInModule": {
|
|
67201
67305
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67202
|
-
"line":
|
|
67306
|
+
"line": 1097
|
|
67203
67307
|
},
|
|
67204
67308
|
"name": "enabled",
|
|
67205
67309
|
"optional": true,
|
|
@@ -67213,13 +67317,14 @@
|
|
|
67213
67317
|
"custom": {
|
|
67214
67318
|
"schema": "CssFormatterConfiguration#indentStyle"
|
|
67215
67319
|
},
|
|
67320
|
+
"remarks": "If unset, inherits the global\nindentation style.",
|
|
67216
67321
|
"stability": "experimental",
|
|
67217
|
-
"summary": "The indent style applied to CSS
|
|
67322
|
+
"summary": "The indent style applied to CSS and languages that extend it."
|
|
67218
67323
|
},
|
|
67219
67324
|
"immutable": true,
|
|
67220
67325
|
"locationInModule": {
|
|
67221
67326
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67222
|
-
"line":
|
|
67327
|
+
"line": 1105
|
|
67223
67328
|
},
|
|
67224
67329
|
"name": "indentStyle",
|
|
67225
67330
|
"optional": true,
|
|
@@ -67233,15 +67338,14 @@
|
|
|
67233
67338
|
"custom": {
|
|
67234
67339
|
"schema": "CssFormatterConfiguration#indentWidth"
|
|
67235
67340
|
},
|
|
67236
|
-
"
|
|
67237
|
-
"remarks": "Default to 2.",
|
|
67341
|
+
"remarks": "If unset, inherits the\nglobal indentation width.",
|
|
67238
67342
|
"stability": "experimental",
|
|
67239
|
-
"summary": "The
|
|
67343
|
+
"summary": "The indentation width applied to CSS and languages that extend it."
|
|
67240
67344
|
},
|
|
67241
67345
|
"immutable": true,
|
|
67242
67346
|
"locationInModule": {
|
|
67243
67347
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67244
|
-
"line":
|
|
67348
|
+
"line": 1113
|
|
67245
67349
|
},
|
|
67246
67350
|
"name": "indentWidth",
|
|
67247
67351
|
"optional": true,
|
|
@@ -67255,14 +67359,14 @@
|
|
|
67255
67359
|
"custom": {
|
|
67256
67360
|
"schema": "CssFormatterConfiguration#lineEnding"
|
|
67257
67361
|
},
|
|
67258
|
-
"remarks": "
|
|
67362
|
+
"remarks": "If unset, inherits the global\nline ending.",
|
|
67259
67363
|
"stability": "experimental",
|
|
67260
|
-
"summary": "The
|
|
67364
|
+
"summary": "The line ending applied to CSS and languages that extend it."
|
|
67261
67365
|
},
|
|
67262
67366
|
"immutable": true,
|
|
67263
67367
|
"locationInModule": {
|
|
67264
67368
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67265
|
-
"line":
|
|
67369
|
+
"line": 1121
|
|
67266
67370
|
},
|
|
67267
67371
|
"name": "lineEnding",
|
|
67268
67372
|
"optional": true,
|
|
@@ -67276,15 +67380,14 @@
|
|
|
67276
67380
|
"custom": {
|
|
67277
67381
|
"schema": "CssFormatterConfiguration#lineWidth"
|
|
67278
67382
|
},
|
|
67279
|
-
"
|
|
67280
|
-
"remarks": "Defaults to 80.",
|
|
67383
|
+
"remarks": "If unset, inherits the global\nline width.",
|
|
67281
67384
|
"stability": "experimental",
|
|
67282
|
-
"summary": "
|
|
67385
|
+
"summary": "The maximum line width for CSS and languages that extend it."
|
|
67283
67386
|
},
|
|
67284
67387
|
"immutable": true,
|
|
67285
67388
|
"locationInModule": {
|
|
67286
67389
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67287
|
-
"line":
|
|
67390
|
+
"line": 1129
|
|
67288
67391
|
},
|
|
67289
67392
|
"name": "lineWidth",
|
|
67290
67393
|
"optional": true,
|
|
@@ -67298,15 +67401,15 @@
|
|
|
67298
67401
|
"custom": {
|
|
67299
67402
|
"schema": "CssFormatterConfiguration#quoteStyle"
|
|
67300
67403
|
},
|
|
67301
|
-
"default": "double
|
|
67302
|
-
"remarks": "Defaults to double
|
|
67404
|
+
"default": "double`.",
|
|
67405
|
+
"remarks": "Defaults to `double`.",
|
|
67303
67406
|
"stability": "experimental",
|
|
67304
67407
|
"summary": "The type of quotes used in CSS code."
|
|
67305
67408
|
},
|
|
67306
67409
|
"immutable": true,
|
|
67307
67410
|
"locationInModule": {
|
|
67308
67411
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67309
|
-
"line":
|
|
67412
|
+
"line": 1137
|
|
67310
67413
|
},
|
|
67311
67414
|
"name": "quoteStyle",
|
|
67312
67415
|
"optional": true,
|
|
@@ -67320,15 +67423,14 @@
|
|
|
67320
67423
|
"custom": {
|
|
67321
67424
|
"schema": "CssFormatterConfiguration#trailingNewline"
|
|
67322
67425
|
},
|
|
67323
|
-
"
|
|
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.",
|
|
67426
|
+
"remarks": "If unset, inherits the global\ntrailing newline setting.",
|
|
67325
67427
|
"stability": "experimental",
|
|
67326
67428
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
67327
67429
|
},
|
|
67328
67430
|
"immutable": true,
|
|
67329
67431
|
"locationInModule": {
|
|
67330
67432
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67331
|
-
"line":
|
|
67433
|
+
"line": 1145
|
|
67332
67434
|
},
|
|
67333
67435
|
"name": "trailingNewline",
|
|
67334
67436
|
"optional": true,
|
|
@@ -67347,13 +67449,13 @@
|
|
|
67347
67449
|
"schema": "CssLinterConfiguration"
|
|
67348
67450
|
},
|
|
67349
67451
|
"stability": "experimental",
|
|
67350
|
-
"summary": "Options that
|
|
67452
|
+
"summary": "Options that change how the CSS linter behaves."
|
|
67351
67453
|
},
|
|
67352
67454
|
"fqn": "projen.javascript.biome_config.CssLinterConfiguration",
|
|
67353
67455
|
"kind": "interface",
|
|
67354
67456
|
"locationInModule": {
|
|
67355
67457
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67356
|
-
"line":
|
|
67458
|
+
"line": 1175
|
|
67357
67459
|
},
|
|
67358
67460
|
"name": "CssLinterConfiguration",
|
|
67359
67461
|
"namespace": "javascript.biome_config",
|
|
@@ -67365,12 +67467,12 @@
|
|
|
67365
67467
|
"schema": "CssLinterConfiguration#enabled"
|
|
67366
67468
|
},
|
|
67367
67469
|
"stability": "experimental",
|
|
67368
|
-
"summary": "
|
|
67470
|
+
"summary": "Controls the linter for CSS files."
|
|
67369
67471
|
},
|
|
67370
67472
|
"immutable": true,
|
|
67371
67473
|
"locationInModule": {
|
|
67372
67474
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67373
|
-
"line":
|
|
67475
|
+
"line": 1181
|
|
67374
67476
|
},
|
|
67375
67477
|
"name": "enabled",
|
|
67376
67478
|
"optional": true,
|
|
@@ -67389,13 +67491,13 @@
|
|
|
67389
67491
|
"schema": "CssParserConfiguration"
|
|
67390
67492
|
},
|
|
67391
67493
|
"stability": "experimental",
|
|
67392
|
-
"summary": "Options that
|
|
67494
|
+
"summary": "Options that change how the CSS parser behaves."
|
|
67393
67495
|
},
|
|
67394
67496
|
"fqn": "projen.javascript.biome_config.CssParserConfiguration",
|
|
67395
67497
|
"kind": "interface",
|
|
67396
67498
|
"locationInModule": {
|
|
67397
67499
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67398
|
-
"line":
|
|
67500
|
+
"line": 1204
|
|
67399
67501
|
},
|
|
67400
67502
|
"name": "CssParserConfiguration",
|
|
67401
67503
|
"namespace": "javascript.biome_config",
|
|
@@ -67407,12 +67509,12 @@
|
|
|
67407
67509
|
"schema": "CssParserConfiguration#allowWrongLineComments"
|
|
67408
67510
|
},
|
|
67409
67511
|
"stability": "experimental",
|
|
67410
|
-
"summary": "
|
|
67512
|
+
"summary": "Allows comments to appear on incorrect lines in `.css` files."
|
|
67411
67513
|
},
|
|
67412
67514
|
"immutable": true,
|
|
67413
67515
|
"locationInModule": {
|
|
67414
67516
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67415
|
-
"line":
|
|
67517
|
+
"line": 1210
|
|
67416
67518
|
},
|
|
67417
67519
|
"name": "allowWrongLineComments",
|
|
67418
67520
|
"optional": true,
|
|
@@ -67428,12 +67530,12 @@
|
|
|
67428
67530
|
},
|
|
67429
67531
|
"remarks": "Enable this feature only\nwhen your files don't end in `.module.css`.",
|
|
67430
67532
|
"stability": "experimental",
|
|
67431
|
-
"summary": "Enables parsing of CSS Modules
|
|
67533
|
+
"summary": "Enables parsing of CSS Modules-specific features."
|
|
67432
67534
|
},
|
|
67433
67535
|
"immutable": true,
|
|
67434
67536
|
"locationInModule": {
|
|
67435
67537
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67436
|
-
"line":
|
|
67538
|
+
"line": 1218
|
|
67437
67539
|
},
|
|
67438
67540
|
"name": "cssModules",
|
|
67439
67541
|
"optional": true,
|
|
@@ -67453,7 +67555,7 @@
|
|
|
67453
67555
|
"immutable": true,
|
|
67454
67556
|
"locationInModule": {
|
|
67455
67557
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67456
|
-
"line":
|
|
67558
|
+
"line": 1225
|
|
67457
67559
|
},
|
|
67458
67560
|
"name": "tailwindDirectives",
|
|
67459
67561
|
"optional": true,
|
|
@@ -67476,12 +67578,12 @@
|
|
|
67476
67578
|
"kind": "enum",
|
|
67477
67579
|
"locationInModule": {
|
|
67478
67580
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67479
|
-
"line":
|
|
67581
|
+
"line": 1258
|
|
67480
67582
|
},
|
|
67481
67583
|
"members": [
|
|
67482
67584
|
{
|
|
67483
67585
|
"docs": {
|
|
67484
|
-
"remarks": "Arrays
|
|
67586
|
+
"remarks": "Arrays remain on one\nline if they fit. (auto)",
|
|
67485
67587
|
"stability": "experimental",
|
|
67486
67588
|
"summary": "Objects are expanded when the first property has a leading newline."
|
|
67487
67589
|
},
|
|
@@ -67499,7 +67601,7 @@
|
|
|
67499
67601
|
"docs": {
|
|
67500
67602
|
"remarks": "(never)",
|
|
67501
67603
|
"stability": "experimental",
|
|
67502
|
-
"summary": "Objects and arrays
|
|
67604
|
+
"summary": "Objects and arrays remain on one line if they fit."
|
|
67503
67605
|
},
|
|
67504
67606
|
"name": "NEVER"
|
|
67505
67607
|
}
|
|
@@ -67516,7 +67618,7 @@
|
|
|
67516
67618
|
"schema": "FilesConfiguration"
|
|
67517
67619
|
},
|
|
67518
67620
|
"stability": "experimental",
|
|
67519
|
-
"summary": "The
|
|
67621
|
+
"summary": "The file handling configuration."
|
|
67520
67622
|
},
|
|
67521
67623
|
"fqn": "projen.javascript.biome_config.FilesConfiguration",
|
|
67522
67624
|
"kind": "interface",
|
|
@@ -67560,7 +67662,7 @@
|
|
|
67560
67662
|
"schema": "FilesConfiguration#ignoreUnknown"
|
|
67561
67663
|
},
|
|
67562
67664
|
"stability": "experimental",
|
|
67563
|
-
"summary": "
|
|
67665
|
+
"summary": "Prevents Biome from emitting diagnostics for unrecognized file types."
|
|
67564
67666
|
},
|
|
67565
67667
|
"immutable": true,
|
|
67566
67668
|
"locationInModule": {
|
|
@@ -67579,7 +67681,7 @@
|
|
|
67579
67681
|
"custom": {
|
|
67580
67682
|
"schema": "FilesConfiguration#includes"
|
|
67581
67683
|
},
|
|
67582
|
-
"remarks": "Biome
|
|
67684
|
+
"remarks": "Biome handles only files and directories that match these\npatterns.",
|
|
67583
67685
|
"stability": "experimental",
|
|
67584
67686
|
"summary": "A list of glob patterns."
|
|
67585
67687
|
},
|
|
@@ -67605,15 +67707,15 @@
|
|
|
67605
67707
|
"custom": {
|
|
67606
67708
|
"schema": "FilesConfiguration#maxSize"
|
|
67607
67709
|
},
|
|
67608
|
-
"default": "1 MiB",
|
|
67609
|
-
"remarks": "
|
|
67710
|
+
"default": "1 MiB`.",
|
|
67711
|
+
"remarks": "Biome ignores larger files. Defaults to `1 MiB`.",
|
|
67610
67712
|
"stability": "experimental",
|
|
67611
|
-
"summary": "The maximum
|
|
67713
|
+
"summary": "The maximum source file size in bytes."
|
|
67612
67714
|
},
|
|
67613
67715
|
"immutable": true,
|
|
67614
67716
|
"locationInModule": {
|
|
67615
67717
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67616
|
-
"line":
|
|
67718
|
+
"line": 295
|
|
67617
67719
|
},
|
|
67618
67720
|
"name": "maxSize",
|
|
67619
67721
|
"optional": true,
|
|
@@ -67638,7 +67740,7 @@
|
|
|
67638
67740
|
"kind": "interface",
|
|
67639
67741
|
"locationInModule": {
|
|
67640
67742
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67641
|
-
"line":
|
|
67743
|
+
"line": 321
|
|
67642
67744
|
},
|
|
67643
67745
|
"name": "FormatterConfiguration",
|
|
67644
67746
|
"namespace": "javascript.biome_config",
|
|
@@ -67649,15 +67751,15 @@
|
|
|
67649
67751
|
"custom": {
|
|
67650
67752
|
"schema": "FormatterConfiguration#attributePosition"
|
|
67651
67753
|
},
|
|
67652
|
-
"default": "auto
|
|
67653
|
-
"remarks": "Defaults to auto
|
|
67754
|
+
"default": "auto`.",
|
|
67755
|
+
"remarks": "Defaults to `auto`.",
|
|
67654
67756
|
"stability": "experimental",
|
|
67655
|
-
"summary": "The attribute position style in HTML-
|
|
67757
|
+
"summary": "The attribute position style in HTML-like languages."
|
|
67656
67758
|
},
|
|
67657
67759
|
"immutable": true,
|
|
67658
67760
|
"locationInModule": {
|
|
67659
67761
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67660
|
-
"line":
|
|
67762
|
+
"line": 328
|
|
67661
67763
|
},
|
|
67662
67764
|
"name": "attributePosition",
|
|
67663
67765
|
"optional": true,
|
|
@@ -67671,13 +67773,15 @@
|
|
|
67671
67773
|
"custom": {
|
|
67672
67774
|
"schema": "FormatterConfiguration#bracketSameLine"
|
|
67673
67775
|
},
|
|
67776
|
+
"default": "false`.",
|
|
67777
|
+
"remarks": "Self-closing elements are unaffected. Defaults to `false`.",
|
|
67674
67778
|
"stability": "experimental",
|
|
67675
|
-
"summary": "
|
|
67779
|
+
"summary": "Places the `>` of a multiline HTML or JSX element at the end of the last line instead of on the next line."
|
|
67676
67780
|
},
|
|
67677
67781
|
"immutable": true,
|
|
67678
67782
|
"locationInModule": {
|
|
67679
67783
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67680
|
-
"line":
|
|
67784
|
+
"line": 337
|
|
67681
67785
|
},
|
|
67682
67786
|
"name": "bracketSameLine",
|
|
67683
67787
|
"optional": true,
|
|
@@ -67691,15 +67795,15 @@
|
|
|
67691
67795
|
"custom": {
|
|
67692
67796
|
"schema": "FormatterConfiguration#bracketSpacing"
|
|
67693
67797
|
},
|
|
67694
|
-
"default": "true
|
|
67695
|
-
"remarks": "Defaults to true
|
|
67798
|
+
"default": "true`.",
|
|
67799
|
+
"remarks": "Defaults to `true`.",
|
|
67696
67800
|
"stability": "experimental",
|
|
67697
|
-
"summary": "Whether to insert spaces
|
|
67801
|
+
"summary": "Whether to insert spaces inside braces in object literals."
|
|
67698
67802
|
},
|
|
67699
67803
|
"immutable": true,
|
|
67700
67804
|
"locationInModule": {
|
|
67701
67805
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67702
|
-
"line":
|
|
67806
|
+
"line": 345
|
|
67703
67807
|
},
|
|
67704
67808
|
"name": "bracketSpacing",
|
|
67705
67809
|
"optional": true,
|
|
@@ -67713,10 +67817,10 @@
|
|
|
67713
67817
|
"custom": {
|
|
67714
67818
|
"schema": "FormatterConfiguration#delimiterSpacing"
|
|
67715
67819
|
},
|
|
67716
|
-
"default": "false
|
|
67717
|
-
"remarks": "
|
|
67820
|
+
"default": "false`.",
|
|
67821
|
+
"remarks": "It doesn't add spaces before opening delimiters or inside empty delimiters.\n\nThe affected delimiters vary by language. Defaults to `false`.",
|
|
67718
67822
|
"stability": "experimental",
|
|
67719
|
-
"summary": "
|
|
67823
|
+
"summary": "Controls spaces immediately inside supported delimiters when their content fits on one line."
|
|
67720
67824
|
},
|
|
67721
67825
|
"immutable": true,
|
|
67722
67826
|
"locationInModule": {
|
|
@@ -67754,15 +67858,15 @@
|
|
|
67754
67858
|
"custom": {
|
|
67755
67859
|
"schema": "FormatterConfiguration#expand"
|
|
67756
67860
|
},
|
|
67757
|
-
"default": "auto
|
|
67758
|
-
"remarks": "
|
|
67861
|
+
"default": "auto`.",
|
|
67862
|
+
"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
67863
|
"stability": "experimental",
|
|
67760
|
-
"summary": "
|
|
67864
|
+
"summary": "Controls whether arrays and objects are formatted on one line or multiple lines."
|
|
67761
67865
|
},
|
|
67762
67866
|
"immutable": true,
|
|
67763
67867
|
"locationInModule": {
|
|
67764
67868
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67765
|
-
"line":
|
|
67869
|
+
"line": 380
|
|
67766
67870
|
},
|
|
67767
67871
|
"name": "expand",
|
|
67768
67872
|
"optional": true,
|
|
@@ -67776,13 +67880,15 @@
|
|
|
67776
67880
|
"custom": {
|
|
67777
67881
|
"schema": "FormatterConfiguration#formatWithErrors"
|
|
67778
67882
|
},
|
|
67883
|
+
"default": "false`.",
|
|
67884
|
+
"remarks": "Defaults to `false`.",
|
|
67779
67885
|
"stability": "experimental",
|
|
67780
|
-
"summary": "
|
|
67886
|
+
"summary": "Allows formatting files that contain syntax errors when set to `true`."
|
|
67781
67887
|
},
|
|
67782
67888
|
"immutable": true,
|
|
67783
67889
|
"locationInModule": {
|
|
67784
67890
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67785
|
-
"line":
|
|
67891
|
+
"line": 388
|
|
67786
67892
|
},
|
|
67787
67893
|
"name": "formatWithErrors",
|
|
67788
67894
|
"optional": true,
|
|
@@ -67803,7 +67909,7 @@
|
|
|
67803
67909
|
"immutable": true,
|
|
67804
67910
|
"locationInModule": {
|
|
67805
67911
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67806
|
-
"line":
|
|
67912
|
+
"line": 396
|
|
67807
67913
|
},
|
|
67808
67914
|
"name": "includes",
|
|
67809
67915
|
"optional": true,
|
|
@@ -67822,13 +67928,15 @@
|
|
|
67822
67928
|
"custom": {
|
|
67823
67929
|
"schema": "FormatterConfiguration#indentStyle"
|
|
67824
67930
|
},
|
|
67931
|
+
"default": "tab`.",
|
|
67932
|
+
"remarks": "Defaults to `tab`.",
|
|
67825
67933
|
"stability": "experimental",
|
|
67826
|
-
"summary": "
|
|
67934
|
+
"summary": "Uses tabs or spaces for indentation."
|
|
67827
67935
|
},
|
|
67828
67936
|
"immutable": true,
|
|
67829
67937
|
"locationInModule": {
|
|
67830
67938
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67831
|
-
"line":
|
|
67939
|
+
"line": 404
|
|
67832
67940
|
},
|
|
67833
67941
|
"name": "indentStyle",
|
|
67834
67942
|
"optional": true,
|
|
@@ -67842,13 +67950,15 @@
|
|
|
67842
67950
|
"custom": {
|
|
67843
67951
|
"schema": "FormatterConfiguration#indentWidth"
|
|
67844
67952
|
},
|
|
67953
|
+
"default": "2`.",
|
|
67954
|
+
"remarks": "Defaults to `2`.",
|
|
67845
67955
|
"stability": "experimental",
|
|
67846
|
-
"summary": "The
|
|
67956
|
+
"summary": "The indentation width."
|
|
67847
67957
|
},
|
|
67848
67958
|
"immutable": true,
|
|
67849
67959
|
"locationInModule": {
|
|
67850
67960
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67851
|
-
"line":
|
|
67961
|
+
"line": 412
|
|
67852
67962
|
},
|
|
67853
67963
|
"name": "indentWidth",
|
|
67854
67964
|
"optional": true,
|
|
@@ -67862,13 +67972,15 @@
|
|
|
67862
67972
|
"custom": {
|
|
67863
67973
|
"schema": "FormatterConfiguration#lineEnding"
|
|
67864
67974
|
},
|
|
67975
|
+
"default": "lf`.",
|
|
67976
|
+
"remarks": "`auto` uses the platform convention. Defaults to `lf`.",
|
|
67865
67977
|
"stability": "experimental",
|
|
67866
|
-
"summary": "
|
|
67978
|
+
"summary": "Selects the line ending."
|
|
67867
67979
|
},
|
|
67868
67980
|
"immutable": true,
|
|
67869
67981
|
"locationInModule": {
|
|
67870
67982
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67871
|
-
"line":
|
|
67983
|
+
"line": 420
|
|
67872
67984
|
},
|
|
67873
67985
|
"name": "lineEnding",
|
|
67874
67986
|
"optional": true,
|
|
@@ -67882,15 +67994,15 @@
|
|
|
67882
67994
|
"custom": {
|
|
67883
67995
|
"schema": "FormatterConfiguration#lineWidth"
|
|
67884
67996
|
},
|
|
67885
|
-
"default": "80
|
|
67886
|
-
"remarks": "Defaults to 80
|
|
67997
|
+
"default": "80`.",
|
|
67998
|
+
"remarks": "Defaults to `80`.",
|
|
67887
67999
|
"stability": "experimental",
|
|
67888
|
-
"summary": "
|
|
68000
|
+
"summary": "The maximum line width."
|
|
67889
68001
|
},
|
|
67890
68002
|
"immutable": true,
|
|
67891
68003
|
"locationInModule": {
|
|
67892
68004
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67893
|
-
"line":
|
|
68005
|
+
"line": 428
|
|
67894
68006
|
},
|
|
67895
68007
|
"name": "lineWidth",
|
|
67896
68008
|
"optional": true,
|
|
@@ -67904,15 +68016,15 @@
|
|
|
67904
68016
|
"custom": {
|
|
67905
68017
|
"schema": "FormatterConfiguration#trailingNewline"
|
|
67906
68018
|
},
|
|
67907
|
-
"default": "true
|
|
67908
|
-
"remarks": "
|
|
68019
|
+
"default": "true`; disabling",
|
|
68020
|
+
"remarks": "Defaults to `true`; disabling\nthis option can cause compatibility problems with other tools.",
|
|
67909
68021
|
"stability": "experimental",
|
|
67910
68022
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
67911
68023
|
},
|
|
67912
68024
|
"immutable": true,
|
|
67913
68025
|
"locationInModule": {
|
|
67914
68026
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67915
|
-
"line":
|
|
68027
|
+
"line": 437
|
|
67916
68028
|
},
|
|
67917
68029
|
"name": "trailingNewline",
|
|
67918
68030
|
"optional": true,
|
|
@@ -67926,9 +68038,9 @@
|
|
|
67926
68038
|
"custom": {
|
|
67927
68039
|
"schema": "FormatterConfiguration#useEditorconfig"
|
|
67928
68040
|
},
|
|
67929
|
-
"
|
|
68041
|
+
"default": "false`.",
|
|
67930
68042
|
"stability": "experimental",
|
|
67931
|
-
"summary": "
|
|
68043
|
+
"summary": "Uses `.editorconfig` files to configure the formatter. Settings in `biome.json` or `biome.jsonc` override `.editorconfig` settings. Defaults to `false`."
|
|
67932
68044
|
},
|
|
67933
68045
|
"immutable": true,
|
|
67934
68046
|
"locationInModule": {
|
|
@@ -67952,13 +68064,13 @@
|
|
|
67952
68064
|
"schema": "GraphqlAssistConfiguration"
|
|
67953
68065
|
},
|
|
67954
68066
|
"stability": "experimental",
|
|
67955
|
-
"summary": "Options that
|
|
68067
|
+
"summary": "Options that change how GraphQL assist behaves."
|
|
67956
68068
|
},
|
|
67957
68069
|
"fqn": "projen.javascript.biome_config.GraphqlAssistConfiguration",
|
|
67958
68070
|
"kind": "interface",
|
|
67959
68071
|
"locationInModule": {
|
|
67960
68072
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67961
|
-
"line":
|
|
68073
|
+
"line": 1297
|
|
67962
68074
|
},
|
|
67963
68075
|
"name": "GraphqlAssistConfiguration",
|
|
67964
68076
|
"namespace": "javascript.biome_config",
|
|
@@ -67970,12 +68082,12 @@
|
|
|
67970
68082
|
"schema": "GraphqlAssistConfiguration#enabled"
|
|
67971
68083
|
},
|
|
67972
68084
|
"stability": "experimental",
|
|
67973
|
-
"summary": "
|
|
68085
|
+
"summary": "Controls assist actions for GraphQL files."
|
|
67974
68086
|
},
|
|
67975
68087
|
"immutable": true,
|
|
67976
68088
|
"locationInModule": {
|
|
67977
68089
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
67978
|
-
"line":
|
|
68090
|
+
"line": 1303
|
|
67979
68091
|
},
|
|
67980
68092
|
"name": "enabled",
|
|
67981
68093
|
"optional": true,
|
|
@@ -68012,7 +68124,7 @@
|
|
|
68012
68124
|
"schema": "GraphqlConfiguration#assist"
|
|
68013
68125
|
},
|
|
68014
68126
|
"stability": "experimental",
|
|
68015
|
-
"summary": "
|
|
68127
|
+
"summary": "GraphQL assist options."
|
|
68016
68128
|
},
|
|
68017
68129
|
"immutable": true,
|
|
68018
68130
|
"locationInModule": {
|
|
@@ -68051,12 +68163,13 @@
|
|
|
68051
68163
|
"custom": {
|
|
68052
68164
|
"schema": "GraphqlConfiguration#linter"
|
|
68053
68165
|
},
|
|
68054
|
-
"stability": "experimental"
|
|
68166
|
+
"stability": "experimental",
|
|
68167
|
+
"summary": "GraphQL linter options."
|
|
68055
68168
|
},
|
|
68056
68169
|
"immutable": true,
|
|
68057
68170
|
"locationInModule": {
|
|
68058
68171
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68059
|
-
"line":
|
|
68172
|
+
"line": 502
|
|
68060
68173
|
},
|
|
68061
68174
|
"name": "linter",
|
|
68062
68175
|
"optional": true,
|
|
@@ -68075,13 +68188,13 @@
|
|
|
68075
68188
|
"schema": "GraphqlFormatterConfiguration"
|
|
68076
68189
|
},
|
|
68077
68190
|
"stability": "experimental",
|
|
68078
|
-
"summary": "Options that
|
|
68191
|
+
"summary": "Options that change how the GraphQL formatter behaves."
|
|
68079
68192
|
},
|
|
68080
68193
|
"fqn": "projen.javascript.biome_config.GraphqlFormatterConfiguration",
|
|
68081
68194
|
"kind": "interface",
|
|
68082
68195
|
"locationInModule": {
|
|
68083
68196
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68084
|
-
"line":
|
|
68197
|
+
"line": 1326
|
|
68085
68198
|
},
|
|
68086
68199
|
"name": "GraphqlFormatterConfiguration",
|
|
68087
68200
|
"namespace": "javascript.biome_config",
|
|
@@ -68092,15 +68205,14 @@
|
|
|
68092
68205
|
"custom": {
|
|
68093
68206
|
"schema": "GraphqlFormatterConfiguration#bracketSpacing"
|
|
68094
68207
|
},
|
|
68095
|
-
"
|
|
68096
|
-
"remarks": "Defaults to true.",
|
|
68208
|
+
"remarks": "If unset, inherits the global\nbracket spacing setting.",
|
|
68097
68209
|
"stability": "experimental",
|
|
68098
|
-
"summary": "Whether to insert spaces
|
|
68210
|
+
"summary": "Whether to insert spaces inside braces in object literals."
|
|
68099
68211
|
},
|
|
68100
68212
|
"immutable": true,
|
|
68101
68213
|
"locationInModule": {
|
|
68102
68214
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68103
|
-
"line":
|
|
68215
|
+
"line": 1333
|
|
68104
68216
|
},
|
|
68105
68217
|
"name": "bracketSpacing",
|
|
68106
68218
|
"optional": true,
|
|
@@ -68115,12 +68227,12 @@
|
|
|
68115
68227
|
"schema": "GraphqlFormatterConfiguration#enabled"
|
|
68116
68228
|
},
|
|
68117
68229
|
"stability": "experimental",
|
|
68118
|
-
"summary": "
|
|
68230
|
+
"summary": "Controls the formatter for GraphQL files."
|
|
68119
68231
|
},
|
|
68120
68232
|
"immutable": true,
|
|
68121
68233
|
"locationInModule": {
|
|
68122
68234
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68123
|
-
"line":
|
|
68235
|
+
"line": 1340
|
|
68124
68236
|
},
|
|
68125
68237
|
"name": "enabled",
|
|
68126
68238
|
"optional": true,
|
|
@@ -68134,13 +68246,14 @@
|
|
|
68134
68246
|
"custom": {
|
|
68135
68247
|
"schema": "GraphqlFormatterConfiguration#indentStyle"
|
|
68136
68248
|
},
|
|
68249
|
+
"remarks": "If unset, inherits the global indentation style.",
|
|
68137
68250
|
"stability": "experimental",
|
|
68138
68251
|
"summary": "The indent style applied to GraphQL files."
|
|
68139
68252
|
},
|
|
68140
68253
|
"immutable": true,
|
|
68141
68254
|
"locationInModule": {
|
|
68142
68255
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68143
|
-
"line":
|
|
68256
|
+
"line": 1347
|
|
68144
68257
|
},
|
|
68145
68258
|
"name": "indentStyle",
|
|
68146
68259
|
"optional": true,
|
|
@@ -68154,15 +68267,14 @@
|
|
|
68154
68267
|
"custom": {
|
|
68155
68268
|
"schema": "GraphqlFormatterConfiguration#indentWidth"
|
|
68156
68269
|
},
|
|
68157
|
-
"
|
|
68158
|
-
"remarks": "Default to 2.",
|
|
68270
|
+
"remarks": "If unset, inherits the global indentation\nwidth.",
|
|
68159
68271
|
"stability": "experimental",
|
|
68160
|
-
"summary": "The
|
|
68272
|
+
"summary": "The indentation width applied to GraphQL files."
|
|
68161
68273
|
},
|
|
68162
68274
|
"immutable": true,
|
|
68163
68275
|
"locationInModule": {
|
|
68164
68276
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68165
|
-
"line":
|
|
68277
|
+
"line": 1355
|
|
68166
68278
|
},
|
|
68167
68279
|
"name": "indentWidth",
|
|
68168
68280
|
"optional": true,
|
|
@@ -68176,14 +68288,14 @@
|
|
|
68176
68288
|
"custom": {
|
|
68177
68289
|
"schema": "GraphqlFormatterConfiguration#lineEnding"
|
|
68178
68290
|
},
|
|
68179
|
-
"remarks": "
|
|
68291
|
+
"remarks": "If unset, inherits the global line ending.",
|
|
68180
68292
|
"stability": "experimental",
|
|
68181
|
-
"summary": "The
|
|
68293
|
+
"summary": "The line ending applied to GraphQL files."
|
|
68182
68294
|
},
|
|
68183
68295
|
"immutable": true,
|
|
68184
68296
|
"locationInModule": {
|
|
68185
68297
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68186
|
-
"line":
|
|
68298
|
+
"line": 1362
|
|
68187
68299
|
},
|
|
68188
68300
|
"name": "lineEnding",
|
|
68189
68301
|
"optional": true,
|
|
@@ -68197,15 +68309,14 @@
|
|
|
68197
68309
|
"custom": {
|
|
68198
68310
|
"schema": "GraphqlFormatterConfiguration#lineWidth"
|
|
68199
68311
|
},
|
|
68200
|
-
"
|
|
68201
|
-
"remarks": "Defaults to 80.",
|
|
68312
|
+
"remarks": "If unset, inherits the global line width.",
|
|
68202
68313
|
"stability": "experimental",
|
|
68203
|
-
"summary": "
|
|
68314
|
+
"summary": "The maximum line width for GraphQL files."
|
|
68204
68315
|
},
|
|
68205
68316
|
"immutable": true,
|
|
68206
68317
|
"locationInModule": {
|
|
68207
68318
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68208
|
-
"line":
|
|
68319
|
+
"line": 1369
|
|
68209
68320
|
},
|
|
68210
68321
|
"name": "lineWidth",
|
|
68211
68322
|
"optional": true,
|
|
@@ -68219,15 +68330,15 @@
|
|
|
68219
68330
|
"custom": {
|
|
68220
68331
|
"schema": "GraphqlFormatterConfiguration#quoteStyle"
|
|
68221
68332
|
},
|
|
68222
|
-
"default": "double
|
|
68223
|
-
"remarks": "Defaults to double
|
|
68333
|
+
"default": "double`.",
|
|
68334
|
+
"remarks": "Defaults to `double`.",
|
|
68224
68335
|
"stability": "experimental",
|
|
68225
68336
|
"summary": "The type of quotes used in GraphQL code."
|
|
68226
68337
|
},
|
|
68227
68338
|
"immutable": true,
|
|
68228
68339
|
"locationInModule": {
|
|
68229
68340
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68230
|
-
"line":
|
|
68341
|
+
"line": 1377
|
|
68231
68342
|
},
|
|
68232
68343
|
"name": "quoteStyle",
|
|
68233
68344
|
"optional": true,
|
|
@@ -68241,15 +68352,14 @@
|
|
|
68241
68352
|
"custom": {
|
|
68242
68353
|
"schema": "GraphqlFormatterConfiguration#trailingNewline"
|
|
68243
68354
|
},
|
|
68244
|
-
"
|
|
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.",
|
|
68355
|
+
"remarks": "If unset, inherits the global\ntrailing newline setting.",
|
|
68246
68356
|
"stability": "experimental",
|
|
68247
68357
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
68248
68358
|
},
|
|
68249
68359
|
"immutable": true,
|
|
68250
68360
|
"locationInModule": {
|
|
68251
68361
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68252
|
-
"line":
|
|
68362
|
+
"line": 1385
|
|
68253
68363
|
},
|
|
68254
68364
|
"name": "trailingNewline",
|
|
68255
68365
|
"optional": true,
|
|
@@ -68274,7 +68384,7 @@
|
|
|
68274
68384
|
"kind": "interface",
|
|
68275
68385
|
"locationInModule": {
|
|
68276
68386
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68277
|
-
"line":
|
|
68387
|
+
"line": 1415
|
|
68278
68388
|
},
|
|
68279
68389
|
"name": "GraphqlLinterConfiguration",
|
|
68280
68390
|
"namespace": "javascript.biome_config",
|
|
@@ -68286,12 +68396,12 @@
|
|
|
68286
68396
|
"schema": "GraphqlLinterConfiguration#enabled"
|
|
68287
68397
|
},
|
|
68288
68398
|
"stability": "experimental",
|
|
68289
|
-
"summary": "
|
|
68399
|
+
"summary": "Controls the linter for GraphQL files."
|
|
68290
68400
|
},
|
|
68291
68401
|
"immutable": true,
|
|
68292
68402
|
"locationInModule": {
|
|
68293
68403
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68294
|
-
"line":
|
|
68404
|
+
"line": 1421
|
|
68295
68405
|
},
|
|
68296
68406
|
"name": "enabled",
|
|
68297
68407
|
"optional": true,
|
|
@@ -68309,13 +68419,14 @@
|
|
|
68309
68419
|
"custom": {
|
|
68310
68420
|
"schema": "GritAssistConfiguration"
|
|
68311
68421
|
},
|
|
68312
|
-
"stability": "experimental"
|
|
68422
|
+
"stability": "experimental",
|
|
68423
|
+
"summary": "Options that change how GritQL assist behaves."
|
|
68313
68424
|
},
|
|
68314
68425
|
"fqn": "projen.javascript.biome_config.GritAssistConfiguration",
|
|
68315
68426
|
"kind": "interface",
|
|
68316
68427
|
"locationInModule": {
|
|
68317
68428
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68318
|
-
"line":
|
|
68429
|
+
"line": 1444
|
|
68319
68430
|
},
|
|
68320
68431
|
"name": "GritAssistConfiguration",
|
|
68321
68432
|
"namespace": "javascript.biome_config",
|
|
@@ -68327,12 +68438,12 @@
|
|
|
68327
68438
|
"schema": "GritAssistConfiguration#enabled"
|
|
68328
68439
|
},
|
|
68329
68440
|
"stability": "experimental",
|
|
68330
|
-
"summary": "
|
|
68441
|
+
"summary": "Controls assist actions for GritQL files."
|
|
68331
68442
|
},
|
|
68332
68443
|
"immutable": true,
|
|
68333
68444
|
"locationInModule": {
|
|
68334
68445
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68335
|
-
"line":
|
|
68446
|
+
"line": 1450
|
|
68336
68447
|
},
|
|
68337
68448
|
"name": "enabled",
|
|
68338
68449
|
"optional": true,
|
|
@@ -68357,7 +68468,7 @@
|
|
|
68357
68468
|
"kind": "interface",
|
|
68358
68469
|
"locationInModule": {
|
|
68359
68470
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68360
|
-
"line":
|
|
68471
|
+
"line": 527
|
|
68361
68472
|
},
|
|
68362
68473
|
"name": "GritConfiguration",
|
|
68363
68474
|
"namespace": "javascript.biome_config",
|
|
@@ -68369,12 +68480,12 @@
|
|
|
68369
68480
|
"schema": "GritConfiguration#assist"
|
|
68370
68481
|
},
|
|
68371
68482
|
"stability": "experimental",
|
|
68372
|
-
"summary": "
|
|
68483
|
+
"summary": "GritQL assist options."
|
|
68373
68484
|
},
|
|
68374
68485
|
"immutable": true,
|
|
68375
68486
|
"locationInModule": {
|
|
68376
68487
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68377
|
-
"line":
|
|
68488
|
+
"line": 533
|
|
68378
68489
|
},
|
|
68379
68490
|
"name": "assist",
|
|
68380
68491
|
"optional": true,
|
|
@@ -68389,12 +68500,12 @@
|
|
|
68389
68500
|
"schema": "GritConfiguration#formatter"
|
|
68390
68501
|
},
|
|
68391
68502
|
"stability": "experimental",
|
|
68392
|
-
"summary": "
|
|
68503
|
+
"summary": "GritQL formatter options."
|
|
68393
68504
|
},
|
|
68394
68505
|
"immutable": true,
|
|
68395
68506
|
"locationInModule": {
|
|
68396
68507
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68397
|
-
"line":
|
|
68508
|
+
"line": 540
|
|
68398
68509
|
},
|
|
68399
68510
|
"name": "formatter",
|
|
68400
68511
|
"optional": true,
|
|
@@ -68409,12 +68520,12 @@
|
|
|
68409
68520
|
"schema": "GritConfiguration#linter"
|
|
68410
68521
|
},
|
|
68411
68522
|
"stability": "experimental",
|
|
68412
|
-
"summary": "
|
|
68523
|
+
"summary": "GritQL linter options."
|
|
68413
68524
|
},
|
|
68414
68525
|
"immutable": true,
|
|
68415
68526
|
"locationInModule": {
|
|
68416
68527
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68417
|
-
"line":
|
|
68528
|
+
"line": 547
|
|
68418
68529
|
},
|
|
68419
68530
|
"name": "linter",
|
|
68420
68531
|
"optional": true,
|
|
@@ -68432,13 +68543,14 @@
|
|
|
68432
68543
|
"custom": {
|
|
68433
68544
|
"schema": "GritFormatterConfiguration"
|
|
68434
68545
|
},
|
|
68435
|
-
"stability": "experimental"
|
|
68546
|
+
"stability": "experimental",
|
|
68547
|
+
"summary": "Options that change how the GritQL formatter behaves."
|
|
68436
68548
|
},
|
|
68437
68549
|
"fqn": "projen.javascript.biome_config.GritFormatterConfiguration",
|
|
68438
68550
|
"kind": "interface",
|
|
68439
68551
|
"locationInModule": {
|
|
68440
68552
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68441
|
-
"line":
|
|
68553
|
+
"line": 1473
|
|
68442
68554
|
},
|
|
68443
68555
|
"name": "GritFormatterConfiguration",
|
|
68444
68556
|
"namespace": "javascript.biome_config",
|
|
@@ -68450,12 +68562,12 @@
|
|
|
68450
68562
|
"schema": "GritFormatterConfiguration#enabled"
|
|
68451
68563
|
},
|
|
68452
68564
|
"stability": "experimental",
|
|
68453
|
-
"summary": "
|
|
68565
|
+
"summary": "Controls the formatter for GritQL files."
|
|
68454
68566
|
},
|
|
68455
68567
|
"immutable": true,
|
|
68456
68568
|
"locationInModule": {
|
|
68457
68569
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68458
|
-
"line":
|
|
68570
|
+
"line": 1479
|
|
68459
68571
|
},
|
|
68460
68572
|
"name": "enabled",
|
|
68461
68573
|
"optional": true,
|
|
@@ -68469,13 +68581,14 @@
|
|
|
68469
68581
|
"custom": {
|
|
68470
68582
|
"schema": "GritFormatterConfiguration#indentStyle"
|
|
68471
68583
|
},
|
|
68584
|
+
"remarks": "If unset, inherits the global indentation style.",
|
|
68472
68585
|
"stability": "experimental",
|
|
68473
|
-
"summary": "The indent style applied to
|
|
68586
|
+
"summary": "The indent style applied to GritQL files."
|
|
68474
68587
|
},
|
|
68475
68588
|
"immutable": true,
|
|
68476
68589
|
"locationInModule": {
|
|
68477
68590
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68478
|
-
"line":
|
|
68591
|
+
"line": 1486
|
|
68479
68592
|
},
|
|
68480
68593
|
"name": "indentStyle",
|
|
68481
68594
|
"optional": true,
|
|
@@ -68489,15 +68602,14 @@
|
|
|
68489
68602
|
"custom": {
|
|
68490
68603
|
"schema": "GritFormatterConfiguration#indentWidth"
|
|
68491
68604
|
},
|
|
68492
|
-
"
|
|
68493
|
-
"remarks": "Default to 2.",
|
|
68605
|
+
"remarks": "If unset, inherits the global indentation\nwidth.",
|
|
68494
68606
|
"stability": "experimental",
|
|
68495
|
-
"summary": "The
|
|
68607
|
+
"summary": "The indentation width applied to GritQL files."
|
|
68496
68608
|
},
|
|
68497
68609
|
"immutable": true,
|
|
68498
68610
|
"locationInModule": {
|
|
68499
68611
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68500
|
-
"line":
|
|
68612
|
+
"line": 1494
|
|
68501
68613
|
},
|
|
68502
68614
|
"name": "indentWidth",
|
|
68503
68615
|
"optional": true,
|
|
@@ -68511,13 +68623,14 @@
|
|
|
68511
68623
|
"custom": {
|
|
68512
68624
|
"schema": "GritFormatterConfiguration#lineEnding"
|
|
68513
68625
|
},
|
|
68626
|
+
"remarks": "If unset, inherits the global line ending.",
|
|
68514
68627
|
"stability": "experimental",
|
|
68515
|
-
"summary": "The
|
|
68628
|
+
"summary": "The line ending applied to GritQL files."
|
|
68516
68629
|
},
|
|
68517
68630
|
"immutable": true,
|
|
68518
68631
|
"locationInModule": {
|
|
68519
68632
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68520
|
-
"line":
|
|
68633
|
+
"line": 1501
|
|
68521
68634
|
},
|
|
68522
68635
|
"name": "lineEnding",
|
|
68523
68636
|
"optional": true,
|
|
@@ -68531,15 +68644,14 @@
|
|
|
68531
68644
|
"custom": {
|
|
68532
68645
|
"schema": "GritFormatterConfiguration#lineWidth"
|
|
68533
68646
|
},
|
|
68534
|
-
"
|
|
68535
|
-
"remarks": "Defaults to 80.",
|
|
68647
|
+
"remarks": "If unset, inherits the global line width.",
|
|
68536
68648
|
"stability": "experimental",
|
|
68537
|
-
"summary": "
|
|
68649
|
+
"summary": "The maximum line width for GritQL files."
|
|
68538
68650
|
},
|
|
68539
68651
|
"immutable": true,
|
|
68540
68652
|
"locationInModule": {
|
|
68541
68653
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68542
|
-
"line":
|
|
68654
|
+
"line": 1508
|
|
68543
68655
|
},
|
|
68544
68656
|
"name": "lineWidth",
|
|
68545
68657
|
"optional": true,
|
|
@@ -68553,15 +68665,14 @@
|
|
|
68553
68665
|
"custom": {
|
|
68554
68666
|
"schema": "GritFormatterConfiguration#trailingNewline"
|
|
68555
68667
|
},
|
|
68556
|
-
"
|
|
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.",
|
|
68668
|
+
"remarks": "If unset, inherits the global\ntrailing newline setting.",
|
|
68558
68669
|
"stability": "experimental",
|
|
68559
68670
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
68560
68671
|
},
|
|
68561
68672
|
"immutable": true,
|
|
68562
68673
|
"locationInModule": {
|
|
68563
68674
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68564
|
-
"line":
|
|
68675
|
+
"line": 1516
|
|
68565
68676
|
},
|
|
68566
68677
|
"name": "trailingNewline",
|
|
68567
68678
|
"optional": true,
|
|
@@ -68579,13 +68690,14 @@
|
|
|
68579
68690
|
"custom": {
|
|
68580
68691
|
"schema": "GritLinterConfiguration"
|
|
68581
68692
|
},
|
|
68582
|
-
"stability": "experimental"
|
|
68693
|
+
"stability": "experimental",
|
|
68694
|
+
"summary": "Options that change how the GritQL linter behaves."
|
|
68583
68695
|
},
|
|
68584
68696
|
"fqn": "projen.javascript.biome_config.GritLinterConfiguration",
|
|
68585
68697
|
"kind": "interface",
|
|
68586
68698
|
"locationInModule": {
|
|
68587
68699
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68588
|
-
"line":
|
|
68700
|
+
"line": 1544
|
|
68589
68701
|
},
|
|
68590
68702
|
"name": "GritLinterConfiguration",
|
|
68591
68703
|
"namespace": "javascript.biome_config",
|
|
@@ -68597,12 +68709,12 @@
|
|
|
68597
68709
|
"schema": "GritLinterConfiguration#enabled"
|
|
68598
68710
|
},
|
|
68599
68711
|
"stability": "experimental",
|
|
68600
|
-
"summary": "
|
|
68712
|
+
"summary": "Controls the linter for GritQL files."
|
|
68601
68713
|
},
|
|
68602
68714
|
"immutable": true,
|
|
68603
68715
|
"locationInModule": {
|
|
68604
68716
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68605
|
-
"line":
|
|
68717
|
+
"line": 1550
|
|
68606
68718
|
},
|
|
68607
68719
|
"name": "enabled",
|
|
68608
68720
|
"optional": true,
|
|
@@ -68621,13 +68733,13 @@
|
|
|
68621
68733
|
"schema": "HtmlAssistConfiguration"
|
|
68622
68734
|
},
|
|
68623
68735
|
"stability": "experimental",
|
|
68624
|
-
"summary": "Options that
|
|
68736
|
+
"summary": "Options that change how HTML assist behaves."
|
|
68625
68737
|
},
|
|
68626
68738
|
"fqn": "projen.javascript.biome_config.HtmlAssistConfiguration",
|
|
68627
68739
|
"kind": "interface",
|
|
68628
68740
|
"locationInModule": {
|
|
68629
68741
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68630
|
-
"line":
|
|
68742
|
+
"line": 1573
|
|
68631
68743
|
},
|
|
68632
68744
|
"name": "HtmlAssistConfiguration",
|
|
68633
68745
|
"namespace": "javascript.biome_config",
|
|
@@ -68639,12 +68751,12 @@
|
|
|
68639
68751
|
"schema": "HtmlAssistConfiguration#enabled"
|
|
68640
68752
|
},
|
|
68641
68753
|
"stability": "experimental",
|
|
68642
|
-
"summary": "
|
|
68754
|
+
"summary": "Controls assist actions for HTML and languages that extend it."
|
|
68643
68755
|
},
|
|
68644
68756
|
"immutable": true,
|
|
68645
68757
|
"locationInModule": {
|
|
68646
68758
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68647
|
-
"line":
|
|
68759
|
+
"line": 1579
|
|
68648
68760
|
},
|
|
68649
68761
|
"name": "enabled",
|
|
68650
68762
|
"optional": true,
|
|
@@ -68669,7 +68781,7 @@
|
|
|
68669
68781
|
"kind": "interface",
|
|
68670
68782
|
"locationInModule": {
|
|
68671
68783
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68672
|
-
"line":
|
|
68784
|
+
"line": 572
|
|
68673
68785
|
},
|
|
68674
68786
|
"name": "HtmlConfiguration",
|
|
68675
68787
|
"namespace": "javascript.biome_config",
|
|
@@ -68680,12 +68792,13 @@
|
|
|
68680
68792
|
"custom": {
|
|
68681
68793
|
"schema": "HtmlConfiguration#assist"
|
|
68682
68794
|
},
|
|
68683
|
-
"stability": "experimental"
|
|
68795
|
+
"stability": "experimental",
|
|
68796
|
+
"summary": "HTML assist options."
|
|
68684
68797
|
},
|
|
68685
68798
|
"immutable": true,
|
|
68686
68799
|
"locationInModule": {
|
|
68687
68800
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68688
|
-
"line":
|
|
68801
|
+
"line": 578
|
|
68689
68802
|
},
|
|
68690
68803
|
"name": "assist",
|
|
68691
68804
|
"optional": true,
|
|
@@ -68700,12 +68813,12 @@
|
|
|
68700
68813
|
"schema": "HtmlConfiguration#experimentalFullSupportEnabled"
|
|
68701
68814
|
},
|
|
68702
68815
|
"stability": "experimental",
|
|
68703
|
-
"summary": "Enables full support for HTML, Vue, Svelte and Astro files."
|
|
68816
|
+
"summary": "Enables full support for HTML, Vue, Svelte, and Astro files."
|
|
68704
68817
|
},
|
|
68705
68818
|
"immutable": true,
|
|
68706
68819
|
"locationInModule": {
|
|
68707
68820
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68708
|
-
"line":
|
|
68821
|
+
"line": 585
|
|
68709
68822
|
},
|
|
68710
68823
|
"name": "experimentalFullSupportEnabled",
|
|
68711
68824
|
"optional": true,
|
|
@@ -68725,7 +68838,7 @@
|
|
|
68725
68838
|
"immutable": true,
|
|
68726
68839
|
"locationInModule": {
|
|
68727
68840
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68728
|
-
"line":
|
|
68841
|
+
"line": 592
|
|
68729
68842
|
},
|
|
68730
68843
|
"name": "formatter",
|
|
68731
68844
|
"optional": true,
|
|
@@ -68745,7 +68858,7 @@
|
|
|
68745
68858
|
"immutable": true,
|
|
68746
68859
|
"locationInModule": {
|
|
68747
68860
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68748
|
-
"line":
|
|
68861
|
+
"line": 599
|
|
68749
68862
|
},
|
|
68750
68863
|
"name": "linter",
|
|
68751
68864
|
"optional": true,
|
|
@@ -68765,7 +68878,7 @@
|
|
|
68765
68878
|
"immutable": true,
|
|
68766
68879
|
"locationInModule": {
|
|
68767
68880
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68768
|
-
"line":
|
|
68881
|
+
"line": 606
|
|
68769
68882
|
},
|
|
68770
68883
|
"name": "parser",
|
|
68771
68884
|
"optional": true,
|
|
@@ -68784,13 +68897,13 @@
|
|
|
68784
68897
|
"schema": "HtmlFormatterConfiguration"
|
|
68785
68898
|
},
|
|
68786
68899
|
"stability": "experimental",
|
|
68787
|
-
"summary": "Options that
|
|
68900
|
+
"summary": "Options that change how the HTML formatter behaves."
|
|
68788
68901
|
},
|
|
68789
68902
|
"fqn": "projen.javascript.biome_config.HtmlFormatterConfiguration",
|
|
68790
68903
|
"kind": "interface",
|
|
68791
68904
|
"locationInModule": {
|
|
68792
68905
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68793
|
-
"line":
|
|
68906
|
+
"line": 1602
|
|
68794
68907
|
},
|
|
68795
68908
|
"name": "HtmlFormatterConfiguration",
|
|
68796
68909
|
"namespace": "javascript.biome_config",
|
|
@@ -68801,15 +68914,14 @@
|
|
|
68801
68914
|
"custom": {
|
|
68802
68915
|
"schema": "HtmlFormatterConfiguration#attributePosition"
|
|
68803
68916
|
},
|
|
68804
|
-
"
|
|
68805
|
-
"remarks": "Defaults to auto.",
|
|
68917
|
+
"remarks": "If unset, inherits the global attribute\nposition setting.",
|
|
68806
68918
|
"stability": "experimental",
|
|
68807
68919
|
"summary": "The attribute position style in HTML elements."
|
|
68808
68920
|
},
|
|
68809
68921
|
"immutable": true,
|
|
68810
68922
|
"locationInModule": {
|
|
68811
68923
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68812
|
-
"line":
|
|
68924
|
+
"line": 1609
|
|
68813
68925
|
},
|
|
68814
68926
|
"name": "attributePosition",
|
|
68815
68927
|
"optional": true,
|
|
@@ -68823,15 +68935,14 @@
|
|
|
68823
68935
|
"custom": {
|
|
68824
68936
|
"schema": "HtmlFormatterConfiguration#bracketSameLine"
|
|
68825
68937
|
},
|
|
68826
|
-
"
|
|
68827
|
-
"remarks": "Defaults to false.",
|
|
68938
|
+
"remarks": "If unset, inherits the global `bracketSameLine` setting.",
|
|
68828
68939
|
"stability": "experimental",
|
|
68829
|
-
"summary": "Whether to
|
|
68940
|
+
"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
68941
|
},
|
|
68831
68942
|
"immutable": true,
|
|
68832
68943
|
"locationInModule": {
|
|
68833
68944
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68834
|
-
"line":
|
|
68945
|
+
"line": 1617
|
|
68835
68946
|
},
|
|
68836
68947
|
"name": "bracketSameLine",
|
|
68837
68948
|
"optional": true,
|
|
@@ -68846,12 +68957,12 @@
|
|
|
68846
68957
|
"schema": "HtmlFormatterConfiguration#enabled"
|
|
68847
68958
|
},
|
|
68848
68959
|
"stability": "experimental",
|
|
68849
|
-
"summary": "
|
|
68960
|
+
"summary": "Controls the formatter for HTML and languages that extend it."
|
|
68850
68961
|
},
|
|
68851
68962
|
"immutable": true,
|
|
68852
68963
|
"locationInModule": {
|
|
68853
68964
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68854
|
-
"line":
|
|
68965
|
+
"line": 1624
|
|
68855
68966
|
},
|
|
68856
68967
|
"name": "enabled",
|
|
68857
68968
|
"optional": true,
|
|
@@ -68865,15 +68976,15 @@
|
|
|
68865
68976
|
"custom": {
|
|
68866
68977
|
"schema": "HtmlFormatterConfiguration#indentScriptAndStyle"
|
|
68867
68978
|
},
|
|
68868
|
-
"default": "false
|
|
68869
|
-
"remarks": "Defaults to false
|
|
68979
|
+
"default": "false`.",
|
|
68980
|
+
"remarks": "Defaults to `false`.",
|
|
68870
68981
|
"stability": "experimental",
|
|
68871
|
-
"summary": "Whether to indent
|
|
68982
|
+
"summary": "Whether to indent `<script>` and `<style>` tags in HTML and languages that extend it."
|
|
68872
68983
|
},
|
|
68873
68984
|
"immutable": true,
|
|
68874
68985
|
"locationInModule": {
|
|
68875
68986
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68876
|
-
"line":
|
|
68987
|
+
"line": 1633
|
|
68877
68988
|
},
|
|
68878
68989
|
"name": "indentScriptAndStyle",
|
|
68879
68990
|
"optional": true,
|
|
@@ -68887,13 +68998,14 @@
|
|
|
68887
68998
|
"custom": {
|
|
68888
68999
|
"schema": "HtmlFormatterConfiguration#indentStyle"
|
|
68889
69000
|
},
|
|
69001
|
+
"remarks": "If unset, inherits the global\nindentation style.",
|
|
68890
69002
|
"stability": "experimental",
|
|
68891
|
-
"summary": "The indent style applied to HTML
|
|
69003
|
+
"summary": "The indent style applied to HTML and languages that extend it."
|
|
68892
69004
|
},
|
|
68893
69005
|
"immutable": true,
|
|
68894
69006
|
"locationInModule": {
|
|
68895
69007
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68896
|
-
"line":
|
|
69008
|
+
"line": 1641
|
|
68897
69009
|
},
|
|
68898
69010
|
"name": "indentStyle",
|
|
68899
69011
|
"optional": true,
|
|
@@ -68907,15 +69019,14 @@
|
|
|
68907
69019
|
"custom": {
|
|
68908
69020
|
"schema": "HtmlFormatterConfiguration#indentWidth"
|
|
68909
69021
|
},
|
|
68910
|
-
"
|
|
68911
|
-
"remarks": "Default to 2.",
|
|
69022
|
+
"remarks": "If unset, inherits the\nglobal indentation width.",
|
|
68912
69023
|
"stability": "experimental",
|
|
68913
|
-
"summary": "The
|
|
69024
|
+
"summary": "The indentation width applied to HTML and languages that extend it."
|
|
68914
69025
|
},
|
|
68915
69026
|
"immutable": true,
|
|
68916
69027
|
"locationInModule": {
|
|
68917
69028
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68918
|
-
"line":
|
|
69029
|
+
"line": 1649
|
|
68919
69030
|
},
|
|
68920
69031
|
"name": "indentWidth",
|
|
68921
69032
|
"optional": true,
|
|
@@ -68929,14 +69040,14 @@
|
|
|
68929
69040
|
"custom": {
|
|
68930
69041
|
"schema": "HtmlFormatterConfiguration#lineEnding"
|
|
68931
69042
|
},
|
|
68932
|
-
"remarks": "
|
|
69043
|
+
"remarks": "If unset, inherits the global\nline ending.",
|
|
68933
69044
|
"stability": "experimental",
|
|
68934
|
-
"summary": "The
|
|
69045
|
+
"summary": "The line ending applied to HTML and languages that extend it."
|
|
68935
69046
|
},
|
|
68936
69047
|
"immutable": true,
|
|
68937
69048
|
"locationInModule": {
|
|
68938
69049
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68939
|
-
"line":
|
|
69050
|
+
"line": 1657
|
|
68940
69051
|
},
|
|
68941
69052
|
"name": "lineEnding",
|
|
68942
69053
|
"optional": true,
|
|
@@ -68950,15 +69061,14 @@
|
|
|
68950
69061
|
"custom": {
|
|
68951
69062
|
"schema": "HtmlFormatterConfiguration#lineWidth"
|
|
68952
69063
|
},
|
|
68953
|
-
"
|
|
68954
|
-
"remarks": "Defaults to 80.",
|
|
69064
|
+
"remarks": "If unset, inherits the global\nline width.",
|
|
68955
69065
|
"stability": "experimental",
|
|
68956
|
-
"summary": "
|
|
69066
|
+
"summary": "The maximum line width for HTML and languages that extend it."
|
|
68957
69067
|
},
|
|
68958
69068
|
"immutable": true,
|
|
68959
69069
|
"locationInModule": {
|
|
68960
69070
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68961
|
-
"line":
|
|
69071
|
+
"line": 1665
|
|
68962
69072
|
},
|
|
68963
69073
|
"name": "lineWidth",
|
|
68964
69074
|
"optional": true,
|
|
@@ -68972,15 +69082,15 @@
|
|
|
68972
69082
|
"custom": {
|
|
68973
69083
|
"schema": "HtmlFormatterConfiguration#selfCloseVoidElements"
|
|
68974
69084
|
},
|
|
68975
|
-
"default": "never
|
|
68976
|
-
"remarks": "Defaults to never
|
|
69085
|
+
"default": "never`.",
|
|
69086
|
+
"remarks": "Defaults to `never`.",
|
|
68977
69087
|
"stability": "experimental",
|
|
68978
|
-
"summary": "
|
|
69088
|
+
"summary": "Controls whether void elements are self-closed."
|
|
68979
69089
|
},
|
|
68980
69090
|
"immutable": true,
|
|
68981
69091
|
"locationInModule": {
|
|
68982
69092
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
68983
|
-
"line":
|
|
69093
|
+
"line": 1673
|
|
68984
69094
|
},
|
|
68985
69095
|
"name": "selfCloseVoidElements",
|
|
68986
69096
|
"optional": true,
|
|
@@ -68994,15 +69104,14 @@
|
|
|
68994
69104
|
"custom": {
|
|
68995
69105
|
"schema": "HtmlFormatterConfiguration#trailingNewline"
|
|
68996
69106
|
},
|
|
68997
|
-
"
|
|
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.",
|
|
69107
|
+
"remarks": "Unlike other language-specific\ntrailing newline settings, this option defaults to `true` instead of inheriting the global\nsetting.",
|
|
68999
69108
|
"stability": "experimental",
|
|
69000
69109
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
69001
69110
|
},
|
|
69002
69111
|
"immutable": true,
|
|
69003
69112
|
"locationInModule": {
|
|
69004
69113
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69005
|
-
"line":
|
|
69114
|
+
"line": 1682
|
|
69006
69115
|
},
|
|
69007
69116
|
"name": "trailingNewline",
|
|
69008
69117
|
"optional": true,
|
|
@@ -69016,15 +69125,15 @@
|
|
|
69016
69125
|
"custom": {
|
|
69017
69126
|
"schema": "HtmlFormatterConfiguration#whitespaceSensitivity"
|
|
69018
69127
|
},
|
|
69019
|
-
"default": "css
|
|
69020
|
-
"remarks": "Defaults to
|
|
69128
|
+
"default": "css`.",
|
|
69129
|
+
"remarks": "Defaults to `css`.",
|
|
69021
69130
|
"stability": "experimental",
|
|
69022
|
-
"summary": "Whether to account for whitespace sensitivity when formatting HTML
|
|
69131
|
+
"summary": "Whether to account for whitespace sensitivity when formatting HTML and languages that extend it."
|
|
69023
69132
|
},
|
|
69024
69133
|
"immutable": true,
|
|
69025
69134
|
"locationInModule": {
|
|
69026
69135
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69027
|
-
"line":
|
|
69136
|
+
"line": 1691
|
|
69028
69137
|
},
|
|
69029
69138
|
"name": "whitespaceSensitivity",
|
|
69030
69139
|
"optional": true,
|
|
@@ -69043,13 +69152,13 @@
|
|
|
69043
69152
|
"schema": "HtmlLinterConfiguration"
|
|
69044
69153
|
},
|
|
69045
69154
|
"stability": "experimental",
|
|
69046
|
-
"summary": "Options that
|
|
69155
|
+
"summary": "Options that change how the HTML linter behaves."
|
|
69047
69156
|
},
|
|
69048
69157
|
"fqn": "projen.javascript.biome_config.HtmlLinterConfiguration",
|
|
69049
69158
|
"kind": "interface",
|
|
69050
69159
|
"locationInModule": {
|
|
69051
69160
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69052
|
-
"line":
|
|
69161
|
+
"line": 1724
|
|
69053
69162
|
},
|
|
69054
69163
|
"name": "HtmlLinterConfiguration",
|
|
69055
69164
|
"namespace": "javascript.biome_config",
|
|
@@ -69061,12 +69170,12 @@
|
|
|
69061
69170
|
"schema": "HtmlLinterConfiguration#enabled"
|
|
69062
69171
|
},
|
|
69063
69172
|
"stability": "experimental",
|
|
69064
|
-
"summary": "
|
|
69173
|
+
"summary": "Controls the linter for HTML and languages that extend it."
|
|
69065
69174
|
},
|
|
69066
69175
|
"immutable": true,
|
|
69067
69176
|
"locationInModule": {
|
|
69068
69177
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69069
|
-
"line":
|
|
69178
|
+
"line": 1730
|
|
69070
69179
|
},
|
|
69071
69180
|
"name": "enabled",
|
|
69072
69181
|
"optional": true,
|
|
@@ -69085,13 +69194,13 @@
|
|
|
69085
69194
|
"schema": "HtmlParserConfiguration"
|
|
69086
69195
|
},
|
|
69087
69196
|
"stability": "experimental",
|
|
69088
|
-
"summary": "Options that
|
|
69197
|
+
"summary": "Options that change how the HTML parser behaves."
|
|
69089
69198
|
},
|
|
69090
69199
|
"fqn": "projen.javascript.biome_config.HtmlParserConfiguration",
|
|
69091
69200
|
"kind": "interface",
|
|
69092
69201
|
"locationInModule": {
|
|
69093
69202
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69094
|
-
"line":
|
|
69203
|
+
"line": 1753
|
|
69095
69204
|
},
|
|
69096
69205
|
"name": "HtmlParserConfiguration",
|
|
69097
69206
|
"namespace": "javascript.biome_config",
|
|
@@ -69103,12 +69212,12 @@
|
|
|
69103
69212
|
"schema": "HtmlParserConfiguration#interpolation"
|
|
69104
69213
|
},
|
|
69105
69214
|
"stability": "experimental",
|
|
69106
|
-
"summary": "Enables
|
|
69215
|
+
"summary": "Enables parsing double text expressions such as `{{ expression }}` inside `.html` files."
|
|
69107
69216
|
},
|
|
69108
69217
|
"immutable": true,
|
|
69109
69218
|
"locationInModule": {
|
|
69110
69219
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69111
|
-
"line":
|
|
69220
|
+
"line": 1759
|
|
69112
69221
|
},
|
|
69113
69222
|
"name": "interpolation",
|
|
69114
69223
|
"optional": true,
|
|
@@ -69124,12 +69233,12 @@
|
|
|
69124
69233
|
},
|
|
69125
69234
|
"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
69235
|
"stability": "experimental",
|
|
69127
|
-
"summary": "Enables parsing
|
|
69236
|
+
"summary": "Enables parsing Vue syntax (`v-if`, `v-bind`, etc.) in `.html` files. Enabling this option also enables `interpolation` implicitly."
|
|
69128
69237
|
},
|
|
69129
69238
|
"immutable": true,
|
|
69130
69239
|
"locationInModule": {
|
|
69131
69240
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69132
|
-
"line":
|
|
69241
|
+
"line": 1771
|
|
69133
69242
|
},
|
|
69134
69243
|
"name": "vue",
|
|
69135
69244
|
"optional": true,
|
|
@@ -69152,7 +69261,7 @@
|
|
|
69152
69261
|
"kind": "enum",
|
|
69153
69262
|
"locationInModule": {
|
|
69154
69263
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69155
|
-
"line":
|
|
69264
|
+
"line": 1271
|
|
69156
69265
|
},
|
|
69157
69266
|
"members": [
|
|
69158
69267
|
{
|
|
@@ -69188,7 +69297,7 @@
|
|
|
69188
69297
|
"kind": "interface",
|
|
69189
69298
|
"locationInModule": {
|
|
69190
69299
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69191
|
-
"line":
|
|
69300
|
+
"line": 1795
|
|
69192
69301
|
},
|
|
69193
69302
|
"name": "JsAssistConfiguration",
|
|
69194
69303
|
"namespace": "javascript.biome_config",
|
|
@@ -69200,12 +69309,12 @@
|
|
|
69200
69309
|
"schema": "JsAssistConfiguration#enabled"
|
|
69201
69310
|
},
|
|
69202
69311
|
"stability": "experimental",
|
|
69203
|
-
"summary": "
|
|
69312
|
+
"summary": "Controls assist actions for JavaScript and languages that extend it."
|
|
69204
69313
|
},
|
|
69205
69314
|
"immutable": true,
|
|
69206
69315
|
"locationInModule": {
|
|
69207
69316
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69208
|
-
"line":
|
|
69317
|
+
"line": 1801
|
|
69209
69318
|
},
|
|
69210
69319
|
"name": "enabled",
|
|
69211
69320
|
"optional": true,
|
|
@@ -69230,7 +69339,7 @@
|
|
|
69230
69339
|
"kind": "interface",
|
|
69231
69340
|
"locationInModule": {
|
|
69232
69341
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69233
|
-
"line":
|
|
69342
|
+
"line": 633
|
|
69234
69343
|
},
|
|
69235
69344
|
"name": "JsConfiguration",
|
|
69236
69345
|
"namespace": "javascript.biome_config",
|
|
@@ -69247,7 +69356,7 @@
|
|
|
69247
69356
|
"immutable": true,
|
|
69248
69357
|
"locationInModule": {
|
|
69249
69358
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69250
|
-
"line":
|
|
69359
|
+
"line": 639
|
|
69251
69360
|
},
|
|
69252
69361
|
"name": "assist",
|
|
69253
69362
|
"optional": true,
|
|
@@ -69267,7 +69376,7 @@
|
|
|
69267
69376
|
"immutable": true,
|
|
69268
69377
|
"locationInModule": {
|
|
69269
69378
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69270
|
-
"line":
|
|
69379
|
+
"line": 646
|
|
69271
69380
|
},
|
|
69272
69381
|
"name": "experimentalEmbeddedSnippetsEnabled",
|
|
69273
69382
|
"optional": true,
|
|
@@ -69287,7 +69396,7 @@
|
|
|
69287
69396
|
"immutable": true,
|
|
69288
69397
|
"locationInModule": {
|
|
69289
69398
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69290
|
-
"line":
|
|
69399
|
+
"line": 653
|
|
69291
69400
|
},
|
|
69292
69401
|
"name": "formatter",
|
|
69293
69402
|
"optional": true,
|
|
@@ -69308,7 +69417,7 @@
|
|
|
69308
69417
|
"immutable": true,
|
|
69309
69418
|
"locationInModule": {
|
|
69310
69419
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69311
|
-
"line":
|
|
69420
|
+
"line": 662
|
|
69312
69421
|
},
|
|
69313
69422
|
"name": "globals",
|
|
69314
69423
|
"optional": true,
|
|
@@ -69333,7 +69442,7 @@
|
|
|
69333
69442
|
"immutable": true,
|
|
69334
69443
|
"locationInModule": {
|
|
69335
69444
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69336
|
-
"line":
|
|
69445
|
+
"line": 669
|
|
69337
69446
|
},
|
|
69338
69447
|
"name": "jsxRuntime",
|
|
69339
69448
|
"optional": true,
|
|
@@ -69353,7 +69462,7 @@
|
|
|
69353
69462
|
"immutable": true,
|
|
69354
69463
|
"locationInModule": {
|
|
69355
69464
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69356
|
-
"line":
|
|
69465
|
+
"line": 676
|
|
69357
69466
|
},
|
|
69358
69467
|
"name": "linter",
|
|
69359
69468
|
"optional": true,
|
|
@@ -69373,7 +69482,7 @@
|
|
|
69373
69482
|
"immutable": true,
|
|
69374
69483
|
"locationInModule": {
|
|
69375
69484
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69376
|
-
"line":
|
|
69485
|
+
"line": 683
|
|
69377
69486
|
},
|
|
69378
69487
|
"name": "parser",
|
|
69379
69488
|
"optional": true,
|
|
@@ -69393,7 +69502,7 @@
|
|
|
69393
69502
|
"immutable": true,
|
|
69394
69503
|
"locationInModule": {
|
|
69395
69504
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69396
|
-
"line":
|
|
69505
|
+
"line": 690
|
|
69397
69506
|
},
|
|
69398
69507
|
"name": "resolver",
|
|
69399
69508
|
"optional": true,
|
|
@@ -69418,7 +69527,7 @@
|
|
|
69418
69527
|
"kind": "interface",
|
|
69419
69528
|
"locationInModule": {
|
|
69420
69529
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69421
|
-
"line":
|
|
69530
|
+
"line": 1824
|
|
69422
69531
|
},
|
|
69423
69532
|
"name": "JsFormatterConfiguration",
|
|
69424
69533
|
"namespace": "javascript.biome_config",
|
|
@@ -69429,15 +69538,15 @@
|
|
|
69429
69538
|
"custom": {
|
|
69430
69539
|
"schema": "JsFormatterConfiguration#arrowParentheses"
|
|
69431
69540
|
},
|
|
69432
|
-
"default": "always
|
|
69433
|
-
"remarks": "Defaults to
|
|
69541
|
+
"default": "always`.",
|
|
69542
|
+
"remarks": "Defaults to `always`.",
|
|
69434
69543
|
"stability": "experimental",
|
|
69435
|
-
"summary": "Whether to add
|
|
69544
|
+
"summary": "Whether to add parentheses around arrow function parameters."
|
|
69436
69545
|
},
|
|
69437
69546
|
"immutable": true,
|
|
69438
69547
|
"locationInModule": {
|
|
69439
69548
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69440
|
-
"line":
|
|
69549
|
+
"line": 1831
|
|
69441
69550
|
},
|
|
69442
69551
|
"name": "arrowParentheses",
|
|
69443
69552
|
"optional": true,
|
|
@@ -69451,15 +69560,14 @@
|
|
|
69451
69560
|
"custom": {
|
|
69452
69561
|
"schema": "JsFormatterConfiguration#attributePosition"
|
|
69453
69562
|
},
|
|
69454
|
-
"
|
|
69455
|
-
"remarks": "Defaults to auto.",
|
|
69563
|
+
"remarks": "If unset, inherits the global attribute\nposition setting.",
|
|
69456
69564
|
"stability": "experimental",
|
|
69457
69565
|
"summary": "The attribute position style in JSX elements."
|
|
69458
69566
|
},
|
|
69459
69567
|
"immutable": true,
|
|
69460
69568
|
"locationInModule": {
|
|
69461
69569
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69462
|
-
"line":
|
|
69570
|
+
"line": 1839
|
|
69463
69571
|
},
|
|
69464
69572
|
"name": "attributePosition",
|
|
69465
69573
|
"optional": true,
|
|
@@ -69473,15 +69581,14 @@
|
|
|
69473
69581
|
"custom": {
|
|
69474
69582
|
"schema": "JsFormatterConfiguration#bracketSameLine"
|
|
69475
69583
|
},
|
|
69476
|
-
"
|
|
69477
|
-
"remarks": "Defaults to false.",
|
|
69584
|
+
"remarks": "If unset, inherits the global bracket\nplacement setting.",
|
|
69478
69585
|
"stability": "experimental",
|
|
69479
69586
|
"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
69587
|
},
|
|
69481
69588
|
"immutable": true,
|
|
69482
69589
|
"locationInModule": {
|
|
69483
69590
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69484
|
-
"line":
|
|
69591
|
+
"line": 1848
|
|
69485
69592
|
},
|
|
69486
69593
|
"name": "bracketSameLine",
|
|
69487
69594
|
"optional": true,
|
|
@@ -69495,15 +69602,14 @@
|
|
|
69495
69602
|
"custom": {
|
|
69496
69603
|
"schema": "JsFormatterConfiguration#bracketSpacing"
|
|
69497
69604
|
},
|
|
69498
|
-
"
|
|
69499
|
-
"remarks": "Defaults to true.",
|
|
69605
|
+
"remarks": "If unset, inherits the global\nbracket spacing setting.",
|
|
69500
69606
|
"stability": "experimental",
|
|
69501
|
-
"summary": "Whether to insert spaces
|
|
69607
|
+
"summary": "Whether to insert spaces inside braces in object literals."
|
|
69502
69608
|
},
|
|
69503
69609
|
"immutable": true,
|
|
69504
69610
|
"locationInModule": {
|
|
69505
69611
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69506
|
-
"line":
|
|
69612
|
+
"line": 1856
|
|
69507
69613
|
},
|
|
69508
69614
|
"name": "bracketSpacing",
|
|
69509
69615
|
"optional": true,
|
|
@@ -69517,15 +69623,14 @@
|
|
|
69517
69623
|
"custom": {
|
|
69518
69624
|
"schema": "JsFormatterConfiguration#delimiterSpacing"
|
|
69519
69625
|
},
|
|
69520
|
-
"
|
|
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.",
|
|
69626
|
+
"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
69627
|
"stability": "experimental",
|
|
69523
|
-
"summary": "
|
|
69628
|
+
"summary": "Controls spaces immediately inside supported JavaScript and TypeScript delimiters when their content fits on one line."
|
|
69524
69629
|
},
|
|
69525
69630
|
"immutable": true,
|
|
69526
69631
|
"locationInModule": {
|
|
69527
69632
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69528
|
-
"line":
|
|
69633
|
+
"line": 1871
|
|
69529
69634
|
},
|
|
69530
69635
|
"name": "delimiterSpacing",
|
|
69531
69636
|
"optional": true,
|
|
@@ -69540,12 +69645,12 @@
|
|
|
69540
69645
|
"schema": "JsFormatterConfiguration#enabled"
|
|
69541
69646
|
},
|
|
69542
69647
|
"stability": "experimental",
|
|
69543
|
-
"summary": "
|
|
69648
|
+
"summary": "Controls the formatter for JavaScript and languages that extend it."
|
|
69544
69649
|
},
|
|
69545
69650
|
"immutable": true,
|
|
69546
69651
|
"locationInModule": {
|
|
69547
69652
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69548
|
-
"line":
|
|
69653
|
+
"line": 1878
|
|
69549
69654
|
},
|
|
69550
69655
|
"name": "enabled",
|
|
69551
69656
|
"optional": true,
|
|
@@ -69559,15 +69664,14 @@
|
|
|
69559
69664
|
"custom": {
|
|
69560
69665
|
"schema": "JsFormatterConfiguration#expand"
|
|
69561
69666
|
},
|
|
69562
|
-
"
|
|
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\".",
|
|
69667
|
+
"remarks": "If unset, inherits the global expansion setting.",
|
|
69564
69668
|
"stability": "experimental",
|
|
69565
|
-
"summary": "
|
|
69669
|
+
"summary": "Uses the same `auto`, `always`, and `never` behavior as the global expansion setting."
|
|
69566
69670
|
},
|
|
69567
69671
|
"immutable": true,
|
|
69568
69672
|
"locationInModule": {
|
|
69569
69673
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69570
|
-
"line":
|
|
69674
|
+
"line": 1887
|
|
69571
69675
|
},
|
|
69572
69676
|
"name": "expand",
|
|
69573
69677
|
"optional": true,
|
|
@@ -69581,13 +69685,14 @@
|
|
|
69581
69685
|
"custom": {
|
|
69582
69686
|
"schema": "JsFormatterConfiguration#indentStyle"
|
|
69583
69687
|
},
|
|
69688
|
+
"remarks": "If unset, inherits the\nglobal indentation style.",
|
|
69584
69689
|
"stability": "experimental",
|
|
69585
|
-
"summary": "The indent style applied to JavaScript
|
|
69690
|
+
"summary": "The indent style applied to JavaScript and languages that extend it."
|
|
69586
69691
|
},
|
|
69587
69692
|
"immutable": true,
|
|
69588
69693
|
"locationInModule": {
|
|
69589
69694
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69590
|
-
"line":
|
|
69695
|
+
"line": 1895
|
|
69591
69696
|
},
|
|
69592
69697
|
"name": "indentStyle",
|
|
69593
69698
|
"optional": true,
|
|
@@ -69601,15 +69706,14 @@
|
|
|
69601
69706
|
"custom": {
|
|
69602
69707
|
"schema": "JsFormatterConfiguration#indentWidth"
|
|
69603
69708
|
},
|
|
69604
|
-
"
|
|
69605
|
-
"remarks": "Default to 2.",
|
|
69709
|
+
"remarks": "If unset,\ninherits the global indentation width.",
|
|
69606
69710
|
"stability": "experimental",
|
|
69607
|
-
"summary": "The
|
|
69711
|
+
"summary": "The indentation width applied to JavaScript and languages that extend it."
|
|
69608
69712
|
},
|
|
69609
69713
|
"immutable": true,
|
|
69610
69714
|
"locationInModule": {
|
|
69611
69715
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69612
|
-
"line":
|
|
69716
|
+
"line": 1903
|
|
69613
69717
|
},
|
|
69614
69718
|
"name": "indentWidth",
|
|
69615
69719
|
"optional": true,
|
|
@@ -69623,15 +69727,15 @@
|
|
|
69623
69727
|
"custom": {
|
|
69624
69728
|
"schema": "JsFormatterConfiguration#jsxQuoteStyle"
|
|
69625
69729
|
},
|
|
69626
|
-
"default": "double
|
|
69627
|
-
"remarks": "Defaults to double
|
|
69730
|
+
"default": "double`.",
|
|
69731
|
+
"remarks": "Defaults to `double`.",
|
|
69628
69732
|
"stability": "experimental",
|
|
69629
69733
|
"summary": "The type of quotes used in JSX."
|
|
69630
69734
|
},
|
|
69631
69735
|
"immutable": true,
|
|
69632
69736
|
"locationInModule": {
|
|
69633
69737
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69634
|
-
"line":
|
|
69738
|
+
"line": 1911
|
|
69635
69739
|
},
|
|
69636
69740
|
"name": "jsxQuoteStyle",
|
|
69637
69741
|
"optional": true,
|
|
@@ -69645,14 +69749,14 @@
|
|
|
69645
69749
|
"custom": {
|
|
69646
69750
|
"schema": "JsFormatterConfiguration#lineEnding"
|
|
69647
69751
|
},
|
|
69648
|
-
"remarks": "
|
|
69752
|
+
"remarks": "If unset, inherits the\nglobal line ending.",
|
|
69649
69753
|
"stability": "experimental",
|
|
69650
|
-
"summary": "The
|
|
69754
|
+
"summary": "The line ending applied to JavaScript and languages that extend it."
|
|
69651
69755
|
},
|
|
69652
69756
|
"immutable": true,
|
|
69653
69757
|
"locationInModule": {
|
|
69654
69758
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69655
|
-
"line":
|
|
69759
|
+
"line": 1919
|
|
69656
69760
|
},
|
|
69657
69761
|
"name": "lineEnding",
|
|
69658
69762
|
"optional": true,
|
|
@@ -69666,15 +69770,14 @@
|
|
|
69666
69770
|
"custom": {
|
|
69667
69771
|
"schema": "JsFormatterConfiguration#lineWidth"
|
|
69668
69772
|
},
|
|
69669
|
-
"
|
|
69670
|
-
"remarks": "Defaults to 80.",
|
|
69773
|
+
"remarks": "If unset,\ninherits the global line width.",
|
|
69671
69774
|
"stability": "experimental",
|
|
69672
|
-
"summary": "
|
|
69775
|
+
"summary": "The maximum line width applied to JavaScript and languages that extend it."
|
|
69673
69776
|
},
|
|
69674
69777
|
"immutable": true,
|
|
69675
69778
|
"locationInModule": {
|
|
69676
69779
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69677
|
-
"line":
|
|
69780
|
+
"line": 1927
|
|
69678
69781
|
},
|
|
69679
69782
|
"name": "lineWidth",
|
|
69680
69783
|
"optional": true,
|
|
@@ -69688,15 +69791,15 @@
|
|
|
69688
69791
|
"custom": {
|
|
69689
69792
|
"schema": "JsFormatterConfiguration#operatorLinebreak"
|
|
69690
69793
|
},
|
|
69691
|
-
"default": "after
|
|
69692
|
-
"remarks": "Defaults to
|
|
69794
|
+
"default": "after`.",
|
|
69795
|
+
"remarks": "Defaults to `after`.",
|
|
69693
69796
|
"stability": "experimental",
|
|
69694
69797
|
"summary": "When breaking binary expressions into multiple lines, whether to break them before or after the binary operator."
|
|
69695
69798
|
},
|
|
69696
69799
|
"immutable": true,
|
|
69697
69800
|
"locationInModule": {
|
|
69698
69801
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69699
|
-
"line":
|
|
69802
|
+
"line": 1936
|
|
69700
69803
|
},
|
|
69701
69804
|
"name": "operatorLinebreak",
|
|
69702
69805
|
"optional": true,
|
|
@@ -69710,15 +69813,15 @@
|
|
|
69710
69813
|
"custom": {
|
|
69711
69814
|
"schema": "JsFormatterConfiguration#quoteProperties"
|
|
69712
69815
|
},
|
|
69713
|
-
"default": "asNeeded
|
|
69714
|
-
"remarks": "Defaults to asNeeded.",
|
|
69816
|
+
"default": "asNeeded` in configuration",
|
|
69817
|
+
"remarks": "Defaults to `asNeeded` in configuration\n(`as-needed` on the CLI).",
|
|
69715
69818
|
"stability": "experimental",
|
|
69716
|
-
"summary": "
|
|
69819
|
+
"summary": "Controls when object properties are quoted."
|
|
69717
69820
|
},
|
|
69718
69821
|
"immutable": true,
|
|
69719
69822
|
"locationInModule": {
|
|
69720
69823
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69721
|
-
"line":
|
|
69824
|
+
"line": 1945
|
|
69722
69825
|
},
|
|
69723
69826
|
"name": "quoteProperties",
|
|
69724
69827
|
"optional": true,
|
|
@@ -69732,15 +69835,15 @@
|
|
|
69732
69835
|
"custom": {
|
|
69733
69836
|
"schema": "JsFormatterConfiguration#quoteStyle"
|
|
69734
69837
|
},
|
|
69735
|
-
"default": "double
|
|
69736
|
-
"remarks": "Defaults to double
|
|
69838
|
+
"default": "double`.",
|
|
69839
|
+
"remarks": "Defaults to `double`.",
|
|
69737
69840
|
"stability": "experimental",
|
|
69738
69841
|
"summary": "The type of quotes used in JavaScript code."
|
|
69739
69842
|
},
|
|
69740
69843
|
"immutable": true,
|
|
69741
69844
|
"locationInModule": {
|
|
69742
69845
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69743
|
-
"line":
|
|
69846
|
+
"line": 1953
|
|
69744
69847
|
},
|
|
69745
69848
|
"name": "quoteStyle",
|
|
69746
69849
|
"optional": true,
|
|
@@ -69754,13 +69857,15 @@
|
|
|
69754
69857
|
"custom": {
|
|
69755
69858
|
"schema": "JsFormatterConfiguration#semicolons"
|
|
69756
69859
|
},
|
|
69860
|
+
"default": "always`.",
|
|
69861
|
+
"remarks": "Defaults to `always`.",
|
|
69757
69862
|
"stability": "experimental",
|
|
69758
|
-
"summary": "
|
|
69863
|
+
"summary": "Prints semicolons after every statement or only where needed to avoid automatic semicolon insertion hazards."
|
|
69759
69864
|
},
|
|
69760
69865
|
"immutable": true,
|
|
69761
69866
|
"locationInModule": {
|
|
69762
69867
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69763
|
-
"line":
|
|
69868
|
+
"line": 1962
|
|
69764
69869
|
},
|
|
69765
69870
|
"name": "semicolons",
|
|
69766
69871
|
"optional": true,
|
|
@@ -69774,15 +69879,15 @@
|
|
|
69774
69879
|
"custom": {
|
|
69775
69880
|
"schema": "JsFormatterConfiguration#trailingCommas"
|
|
69776
69881
|
},
|
|
69777
|
-
"default": "all
|
|
69778
|
-
"remarks": "Defaults
|
|
69882
|
+
"default": "all`.",
|
|
69883
|
+
"remarks": "Defaults\nto `all`.",
|
|
69779
69884
|
"stability": "experimental",
|
|
69780
|
-
"summary": "
|
|
69885
|
+
"summary": "Prints trailing commas wherever possible in multiline comma-separated structures."
|
|
69781
69886
|
},
|
|
69782
69887
|
"immutable": true,
|
|
69783
69888
|
"locationInModule": {
|
|
69784
69889
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69785
|
-
"line":
|
|
69890
|
+
"line": 1971
|
|
69786
69891
|
},
|
|
69787
69892
|
"name": "trailingCommas",
|
|
69788
69893
|
"optional": true,
|
|
@@ -69796,15 +69901,14 @@
|
|
|
69796
69901
|
"custom": {
|
|
69797
69902
|
"schema": "JsFormatterConfiguration#trailingNewline"
|
|
69798
69903
|
},
|
|
69799
|
-
"
|
|
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.",
|
|
69904
|
+
"remarks": "If unset, inherits the global\ntrailing newline setting.",
|
|
69801
69905
|
"stability": "experimental",
|
|
69802
69906
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
69803
69907
|
},
|
|
69804
69908
|
"immutable": true,
|
|
69805
69909
|
"locationInModule": {
|
|
69806
69910
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69807
|
-
"line":
|
|
69911
|
+
"line": 1979
|
|
69808
69912
|
},
|
|
69809
69913
|
"name": "trailingNewline",
|
|
69810
69914
|
"optional": true,
|
|
@@ -69829,7 +69933,7 @@
|
|
|
69829
69933
|
"kind": "interface",
|
|
69830
69934
|
"locationInModule": {
|
|
69831
69935
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69832
|
-
"line":
|
|
69936
|
+
"line": 2040
|
|
69833
69937
|
},
|
|
69834
69938
|
"name": "JsLinterConfiguration",
|
|
69835
69939
|
"namespace": "javascript.biome_config",
|
|
@@ -69841,12 +69945,12 @@
|
|
|
69841
69945
|
"schema": "JsLinterConfiguration#enabled"
|
|
69842
69946
|
},
|
|
69843
69947
|
"stability": "experimental",
|
|
69844
|
-
"summary": "
|
|
69948
|
+
"summary": "Controls the linter for JavaScript and languages that extend it."
|
|
69845
69949
|
},
|
|
69846
69950
|
"immutable": true,
|
|
69847
69951
|
"locationInModule": {
|
|
69848
69952
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69849
|
-
"line":
|
|
69953
|
+
"line": 2046
|
|
69850
69954
|
},
|
|
69851
69955
|
"name": "enabled",
|
|
69852
69956
|
"optional": true,
|
|
@@ -69865,13 +69969,13 @@
|
|
|
69865
69969
|
"schema": "JsParserConfiguration"
|
|
69866
69970
|
},
|
|
69867
69971
|
"stability": "experimental",
|
|
69868
|
-
"summary": "Options that
|
|
69972
|
+
"summary": "Options that change how the JavaScript parser behaves."
|
|
69869
69973
|
},
|
|
69870
69974
|
"fqn": "projen.javascript.biome_config.JsParserConfiguration",
|
|
69871
69975
|
"kind": "interface",
|
|
69872
69976
|
"locationInModule": {
|
|
69873
69977
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69874
|
-
"line":
|
|
69978
|
+
"line": 2069
|
|
69875
69979
|
},
|
|
69876
69980
|
"name": "JsParserConfiguration",
|
|
69877
69981
|
"namespace": "javascript.biome_config",
|
|
@@ -69890,7 +69994,7 @@
|
|
|
69890
69994
|
"immutable": true,
|
|
69891
69995
|
"locationInModule": {
|
|
69892
69996
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69893
|
-
"line":
|
|
69997
|
+
"line": 2077
|
|
69894
69998
|
},
|
|
69895
69999
|
"name": "gritMetavariables",
|
|
69896
70000
|
"optional": true,
|
|
@@ -69905,14 +70009,13 @@
|
|
|
69905
70009
|
"schema": "JsParserConfiguration#jsxEverywhere"
|
|
69906
70010
|
},
|
|
69907
70011
|
"default": "true`.",
|
|
69908
|
-
"remarks": "Defaults to `true`.",
|
|
69909
70012
|
"stability": "experimental",
|
|
69910
|
-
"summary": "When enabled, files
|
|
70013
|
+
"summary": "When enabled, files such as `.js`, `.mjs`, and `.cjs` may contain JSX syntax. Defaults to `true`."
|
|
69911
70014
|
},
|
|
69912
70015
|
"immutable": true,
|
|
69913
70016
|
"locationInModule": {
|
|
69914
70017
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69915
|
-
"line":
|
|
70018
|
+
"line": 2086
|
|
69916
70019
|
},
|
|
69917
70020
|
"name": "jsxEverywhere",
|
|
69918
70021
|
"optional": true,
|
|
@@ -69933,7 +70036,7 @@
|
|
|
69933
70036
|
"immutable": true,
|
|
69934
70037
|
"locationInModule": {
|
|
69935
70038
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69936
|
-
"line":
|
|
70039
|
+
"line": 2095
|
|
69937
70040
|
},
|
|
69938
70041
|
"name": "unsafeParameterDecoratorsEnabled",
|
|
69939
70042
|
"optional": true,
|
|
@@ -69958,7 +70061,7 @@
|
|
|
69958
70061
|
"kind": "interface",
|
|
69959
70062
|
"locationInModule": {
|
|
69960
70063
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69961
|
-
"line":
|
|
70064
|
+
"line": 2120
|
|
69962
70065
|
},
|
|
69963
70066
|
"name": "JsResolverConfiguration",
|
|
69964
70067
|
"namespace": "javascript.biome_config",
|
|
@@ -69969,14 +70072,15 @@
|
|
|
69969
70072
|
"custom": {
|
|
69970
70073
|
"schema": "JsResolverConfiguration#experimentalPnpmCatalogs"
|
|
69971
70074
|
},
|
|
69972
|
-
"
|
|
70075
|
+
"default": "false`.",
|
|
70076
|
+
"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
70077
|
"stability": "experimental",
|
|
69974
70078
|
"summary": "Enables pnpm workspace catalog resolution for JavaScript package manifests."
|
|
69975
70079
|
},
|
|
69976
70080
|
"immutable": true,
|
|
69977
70081
|
"locationInModule": {
|
|
69978
70082
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
69979
|
-
"line":
|
|
70083
|
+
"line": 2149
|
|
69980
70084
|
},
|
|
69981
70085
|
"name": "experimentalPnpmCatalogs",
|
|
69982
70086
|
"optional": true,
|
|
@@ -70000,7 +70104,7 @@
|
|
|
70000
70104
|
"kind": "enum",
|
|
70001
70105
|
"locationInModule": {
|
|
70002
70106
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70003
|
-
"line":
|
|
70107
|
+
"line": 2997
|
|
70004
70108
|
},
|
|
70005
70109
|
"members": [
|
|
70006
70110
|
{
|
|
@@ -70043,7 +70147,7 @@
|
|
|
70043
70147
|
"kind": "interface",
|
|
70044
70148
|
"locationInModule": {
|
|
70045
70149
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70046
|
-
"line":
|
|
70150
|
+
"line": 2172
|
|
70047
70151
|
},
|
|
70048
70152
|
"name": "JsonAssistConfiguration",
|
|
70049
70153
|
"namespace": "javascript.biome_config",
|
|
@@ -70055,12 +70159,12 @@
|
|
|
70055
70159
|
"schema": "JsonAssistConfiguration#enabled"
|
|
70056
70160
|
},
|
|
70057
70161
|
"stability": "experimental",
|
|
70058
|
-
"summary": "
|
|
70162
|
+
"summary": "Controls assist actions for JSON and languages that extend it."
|
|
70059
70163
|
},
|
|
70060
70164
|
"immutable": true,
|
|
70061
70165
|
"locationInModule": {
|
|
70062
70166
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70063
|
-
"line":
|
|
70167
|
+
"line": 2178
|
|
70064
70168
|
},
|
|
70065
70169
|
"name": "enabled",
|
|
70066
70170
|
"optional": true,
|
|
@@ -70085,7 +70189,7 @@
|
|
|
70085
70189
|
"kind": "interface",
|
|
70086
70190
|
"locationInModule": {
|
|
70087
70191
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70088
|
-
"line":
|
|
70192
|
+
"line": 720
|
|
70089
70193
|
},
|
|
70090
70194
|
"name": "JsonConfiguration",
|
|
70091
70195
|
"namespace": "javascript.biome_config",
|
|
@@ -70102,7 +70206,7 @@
|
|
|
70102
70206
|
"immutable": true,
|
|
70103
70207
|
"locationInModule": {
|
|
70104
70208
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70105
|
-
"line":
|
|
70209
|
+
"line": 726
|
|
70106
70210
|
},
|
|
70107
70211
|
"name": "assist",
|
|
70108
70212
|
"optional": true,
|
|
@@ -70122,7 +70226,7 @@
|
|
|
70122
70226
|
"immutable": true,
|
|
70123
70227
|
"locationInModule": {
|
|
70124
70228
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70125
|
-
"line":
|
|
70229
|
+
"line": 733
|
|
70126
70230
|
},
|
|
70127
70231
|
"name": "formatter",
|
|
70128
70232
|
"optional": true,
|
|
@@ -70142,7 +70246,7 @@
|
|
|
70142
70246
|
"immutable": true,
|
|
70143
70247
|
"locationInModule": {
|
|
70144
70248
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70145
|
-
"line":
|
|
70249
|
+
"line": 740
|
|
70146
70250
|
},
|
|
70147
70251
|
"name": "linter",
|
|
70148
70252
|
"optional": true,
|
|
@@ -70162,7 +70266,7 @@
|
|
|
70162
70266
|
"immutable": true,
|
|
70163
70267
|
"locationInModule": {
|
|
70164
70268
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70165
|
-
"line":
|
|
70269
|
+
"line": 747
|
|
70166
70270
|
},
|
|
70167
70271
|
"name": "parser",
|
|
70168
70272
|
"optional": true,
|
|
@@ -70186,7 +70290,7 @@
|
|
|
70186
70290
|
"kind": "interface",
|
|
70187
70291
|
"locationInModule": {
|
|
70188
70292
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70189
|
-
"line":
|
|
70293
|
+
"line": 2199
|
|
70190
70294
|
},
|
|
70191
70295
|
"name": "JsonFormatterConfiguration",
|
|
70192
70296
|
"namespace": "javascript.biome_config",
|
|
@@ -70197,15 +70301,14 @@
|
|
|
70197
70301
|
"custom": {
|
|
70198
70302
|
"schema": "JsonFormatterConfiguration#bracketSpacing"
|
|
70199
70303
|
},
|
|
70200
|
-
"
|
|
70201
|
-
"remarks": "Defaults to true.",
|
|
70304
|
+
"remarks": "If unset, inherits the global\nbracket spacing setting.",
|
|
70202
70305
|
"stability": "experimental",
|
|
70203
|
-
"summary": "Whether to insert spaces
|
|
70306
|
+
"summary": "Whether to insert spaces inside braces in object literals."
|
|
70204
70307
|
},
|
|
70205
70308
|
"immutable": true,
|
|
70206
70309
|
"locationInModule": {
|
|
70207
70310
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70208
|
-
"line":
|
|
70311
|
+
"line": 2206
|
|
70209
70312
|
},
|
|
70210
70313
|
"name": "bracketSpacing",
|
|
70211
70314
|
"optional": true,
|
|
@@ -70219,15 +70322,14 @@
|
|
|
70219
70322
|
"custom": {
|
|
70220
70323
|
"schema": "JsonFormatterConfiguration#delimiterSpacing"
|
|
70221
70324
|
},
|
|
70222
|
-
"
|
|
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.",
|
|
70325
|
+
"remarks": "When\nenabled, `[1, 2, 3]` becomes `[ 1, 2, 3 ]`. Empty brackets are unchanged.\n\nIf unset, inherits the global delimiter spacing setting.",
|
|
70224
70326
|
"stability": "experimental",
|
|
70225
|
-
"summary": "
|
|
70327
|
+
"summary": "Controls spaces inside JSON square brackets when their content fits on one line."
|
|
70226
70328
|
},
|
|
70227
70329
|
"immutable": true,
|
|
70228
70330
|
"locationInModule": {
|
|
70229
70331
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70230
|
-
"line":
|
|
70332
|
+
"line": 2216
|
|
70231
70333
|
},
|
|
70232
70334
|
"name": "delimiterSpacing",
|
|
70233
70335
|
"optional": true,
|
|
@@ -70242,12 +70344,12 @@
|
|
|
70242
70344
|
"schema": "JsonFormatterConfiguration#enabled"
|
|
70243
70345
|
},
|
|
70244
70346
|
"stability": "experimental",
|
|
70245
|
-
"summary": "
|
|
70347
|
+
"summary": "Controls the formatter for JSON and languages that extend it."
|
|
70246
70348
|
},
|
|
70247
70349
|
"immutable": true,
|
|
70248
70350
|
"locationInModule": {
|
|
70249
70351
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70250
|
-
"line":
|
|
70352
|
+
"line": 2223
|
|
70251
70353
|
},
|
|
70252
70354
|
"name": "enabled",
|
|
70253
70355
|
"optional": true,
|
|
@@ -70261,15 +70363,14 @@
|
|
|
70261
70363
|
"custom": {
|
|
70262
70364
|
"schema": "JsonFormatterConfiguration#expand"
|
|
70263
70365
|
},
|
|
70264
|
-
"
|
|
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\".",
|
|
70366
|
+
"remarks": "If unset, inherits the global expansion setting.\n\nWhen formatting `package.json`, Biome uses `always` unless configured otherwise.",
|
|
70266
70367
|
"stability": "experimental",
|
|
70267
|
-
"summary": "
|
|
70368
|
+
"summary": "Uses the same `auto`, `always`, and `never` behavior as the global expansion setting."
|
|
70268
70369
|
},
|
|
70269
70370
|
"immutable": true,
|
|
70270
70371
|
"locationInModule": {
|
|
70271
70372
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70272
|
-
"line":
|
|
70373
|
+
"line": 2234
|
|
70273
70374
|
},
|
|
70274
70375
|
"name": "expand",
|
|
70275
70376
|
"optional": true,
|
|
@@ -70283,13 +70384,14 @@
|
|
|
70283
70384
|
"custom": {
|
|
70284
70385
|
"schema": "JsonFormatterConfiguration#indentStyle"
|
|
70285
70386
|
},
|
|
70387
|
+
"remarks": "If unset, inherits the global\nindentation style.",
|
|
70286
70388
|
"stability": "experimental",
|
|
70287
|
-
"summary": "The indent style applied to JSON
|
|
70389
|
+
"summary": "The indent style applied to JSON and languages that extend it."
|
|
70288
70390
|
},
|
|
70289
70391
|
"immutable": true,
|
|
70290
70392
|
"locationInModule": {
|
|
70291
70393
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70292
|
-
"line":
|
|
70394
|
+
"line": 2242
|
|
70293
70395
|
},
|
|
70294
70396
|
"name": "indentStyle",
|
|
70295
70397
|
"optional": true,
|
|
@@ -70303,15 +70405,14 @@
|
|
|
70303
70405
|
"custom": {
|
|
70304
70406
|
"schema": "JsonFormatterConfiguration#indentWidth"
|
|
70305
70407
|
},
|
|
70306
|
-
"
|
|
70307
|
-
"remarks": "Default to 2.",
|
|
70408
|
+
"remarks": "If unset, inherits the\nglobal indentation width.",
|
|
70308
70409
|
"stability": "experimental",
|
|
70309
|
-
"summary": "The
|
|
70410
|
+
"summary": "The indentation width applied to JSON and languages that extend it."
|
|
70310
70411
|
},
|
|
70311
70412
|
"immutable": true,
|
|
70312
70413
|
"locationInModule": {
|
|
70313
70414
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70314
|
-
"line":
|
|
70415
|
+
"line": 2250
|
|
70315
70416
|
},
|
|
70316
70417
|
"name": "indentWidth",
|
|
70317
70418
|
"optional": true,
|
|
@@ -70325,14 +70426,14 @@
|
|
|
70325
70426
|
"custom": {
|
|
70326
70427
|
"schema": "JsonFormatterConfiguration#lineEnding"
|
|
70327
70428
|
},
|
|
70328
|
-
"remarks": "
|
|
70429
|
+
"remarks": "If unset, inherits the global\nline ending.",
|
|
70329
70430
|
"stability": "experimental",
|
|
70330
|
-
"summary": "The
|
|
70431
|
+
"summary": "The line ending applied to JSON and languages that extend it."
|
|
70331
70432
|
},
|
|
70332
70433
|
"immutable": true,
|
|
70333
70434
|
"locationInModule": {
|
|
70334
70435
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70335
|
-
"line":
|
|
70436
|
+
"line": 2258
|
|
70336
70437
|
},
|
|
70337
70438
|
"name": "lineEnding",
|
|
70338
70439
|
"optional": true,
|
|
@@ -70346,15 +70447,14 @@
|
|
|
70346
70447
|
"custom": {
|
|
70347
70448
|
"schema": "JsonFormatterConfiguration#lineWidth"
|
|
70348
70449
|
},
|
|
70349
|
-
"
|
|
70350
|
-
"remarks": "Defaults to 80.",
|
|
70450
|
+
"remarks": "If unset, inherits the\nglobal line width.",
|
|
70351
70451
|
"stability": "experimental",
|
|
70352
|
-
"summary": "
|
|
70452
|
+
"summary": "The maximum line width applied to JSON and languages that extend it."
|
|
70353
70453
|
},
|
|
70354
70454
|
"immutable": true,
|
|
70355
70455
|
"locationInModule": {
|
|
70356
70456
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70357
|
-
"line":
|
|
70457
|
+
"line": 2266
|
|
70358
70458
|
},
|
|
70359
70459
|
"name": "lineWidth",
|
|
70360
70460
|
"optional": true,
|
|
@@ -70368,15 +70468,15 @@
|
|
|
70368
70468
|
"custom": {
|
|
70369
70469
|
"schema": "JsonFormatterConfiguration#trailingCommas"
|
|
70370
70470
|
},
|
|
70371
|
-
"default": "none
|
|
70372
|
-
"remarks": "Defaults
|
|
70471
|
+
"default": "none`.",
|
|
70472
|
+
"remarks": "Defaults\nto `none`.",
|
|
70373
70473
|
"stability": "experimental",
|
|
70374
|
-
"summary": "
|
|
70474
|
+
"summary": "Prints trailing commas wherever possible in multiline comma-separated structures."
|
|
70375
70475
|
},
|
|
70376
70476
|
"immutable": true,
|
|
70377
70477
|
"locationInModule": {
|
|
70378
70478
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70379
|
-
"line":
|
|
70479
|
+
"line": 2275
|
|
70380
70480
|
},
|
|
70381
70481
|
"name": "trailingCommas",
|
|
70382
70482
|
"optional": true,
|
|
@@ -70390,15 +70490,14 @@
|
|
|
70390
70490
|
"custom": {
|
|
70391
70491
|
"schema": "JsonFormatterConfiguration#trailingNewline"
|
|
70392
70492
|
},
|
|
70393
|
-
"
|
|
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.",
|
|
70493
|
+
"remarks": "If unset, inherits the global\ntrailing newline setting.",
|
|
70395
70494
|
"stability": "experimental",
|
|
70396
70495
|
"summary": "Whether to add a trailing newline at the end of the file."
|
|
70397
70496
|
},
|
|
70398
70497
|
"immutable": true,
|
|
70399
70498
|
"locationInModule": {
|
|
70400
70499
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70401
|
-
"line":
|
|
70500
|
+
"line": 2283
|
|
70402
70501
|
},
|
|
70403
70502
|
"name": "trailingNewline",
|
|
70404
70503
|
"optional": true,
|
|
@@ -70423,7 +70522,7 @@
|
|
|
70423
70522
|
"kind": "interface",
|
|
70424
70523
|
"locationInModule": {
|
|
70425
70524
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70426
|
-
"line":
|
|
70525
|
+
"line": 2315
|
|
70427
70526
|
},
|
|
70428
70527
|
"name": "JsonLinterConfiguration",
|
|
70429
70528
|
"namespace": "javascript.biome_config",
|
|
@@ -70435,12 +70534,12 @@
|
|
|
70435
70534
|
"schema": "JsonLinterConfiguration#enabled"
|
|
70436
70535
|
},
|
|
70437
70536
|
"stability": "experimental",
|
|
70438
|
-
"summary": "
|
|
70537
|
+
"summary": "Controls the linter for JSON and languages that extend it."
|
|
70439
70538
|
},
|
|
70440
70539
|
"immutable": true,
|
|
70441
70540
|
"locationInModule": {
|
|
70442
70541
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70443
|
-
"line":
|
|
70542
|
+
"line": 2321
|
|
70444
70543
|
},
|
|
70445
70544
|
"name": "enabled",
|
|
70446
70545
|
"optional": true,
|
|
@@ -70459,13 +70558,13 @@
|
|
|
70459
70558
|
"schema": "JsonParserConfiguration"
|
|
70460
70559
|
},
|
|
70461
70560
|
"stability": "experimental",
|
|
70462
|
-
"summary": "Options that
|
|
70561
|
+
"summary": "Options that change how the JSON parser behaves."
|
|
70463
70562
|
},
|
|
70464
70563
|
"fqn": "projen.javascript.biome_config.JsonParserConfiguration",
|
|
70465
70564
|
"kind": "interface",
|
|
70466
70565
|
"locationInModule": {
|
|
70467
70566
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70468
|
-
"line":
|
|
70567
|
+
"line": 2344
|
|
70469
70568
|
},
|
|
70470
70569
|
"name": "JsonParserConfiguration",
|
|
70471
70570
|
"namespace": "javascript.biome_config",
|
|
@@ -70477,12 +70576,12 @@
|
|
|
70477
70576
|
"schema": "JsonParserConfiguration#allowComments"
|
|
70478
70577
|
},
|
|
70479
70578
|
"stability": "experimental",
|
|
70480
|
-
"summary": "
|
|
70579
|
+
"summary": "Allows parsing comments in `.json` files."
|
|
70481
70580
|
},
|
|
70482
70581
|
"immutable": true,
|
|
70483
70582
|
"locationInModule": {
|
|
70484
70583
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70485
|
-
"line":
|
|
70584
|
+
"line": 2350
|
|
70486
70585
|
},
|
|
70487
70586
|
"name": "allowComments",
|
|
70488
70587
|
"optional": true,
|
|
@@ -70497,12 +70596,12 @@
|
|
|
70497
70596
|
"schema": "JsonParserConfiguration#allowTrailingCommas"
|
|
70498
70597
|
},
|
|
70499
70598
|
"stability": "experimental",
|
|
70500
|
-
"summary": "
|
|
70599
|
+
"summary": "Allows parsing trailing commas in `.json` files."
|
|
70501
70600
|
},
|
|
70502
70601
|
"immutable": true,
|
|
70503
70602
|
"locationInModule": {
|
|
70504
70603
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70505
|
-
"line":
|
|
70604
|
+
"line": 2357
|
|
70506
70605
|
},
|
|
70507
70606
|
"name": "allowTrailingCommas",
|
|
70508
70607
|
"optional": true,
|
|
@@ -70526,7 +70625,7 @@
|
|
|
70526
70625
|
"kind": "enum",
|
|
70527
70626
|
"locationInModule": {
|
|
70528
70627
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70529
|
-
"line":
|
|
70628
|
+
"line": 3011
|
|
70530
70629
|
},
|
|
70531
70630
|
"members": [
|
|
70532
70631
|
{
|
|
@@ -70561,7 +70660,7 @@
|
|
|
70561
70660
|
"kind": "enum",
|
|
70562
70661
|
"locationInModule": {
|
|
70563
70662
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70564
|
-
"line":
|
|
70663
|
+
"line": 2019
|
|
70565
70664
|
},
|
|
70566
70665
|
"members": [
|
|
70567
70666
|
{
|
|
@@ -70597,7 +70696,7 @@
|
|
|
70597
70696
|
"kind": "enum",
|
|
70598
70697
|
"locationInModule": {
|
|
70599
70698
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70600
|
-
"line":
|
|
70699
|
+
"line": 1281
|
|
70601
70700
|
},
|
|
70602
70701
|
"members": [
|
|
70603
70702
|
{
|
|
@@ -70646,7 +70745,7 @@
|
|
|
70646
70745
|
"kind": "interface",
|
|
70647
70746
|
"locationInModule": {
|
|
70648
70747
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70649
|
-
"line":
|
|
70748
|
+
"line": 771
|
|
70650
70749
|
},
|
|
70651
70750
|
"name": "LinterConfiguration",
|
|
70652
70751
|
"namespace": "javascript.biome_config",
|
|
@@ -70663,7 +70762,7 @@
|
|
|
70663
70762
|
"immutable": true,
|
|
70664
70763
|
"locationInModule": {
|
|
70665
70764
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70666
|
-
"line":
|
|
70765
|
+
"line": 777
|
|
70667
70766
|
},
|
|
70668
70767
|
"name": "domains",
|
|
70669
70768
|
"optional": true,
|
|
@@ -70689,7 +70788,7 @@
|
|
|
70689
70788
|
"immutable": true,
|
|
70690
70789
|
"locationInModule": {
|
|
70691
70790
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70692
|
-
"line":
|
|
70791
|
+
"line": 784
|
|
70693
70792
|
},
|
|
70694
70793
|
"name": "enabled",
|
|
70695
70794
|
"optional": true,
|
|
@@ -70710,7 +70809,7 @@
|
|
|
70710
70809
|
"immutable": true,
|
|
70711
70810
|
"locationInModule": {
|
|
70712
70811
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70713
|
-
"line":
|
|
70812
|
+
"line": 792
|
|
70714
70813
|
},
|
|
70715
70814
|
"name": "includes",
|
|
70716
70815
|
"optional": true,
|
|
@@ -70735,7 +70834,7 @@
|
|
|
70735
70834
|
"immutable": true,
|
|
70736
70835
|
"locationInModule": {
|
|
70737
70836
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70738
|
-
"line":
|
|
70837
|
+
"line": 799
|
|
70739
70838
|
},
|
|
70740
70839
|
"name": "rules",
|
|
70741
70840
|
"optional": true,
|
|
@@ -70758,7 +70857,7 @@
|
|
|
70758
70857
|
"kind": "enum",
|
|
70759
70858
|
"locationInModule": {
|
|
70760
70859
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70761
|
-
"line":
|
|
70860
|
+
"line": 2965
|
|
70762
70861
|
},
|
|
70763
70862
|
"members": [
|
|
70764
70863
|
{
|
|
@@ -70793,7 +70892,7 @@
|
|
|
70793
70892
|
"kind": "interface",
|
|
70794
70893
|
"locationInModule": {
|
|
70795
70894
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70796
|
-
"line":
|
|
70895
|
+
"line": 2474
|
|
70797
70896
|
},
|
|
70798
70897
|
"name": "OverrideAssistConfiguration",
|
|
70799
70898
|
"namespace": "javascript.biome_config",
|
|
@@ -70810,7 +70909,7 @@
|
|
|
70810
70909
|
"immutable": true,
|
|
70811
70910
|
"locationInModule": {
|
|
70812
70911
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70813
|
-
"line":
|
|
70912
|
+
"line": 2480
|
|
70814
70913
|
},
|
|
70815
70914
|
"name": "actions",
|
|
70816
70915
|
"optional": true,
|
|
@@ -70831,7 +70930,7 @@
|
|
|
70831
70930
|
"immutable": true,
|
|
70832
70931
|
"locationInModule": {
|
|
70833
70932
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70834
|
-
"line":
|
|
70933
|
+
"line": 2487
|
|
70835
70934
|
},
|
|
70836
70935
|
"name": "enabled",
|
|
70837
70936
|
"optional": true,
|
|
@@ -70855,7 +70954,7 @@
|
|
|
70855
70954
|
"kind": "interface",
|
|
70856
70955
|
"locationInModule": {
|
|
70857
70956
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70858
|
-
"line":
|
|
70957
|
+
"line": 2509
|
|
70859
70958
|
},
|
|
70860
70959
|
"name": "OverrideFilesConfiguration",
|
|
70861
70960
|
"namespace": "javascript.biome_config",
|
|
@@ -70872,7 +70971,7 @@
|
|
|
70872
70971
|
"immutable": true,
|
|
70873
70972
|
"locationInModule": {
|
|
70874
70973
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70875
|
-
"line":
|
|
70974
|
+
"line": 2515
|
|
70876
70975
|
},
|
|
70877
70976
|
"name": "maxSize",
|
|
70878
70977
|
"optional": true,
|
|
@@ -70896,7 +70995,7 @@
|
|
|
70896
70995
|
"kind": "interface",
|
|
70897
70996
|
"locationInModule": {
|
|
70898
70997
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70899
|
-
"line":
|
|
70998
|
+
"line": 2536
|
|
70900
70999
|
},
|
|
70901
71000
|
"name": "OverrideFormatterConfiguration",
|
|
70902
71001
|
"namespace": "javascript.biome_config",
|
|
@@ -70913,7 +71012,7 @@
|
|
|
70913
71012
|
"immutable": true,
|
|
70914
71013
|
"locationInModule": {
|
|
70915
71014
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70916
|
-
"line":
|
|
71015
|
+
"line": 2542
|
|
70917
71016
|
},
|
|
70918
71017
|
"name": "attributePosition",
|
|
70919
71018
|
"optional": true,
|
|
@@ -70933,7 +71032,7 @@
|
|
|
70933
71032
|
"immutable": true,
|
|
70934
71033
|
"locationInModule": {
|
|
70935
71034
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70936
|
-
"line":
|
|
71035
|
+
"line": 2549
|
|
70937
71036
|
},
|
|
70938
71037
|
"name": "bracketSameLine",
|
|
70939
71038
|
"optional": true,
|
|
@@ -70955,7 +71054,7 @@
|
|
|
70955
71054
|
"immutable": true,
|
|
70956
71055
|
"locationInModule": {
|
|
70957
71056
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70958
|
-
"line":
|
|
71057
|
+
"line": 2557
|
|
70959
71058
|
},
|
|
70960
71059
|
"name": "bracketSpacing",
|
|
70961
71060
|
"optional": true,
|
|
@@ -70969,15 +71068,14 @@
|
|
|
70969
71068
|
"custom": {
|
|
70970
71069
|
"schema": "OverrideFormatterConfiguration#delimiterSpacing"
|
|
70971
71070
|
},
|
|
70972
|
-
"
|
|
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.",
|
|
71071
|
+
"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
71072
|
"stability": "experimental",
|
|
70975
|
-
"summary": "
|
|
71073
|
+
"summary": "Controls spaces immediately inside supported delimiters when their content fits on one line."
|
|
70976
71074
|
},
|
|
70977
71075
|
"immutable": true,
|
|
70978
71076
|
"locationInModule": {
|
|
70979
71077
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70980
|
-
"line":
|
|
71078
|
+
"line": 2567
|
|
70981
71079
|
},
|
|
70982
71080
|
"name": "delimiterSpacing",
|
|
70983
71081
|
"optional": true,
|
|
@@ -70996,7 +71094,7 @@
|
|
|
70996
71094
|
"immutable": true,
|
|
70997
71095
|
"locationInModule": {
|
|
70998
71096
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
70999
|
-
"line":
|
|
71097
|
+
"line": 2572
|
|
71000
71098
|
},
|
|
71001
71099
|
"name": "enabled",
|
|
71002
71100
|
"optional": true,
|
|
@@ -71010,15 +71108,14 @@
|
|
|
71010
71108
|
"custom": {
|
|
71011
71109
|
"schema": "OverrideFormatterConfiguration#expand"
|
|
71012
71110
|
},
|
|
71013
|
-
"
|
|
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\".",
|
|
71111
|
+
"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
71112
|
"stability": "experimental",
|
|
71016
|
-
"summary": "
|
|
71113
|
+
"summary": "Controls whether arrays and objects are formatted on one line or multiple lines."
|
|
71017
71114
|
},
|
|
71018
71115
|
"immutable": true,
|
|
71019
71116
|
"locationInModule": {
|
|
71020
71117
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71021
|
-
"line":
|
|
71118
|
+
"line": 2590
|
|
71022
71119
|
},
|
|
71023
71120
|
"name": "expand",
|
|
71024
71121
|
"optional": true,
|
|
@@ -71038,7 +71135,7 @@
|
|
|
71038
71135
|
"immutable": true,
|
|
71039
71136
|
"locationInModule": {
|
|
71040
71137
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71041
|
-
"line":
|
|
71138
|
+
"line": 2598
|
|
71042
71139
|
},
|
|
71043
71140
|
"name": "formatWithErrors",
|
|
71044
71141
|
"optional": true,
|
|
@@ -71058,7 +71155,7 @@
|
|
|
71058
71155
|
"immutable": true,
|
|
71059
71156
|
"locationInModule": {
|
|
71060
71157
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71061
|
-
"line":
|
|
71158
|
+
"line": 2605
|
|
71062
71159
|
},
|
|
71063
71160
|
"name": "indentSize",
|
|
71064
71161
|
"optional": true,
|
|
@@ -71078,7 +71175,7 @@
|
|
|
71078
71175
|
"immutable": true,
|
|
71079
71176
|
"locationInModule": {
|
|
71080
71177
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71081
|
-
"line":
|
|
71178
|
+
"line": 2612
|
|
71082
71179
|
},
|
|
71083
71180
|
"name": "indentStyle",
|
|
71084
71181
|
"optional": true,
|
|
@@ -71098,7 +71195,7 @@
|
|
|
71098
71195
|
"immutable": true,
|
|
71099
71196
|
"locationInModule": {
|
|
71100
71197
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71101
|
-
"line":
|
|
71198
|
+
"line": 2619
|
|
71102
71199
|
},
|
|
71103
71200
|
"name": "indentWidth",
|
|
71104
71201
|
"optional": true,
|
|
@@ -71118,7 +71215,7 @@
|
|
|
71118
71215
|
"immutable": true,
|
|
71119
71216
|
"locationInModule": {
|
|
71120
71217
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71121
|
-
"line":
|
|
71218
|
+
"line": 2626
|
|
71122
71219
|
},
|
|
71123
71220
|
"name": "lineEnding",
|
|
71124
71221
|
"optional": true,
|
|
@@ -71140,7 +71237,7 @@
|
|
|
71140
71237
|
"immutable": true,
|
|
71141
71238
|
"locationInModule": {
|
|
71142
71239
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71143
|
-
"line":
|
|
71240
|
+
"line": 2634
|
|
71144
71241
|
},
|
|
71145
71242
|
"name": "lineWidth",
|
|
71146
71243
|
"optional": true,
|
|
@@ -71160,7 +71257,7 @@
|
|
|
71160
71257
|
"immutable": true,
|
|
71161
71258
|
"locationInModule": {
|
|
71162
71259
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71163
|
-
"line":
|
|
71260
|
+
"line": 2641
|
|
71164
71261
|
},
|
|
71165
71262
|
"name": "trailingCommas",
|
|
71166
71263
|
"optional": true,
|
|
@@ -71182,7 +71279,7 @@
|
|
|
71182
71279
|
"immutable": true,
|
|
71183
71280
|
"locationInModule": {
|
|
71184
71281
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71185
|
-
"line":
|
|
71282
|
+
"line": 2658
|
|
71186
71283
|
},
|
|
71187
71284
|
"name": "trailingNewline",
|
|
71188
71285
|
"optional": true,
|
|
@@ -71206,7 +71303,7 @@
|
|
|
71206
71303
|
"kind": "interface",
|
|
71207
71304
|
"locationInModule": {
|
|
71208
71305
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71209
|
-
"line":
|
|
71306
|
+
"line": 2692
|
|
71210
71307
|
},
|
|
71211
71308
|
"name": "OverrideLinterConfiguration",
|
|
71212
71309
|
"namespace": "javascript.biome_config",
|
|
@@ -71223,7 +71320,7 @@
|
|
|
71223
71320
|
"immutable": true,
|
|
71224
71321
|
"locationInModule": {
|
|
71225
71322
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71226
|
-
"line":
|
|
71323
|
+
"line": 2698
|
|
71227
71324
|
},
|
|
71228
71325
|
"name": "domains",
|
|
71229
71326
|
"optional": true,
|
|
@@ -71249,7 +71346,7 @@
|
|
|
71249
71346
|
"immutable": true,
|
|
71250
71347
|
"locationInModule": {
|
|
71251
71348
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71252
|
-
"line":
|
|
71349
|
+
"line": 2705
|
|
71253
71350
|
},
|
|
71254
71351
|
"name": "enabled",
|
|
71255
71352
|
"optional": true,
|
|
@@ -71269,7 +71366,7 @@
|
|
|
71269
71366
|
"immutable": true,
|
|
71270
71367
|
"locationInModule": {
|
|
71271
71368
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71272
|
-
"line":
|
|
71369
|
+
"line": 2712
|
|
71273
71370
|
},
|
|
71274
71371
|
"name": "rules",
|
|
71275
71372
|
"optional": true,
|
|
@@ -71293,7 +71390,7 @@
|
|
|
71293
71390
|
"kind": "interface",
|
|
71294
71391
|
"locationInModule": {
|
|
71295
71392
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71296
|
-
"line":
|
|
71393
|
+
"line": 823
|
|
71297
71394
|
},
|
|
71298
71395
|
"name": "OverridePattern",
|
|
71299
71396
|
"namespace": "javascript.biome_config",
|
|
@@ -71310,7 +71407,7 @@
|
|
|
71310
71407
|
"immutable": true,
|
|
71311
71408
|
"locationInModule": {
|
|
71312
71409
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71313
|
-
"line":
|
|
71410
|
+
"line": 829
|
|
71314
71411
|
},
|
|
71315
71412
|
"name": "assist",
|
|
71316
71413
|
"optional": true,
|
|
@@ -71330,7 +71427,7 @@
|
|
|
71330
71427
|
"immutable": true,
|
|
71331
71428
|
"locationInModule": {
|
|
71332
71429
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71333
|
-
"line":
|
|
71430
|
+
"line": 836
|
|
71334
71431
|
},
|
|
71335
71432
|
"name": "css",
|
|
71336
71433
|
"optional": true,
|
|
@@ -71350,7 +71447,7 @@
|
|
|
71350
71447
|
"immutable": true,
|
|
71351
71448
|
"locationInModule": {
|
|
71352
71449
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71353
|
-
"line":
|
|
71450
|
+
"line": 843
|
|
71354
71451
|
},
|
|
71355
71452
|
"name": "files",
|
|
71356
71453
|
"optional": true,
|
|
@@ -71370,7 +71467,7 @@
|
|
|
71370
71467
|
"immutable": true,
|
|
71371
71468
|
"locationInModule": {
|
|
71372
71469
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71373
|
-
"line":
|
|
71470
|
+
"line": 850
|
|
71374
71471
|
},
|
|
71375
71472
|
"name": "formatter",
|
|
71376
71473
|
"optional": true,
|
|
@@ -71390,7 +71487,7 @@
|
|
|
71390
71487
|
"immutable": true,
|
|
71391
71488
|
"locationInModule": {
|
|
71392
71489
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71393
|
-
"line":
|
|
71490
|
+
"line": 857
|
|
71394
71491
|
},
|
|
71395
71492
|
"name": "graphql",
|
|
71396
71493
|
"optional": true,
|
|
@@ -71410,7 +71507,7 @@
|
|
|
71410
71507
|
"immutable": true,
|
|
71411
71508
|
"locationInModule": {
|
|
71412
71509
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71413
|
-
"line":
|
|
71510
|
+
"line": 864
|
|
71414
71511
|
},
|
|
71415
71512
|
"name": "grit",
|
|
71416
71513
|
"optional": true,
|
|
@@ -71430,7 +71527,7 @@
|
|
|
71430
71527
|
"immutable": true,
|
|
71431
71528
|
"locationInModule": {
|
|
71432
71529
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71433
|
-
"line":
|
|
71530
|
+
"line": 871
|
|
71434
71531
|
},
|
|
71435
71532
|
"name": "html",
|
|
71436
71533
|
"optional": true,
|
|
@@ -71451,7 +71548,7 @@
|
|
|
71451
71548
|
"immutable": true,
|
|
71452
71549
|
"locationInModule": {
|
|
71453
71550
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71454
|
-
"line":
|
|
71551
|
+
"line": 879
|
|
71455
71552
|
},
|
|
71456
71553
|
"name": "includes",
|
|
71457
71554
|
"optional": true,
|
|
@@ -71476,7 +71573,7 @@
|
|
|
71476
71573
|
"immutable": true,
|
|
71477
71574
|
"locationInModule": {
|
|
71478
71575
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71479
|
-
"line":
|
|
71576
|
+
"line": 886
|
|
71480
71577
|
},
|
|
71481
71578
|
"name": "javascript",
|
|
71482
71579
|
"optional": true,
|
|
@@ -71496,7 +71593,7 @@
|
|
|
71496
71593
|
"immutable": true,
|
|
71497
71594
|
"locationInModule": {
|
|
71498
71595
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71499
|
-
"line":
|
|
71596
|
+
"line": 893
|
|
71500
71597
|
},
|
|
71501
71598
|
"name": "json",
|
|
71502
71599
|
"optional": true,
|
|
@@ -71516,7 +71613,7 @@
|
|
|
71516
71613
|
"immutable": true,
|
|
71517
71614
|
"locationInModule": {
|
|
71518
71615
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71519
|
-
"line":
|
|
71616
|
+
"line": 900
|
|
71520
71617
|
},
|
|
71521
71618
|
"name": "linter",
|
|
71522
71619
|
"optional": true,
|
|
@@ -71536,7 +71633,7 @@
|
|
|
71536
71633
|
"immutable": true,
|
|
71537
71634
|
"locationInModule": {
|
|
71538
71635
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71539
|
-
"line":
|
|
71636
|
+
"line": 907
|
|
71540
71637
|
},
|
|
71541
71638
|
"name": "plugins",
|
|
71542
71639
|
"optional": true,
|
|
@@ -71565,7 +71662,7 @@
|
|
|
71565
71662
|
"kind": "enum",
|
|
71566
71663
|
"locationInModule": {
|
|
71567
71664
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71568
|
-
"line":
|
|
71665
|
+
"line": 2747
|
|
71569
71666
|
},
|
|
71570
71667
|
"members": [
|
|
71571
71668
|
{
|
|
@@ -71606,7 +71703,7 @@
|
|
|
71606
71703
|
"kind": "enum",
|
|
71607
71704
|
"locationInModule": {
|
|
71608
71705
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71609
|
-
"line":
|
|
71706
|
+
"line": 2975
|
|
71610
71707
|
},
|
|
71611
71708
|
"members": [
|
|
71612
71709
|
{
|
|
@@ -71640,7 +71737,7 @@
|
|
|
71640
71737
|
"kind": "enum",
|
|
71641
71738
|
"locationInModule": {
|
|
71642
71739
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71643
|
-
"line":
|
|
71740
|
+
"line": 2886
|
|
71644
71741
|
},
|
|
71645
71742
|
"members": [
|
|
71646
71743
|
{
|
|
@@ -71674,7 +71771,7 @@
|
|
|
71674
71771
|
"kind": "enum",
|
|
71675
71772
|
"locationInModule": {
|
|
71676
71773
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71677
|
-
"line":
|
|
71774
|
+
"line": 2379
|
|
71678
71775
|
},
|
|
71679
71776
|
"members": [
|
|
71680
71777
|
{
|
|
@@ -71716,7 +71813,7 @@
|
|
|
71716
71813
|
"kind": "interface",
|
|
71717
71814
|
"locationInModule": {
|
|
71718
71815
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71719
|
-
"line":
|
|
71816
|
+
"line": 2391
|
|
71720
71817
|
},
|
|
71721
71818
|
"name": "Rules",
|
|
71722
71819
|
"namespace": "javascript.biome_config",
|
|
@@ -71732,7 +71829,7 @@
|
|
|
71732
71829
|
"immutable": true,
|
|
71733
71830
|
"locationInModule": {
|
|
71734
71831
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71735
|
-
"line":
|
|
71832
|
+
"line": 2395
|
|
71736
71833
|
},
|
|
71737
71834
|
"name": "a11Y",
|
|
71738
71835
|
"optional": true,
|
|
@@ -71751,7 +71848,7 @@
|
|
|
71751
71848
|
"immutable": true,
|
|
71752
71849
|
"locationInModule": {
|
|
71753
71850
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71754
|
-
"line":
|
|
71851
|
+
"line": 2400
|
|
71755
71852
|
},
|
|
71756
71853
|
"name": "complexity",
|
|
71757
71854
|
"optional": true,
|
|
@@ -71770,7 +71867,7 @@
|
|
|
71770
71867
|
"immutable": true,
|
|
71771
71868
|
"locationInModule": {
|
|
71772
71869
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71773
|
-
"line":
|
|
71870
|
+
"line": 2405
|
|
71774
71871
|
},
|
|
71775
71872
|
"name": "correctness",
|
|
71776
71873
|
"optional": true,
|
|
@@ -71789,7 +71886,7 @@
|
|
|
71789
71886
|
"immutable": true,
|
|
71790
71887
|
"locationInModule": {
|
|
71791
71888
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71792
|
-
"line":
|
|
71889
|
+
"line": 2410
|
|
71793
71890
|
},
|
|
71794
71891
|
"name": "nursery",
|
|
71795
71892
|
"optional": true,
|
|
@@ -71808,7 +71905,7 @@
|
|
|
71808
71905
|
"immutable": true,
|
|
71809
71906
|
"locationInModule": {
|
|
71810
71907
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71811
|
-
"line":
|
|
71908
|
+
"line": 2415
|
|
71812
71909
|
},
|
|
71813
71910
|
"name": "performance",
|
|
71814
71911
|
"optional": true,
|
|
@@ -71828,7 +71925,7 @@
|
|
|
71828
71925
|
"immutable": true,
|
|
71829
71926
|
"locationInModule": {
|
|
71830
71927
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71831
|
-
"line":
|
|
71928
|
+
"line": 2422
|
|
71832
71929
|
},
|
|
71833
71930
|
"name": "preset",
|
|
71834
71931
|
"optional": true,
|
|
@@ -71849,7 +71946,7 @@
|
|
|
71849
71946
|
"immutable": true,
|
|
71850
71947
|
"locationInModule": {
|
|
71851
71948
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71852
|
-
"line":
|
|
71949
|
+
"line": 2429
|
|
71853
71950
|
},
|
|
71854
71951
|
"name": "recommended",
|
|
71855
71952
|
"optional": true,
|
|
@@ -71868,7 +71965,7 @@
|
|
|
71868
71965
|
"immutable": true,
|
|
71869
71966
|
"locationInModule": {
|
|
71870
71967
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71871
|
-
"line":
|
|
71968
|
+
"line": 2434
|
|
71872
71969
|
},
|
|
71873
71970
|
"name": "security",
|
|
71874
71971
|
"optional": true,
|
|
@@ -71887,7 +71984,7 @@
|
|
|
71887
71984
|
"immutable": true,
|
|
71888
71985
|
"locationInModule": {
|
|
71889
71986
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71890
|
-
"line":
|
|
71987
|
+
"line": 2439
|
|
71891
71988
|
},
|
|
71892
71989
|
"name": "style",
|
|
71893
71990
|
"optional": true,
|
|
@@ -71906,7 +72003,7 @@
|
|
|
71906
72003
|
"immutable": true,
|
|
71907
72004
|
"locationInModule": {
|
|
71908
72005
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71909
|
-
"line":
|
|
72006
|
+
"line": 2444
|
|
71910
72007
|
},
|
|
71911
72008
|
"name": "suspicious",
|
|
71912
72009
|
"optional": true,
|
|
@@ -71930,7 +72027,7 @@
|
|
|
71930
72027
|
"kind": "enum",
|
|
71931
72028
|
"locationInModule": {
|
|
71932
72029
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71933
|
-
"line":
|
|
72030
|
+
"line": 2898
|
|
71934
72031
|
},
|
|
71935
72032
|
"members": [
|
|
71936
72033
|
{
|
|
@@ -71964,7 +72061,7 @@
|
|
|
71964
72061
|
"kind": "enum",
|
|
71965
72062
|
"locationInModule": {
|
|
71966
72063
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
71967
|
-
"line":
|
|
72064
|
+
"line": 2985
|
|
71968
72065
|
},
|
|
71969
72066
|
"members": [
|
|
71970
72067
|
{
|
|
@@ -72000,7 +72097,7 @@
|
|
|
72000
72097
|
"kind": "interface",
|
|
72001
72098
|
"locationInModule": {
|
|
72002
72099
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72003
|
-
"line":
|
|
72100
|
+
"line": 2761
|
|
72004
72101
|
},
|
|
72005
72102
|
"name": "Source",
|
|
72006
72103
|
"namespace": "javascript.biome_config",
|
|
@@ -72018,7 +72115,7 @@
|
|
|
72018
72115
|
"immutable": true,
|
|
72019
72116
|
"locationInModule": {
|
|
72020
72117
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72021
|
-
"line":
|
|
72118
|
+
"line": 2768
|
|
72022
72119
|
},
|
|
72023
72120
|
"name": "noDuplicateClasses",
|
|
72024
72121
|
"optional": true,
|
|
@@ -72039,7 +72136,7 @@
|
|
|
72039
72136
|
"immutable": true,
|
|
72040
72137
|
"locationInModule": {
|
|
72041
72138
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72042
|
-
"line":
|
|
72139
|
+
"line": 2776
|
|
72043
72140
|
},
|
|
72044
72141
|
"name": "organizeImports",
|
|
72045
72142
|
"optional": true,
|
|
@@ -72059,7 +72156,7 @@
|
|
|
72059
72156
|
"immutable": true,
|
|
72060
72157
|
"locationInModule": {
|
|
72061
72158
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72062
|
-
"line":
|
|
72159
|
+
"line": 2783
|
|
72063
72160
|
},
|
|
72064
72161
|
"name": "preset",
|
|
72065
72162
|
"optional": true,
|
|
@@ -72079,7 +72176,7 @@
|
|
|
72079
72176
|
"immutable": true,
|
|
72080
72177
|
"locationInModule": {
|
|
72081
72178
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72082
|
-
"line":
|
|
72179
|
+
"line": 2790
|
|
72083
72180
|
},
|
|
72084
72181
|
"name": "recommended",
|
|
72085
72182
|
"optional": true,
|
|
@@ -72100,7 +72197,7 @@
|
|
|
72100
72197
|
"immutable": true,
|
|
72101
72198
|
"locationInModule": {
|
|
72102
72199
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72103
|
-
"line":
|
|
72200
|
+
"line": 2798
|
|
72104
72201
|
},
|
|
72105
72202
|
"name": "useSortedAttributes",
|
|
72106
72203
|
"optional": true,
|
|
@@ -72121,7 +72218,7 @@
|
|
|
72121
72218
|
"immutable": true,
|
|
72122
72219
|
"locationInModule": {
|
|
72123
72220
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72124
|
-
"line":
|
|
72221
|
+
"line": 2806
|
|
72125
72222
|
},
|
|
72126
72223
|
"name": "useSortedEnumMembers",
|
|
72127
72224
|
"optional": true,
|
|
@@ -72142,7 +72239,7 @@
|
|
|
72142
72239
|
"immutable": true,
|
|
72143
72240
|
"locationInModule": {
|
|
72144
72241
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72145
|
-
"line":
|
|
72242
|
+
"line": 2814
|
|
72146
72243
|
},
|
|
72147
72244
|
"name": "useSortedInterfaceMembers",
|
|
72148
72245
|
"optional": true,
|
|
@@ -72163,7 +72260,7 @@
|
|
|
72163
72260
|
"immutable": true,
|
|
72164
72261
|
"locationInModule": {
|
|
72165
72262
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72166
|
-
"line":
|
|
72263
|
+
"line": 2822
|
|
72167
72264
|
},
|
|
72168
72265
|
"name": "useSortedKeys",
|
|
72169
72266
|
"optional": true,
|
|
@@ -72183,7 +72280,7 @@
|
|
|
72183
72280
|
"immutable": true,
|
|
72184
72281
|
"locationInModule": {
|
|
72185
72282
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72186
|
-
"line":
|
|
72283
|
+
"line": 2830
|
|
72187
72284
|
},
|
|
72188
72285
|
"name": "useSortedPackageJson",
|
|
72189
72286
|
"optional": true,
|
|
@@ -72204,7 +72301,7 @@
|
|
|
72204
72301
|
"immutable": true,
|
|
72205
72302
|
"locationInModule": {
|
|
72206
72303
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72207
|
-
"line":
|
|
72304
|
+
"line": 2838
|
|
72208
72305
|
},
|
|
72209
72306
|
"name": "useSortedProperties",
|
|
72210
72307
|
"optional": true,
|
|
@@ -72225,7 +72322,7 @@
|
|
|
72225
72322
|
"immutable": true,
|
|
72226
72323
|
"locationInModule": {
|
|
72227
72324
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72228
|
-
"line":
|
|
72325
|
+
"line": 2846
|
|
72229
72326
|
},
|
|
72230
72327
|
"name": "useSortedSelectionSet",
|
|
72231
72328
|
"optional": true,
|
|
@@ -72246,7 +72343,7 @@
|
|
|
72246
72343
|
"immutable": true,
|
|
72247
72344
|
"locationInModule": {
|
|
72248
72345
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72249
|
-
"line":
|
|
72346
|
+
"line": 2854
|
|
72250
72347
|
},
|
|
72251
72348
|
"name": "useSortedTypeFields",
|
|
72252
72349
|
"optional": true,
|
|
@@ -72264,13 +72361,13 @@
|
|
|
72264
72361
|
"schema": "VcsClientKind"
|
|
72265
72362
|
},
|
|
72266
72363
|
"stability": "experimental",
|
|
72267
|
-
"summary": "Integration with the
|
|
72364
|
+
"summary": "Integration with Git as the version control client."
|
|
72268
72365
|
},
|
|
72269
72366
|
"fqn": "projen.javascript.biome_config.VcsClientKind",
|
|
72270
72367
|
"kind": "enum",
|
|
72271
72368
|
"locationInModule": {
|
|
72272
72369
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72273
|
-
"line":
|
|
72370
|
+
"line": 2737
|
|
72274
72371
|
},
|
|
72275
72372
|
"members": [
|
|
72276
72373
|
{
|
|
@@ -72293,13 +72390,13 @@
|
|
|
72293
72390
|
"schema": "VcsConfiguration"
|
|
72294
72391
|
},
|
|
72295
72392
|
"stability": "experimental",
|
|
72296
|
-
"summary": "
|
|
72393
|
+
"summary": "Settings for integrating Biome with version control."
|
|
72297
72394
|
},
|
|
72298
72395
|
"fqn": "projen.javascript.biome_config.VcsConfiguration",
|
|
72299
72396
|
"kind": "interface",
|
|
72300
72397
|
"locationInModule": {
|
|
72301
72398
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72302
|
-
"line":
|
|
72399
|
+
"line": 941
|
|
72303
72400
|
},
|
|
72304
72401
|
"name": "VcsConfiguration",
|
|
72305
72402
|
"namespace": "javascript.biome_config",
|
|
@@ -72311,12 +72408,12 @@
|
|
|
72311
72408
|
"schema": "VcsConfiguration#clientKind"
|
|
72312
72409
|
},
|
|
72313
72410
|
"stability": "experimental",
|
|
72314
|
-
"summary": "The
|
|
72411
|
+
"summary": "The version control client."
|
|
72315
72412
|
},
|
|
72316
72413
|
"immutable": true,
|
|
72317
72414
|
"locationInModule": {
|
|
72318
72415
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72319
|
-
"line":
|
|
72416
|
+
"line": 947
|
|
72320
72417
|
},
|
|
72321
72418
|
"name": "clientKind",
|
|
72322
72419
|
"optional": true,
|
|
@@ -72331,12 +72428,12 @@
|
|
|
72331
72428
|
"schema": "VcsConfiguration#defaultBranch"
|
|
72332
72429
|
},
|
|
72333
72430
|
"stability": "experimental",
|
|
72334
|
-
"summary": "The
|
|
72431
|
+
"summary": "The project's default branch."
|
|
72335
72432
|
},
|
|
72336
72433
|
"immutable": true,
|
|
72337
72434
|
"locationInModule": {
|
|
72338
72435
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72339
|
-
"line":
|
|
72436
|
+
"line": 954
|
|
72340
72437
|
},
|
|
72341
72438
|
"name": "defaultBranch",
|
|
72342
72439
|
"optional": true,
|
|
@@ -72351,12 +72448,12 @@
|
|
|
72351
72448
|
"schema": "VcsConfiguration#enabled"
|
|
72352
72449
|
},
|
|
72353
72450
|
"stability": "experimental",
|
|
72354
|
-
"summary": "Whether Biome should integrate
|
|
72451
|
+
"summary": "Whether Biome should integrate with the version control client."
|
|
72355
72452
|
},
|
|
72356
72453
|
"immutable": true,
|
|
72357
72454
|
"locationInModule": {
|
|
72358
72455
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72359
|
-
"line":
|
|
72456
|
+
"line": 961
|
|
72360
72457
|
},
|
|
72361
72458
|
"name": "enabled",
|
|
72362
72459
|
"optional": true,
|
|
@@ -72370,14 +72467,15 @@
|
|
|
72370
72467
|
"custom": {
|
|
72371
72468
|
"schema": "VcsConfiguration#root"
|
|
72372
72469
|
},
|
|
72373
|
-
"
|
|
72470
|
+
"default": "the directory containing `biome.json` or `biome.jsonc`. If no configuration is",
|
|
72471
|
+
"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
72472
|
"stability": "experimental",
|
|
72375
|
-
"summary": "
|
|
72473
|
+
"summary": "Sets the directory where Biome checks for version control files."
|
|
72376
72474
|
},
|
|
72377
72475
|
"immutable": true,
|
|
72378
72476
|
"locationInModule": {
|
|
72379
72477
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72380
|
-
"line":
|
|
72478
|
+
"line": 975
|
|
72381
72479
|
},
|
|
72382
72480
|
"name": "root",
|
|
72383
72481
|
"optional": true,
|
|
@@ -72391,14 +72489,13 @@
|
|
|
72391
72489
|
"custom": {
|
|
72392
72490
|
"schema": "VcsConfiguration#useIgnoreFile"
|
|
72393
72491
|
},
|
|
72394
|
-
"remarks": "When [true], Biome will ignore files\nspecified in `.gitignore`, `.ignore`, and Git's local exclude file.",
|
|
72395
72492
|
"stability": "experimental",
|
|
72396
|
-
"summary": "
|
|
72493
|
+
"summary": "When `true`, Biome ignores files listed in `.gitignore`, `.ignore`, and Git's local exclude file."
|
|
72397
72494
|
},
|
|
72398
72495
|
"immutable": true,
|
|
72399
72496
|
"locationInModule": {
|
|
72400
72497
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72401
|
-
"line":
|
|
72498
|
+
"line": 983
|
|
72402
72499
|
},
|
|
72403
72500
|
"name": "useIgnoreFile",
|
|
72404
72501
|
"optional": true,
|
|
@@ -72423,7 +72520,7 @@
|
|
|
72423
72520
|
"kind": "enum",
|
|
72424
72521
|
"locationInModule": {
|
|
72425
72522
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
72426
|
-
"line":
|
|
72523
|
+
"line": 2932
|
|
72427
72524
|
},
|
|
72428
72525
|
"members": [
|
|
72429
72526
|
{
|
|
@@ -90758,6 +90855,6 @@
|
|
|
90758
90855
|
"usedFeatures": [
|
|
90759
90856
|
"class-covariant-overrides"
|
|
90760
90857
|
],
|
|
90761
|
-
"version": "0.101.
|
|
90762
|
-
"fingerprint": "
|
|
90858
|
+
"version": "0.101.29",
|
|
90859
|
+
"fingerprint": "SRJobV1ybtsIS9Wq+MabSurhG4n/IMHiEs4EvI/pXLQ="
|
|
90763
90860
|
}
|