diff --git a/cli/create-start-app/README.md b/cli/create-start-app/README.md index 9b4b54e2..85343a23 100644 --- a/cli/create-start-app/README.md +++ b/cli/create-start-app/README.md @@ -37,7 +37,7 @@ pnpx create-start-app@latest my-app --tailwind --package-manager pnpm Available options: - `--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`) -- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint+prettier`) +- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint`) - `--no-git`: Do not initialize a git repository - `--add-ons`: Enable add-on selection or specify add-ons to install @@ -63,7 +63,7 @@ Choose your preferred solution for formatting and linting either through the int Setting this flag to `biome` will configure it as your toolchain of choice, adding a `biome.json` to the root of the project. Consult the [biome documentation](https://biomejs.dev/guides/getting-started/) for further customization. -Setting this flag to `eslint+prettier` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. +Setting this flag to `eslint` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. ## Add-ons (experimental) diff --git a/cli/create-tanstack-app/README.md b/cli/create-tanstack-app/README.md index d7e43ff9..daa70165 100644 --- a/cli/create-tanstack-app/README.md +++ b/cli/create-tanstack-app/README.md @@ -46,7 +46,7 @@ Available options: - `--template `: Choose between `file-router`, `typescript`, or `javascript` - `--tailwind`: Enable Tailwind CSS - `--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`) -- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint+prettier`) +- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint`) - `--no-git`: Do not initialize a git repository - `--add-ons`: Enable add-on selection or specify add-ons to install @@ -102,7 +102,7 @@ Choose your preferred solution for formatting and linting either through the int Setting this flag to `biome` will configure it as your toolchain of choice, adding a `biome.json` to the root of the project. Consult the [biome documentation](https://biomejs.dev/guides/getting-started/) for further customization. -Setting this flag to `eslint+prettier` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. +Setting this flag to `eslint` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. ## Add-ons (experimental) diff --git a/cli/create-tanstack/README.md b/cli/create-tanstack/README.md index 3f8092e5..cd7554ae 100644 --- a/cli/create-tanstack/README.md +++ b/cli/create-tanstack/README.md @@ -46,7 +46,7 @@ Available options: - `--template `: Choose between `file-router`, `typescript`, or `javascript` - `--tailwind`: Enable Tailwind CSS - `--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`) -- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint+prettier`) +- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint`) - `--no-git`: Do not initialize a git repository - `--add-ons`: Enable add-on selection or specify add-ons to install @@ -102,7 +102,7 @@ Choose your preferred solution for formatting and linting either through the int Setting this flag to `biome` will configure it as your toolchain of choice, adding a `biome.json` to the root of the project. Consult the [biome documentation](https://biomejs.dev/guides/getting-started/) for further customization. -Setting this flag to `eslint+prettier` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. +Setting this flag to `eslint` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. ## Add-ons (experimental) diff --git a/cli/create-tsrouter-app/README.md b/cli/create-tsrouter-app/README.md index a26b16f0..803de08a 100644 --- a/cli/create-tsrouter-app/README.md +++ b/cli/create-tsrouter-app/README.md @@ -46,7 +46,7 @@ Available options: - `--template `: Choose between `file-router`, `typescript`, or `javascript` - `--tailwind`: Enable Tailwind CSS - `--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`) -- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint+prettier`) +- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint`) - `--no-git`: Do not initialize a git repository - `--add-ons`: Enable add-on selection or specify add-ons to install @@ -102,7 +102,7 @@ Choose your preferred solution for formatting and linting either through the int Setting this flag to `biome` will configure it as your toolchain of choice, adding a `biome.json` to the root of the project. Consult the [biome documentation](https://biomejs.dev/guides/getting-started/) for further customization. -Setting this flag to `eslint+prettier` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. +Setting this flag to `eslint` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. ## Add-ons (experimental) diff --git a/cli/ts-create-start/README.md b/cli/ts-create-start/README.md index 3998aacd..d3ce54fa 100644 --- a/cli/ts-create-start/README.md +++ b/cli/ts-create-start/README.md @@ -37,7 +37,7 @@ pnpm create @tanstack/start@latest my-app --tailwind --package-manager pnpm Available options: - `--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`) -- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint+prettier`) +- `--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint`) - `--no-git`: Do not initialize a git repository - `--add-ons`: Enable add-on selection or specify add-ons to install @@ -63,7 +63,7 @@ Choose your preferred solution for formatting and linting either through the int Setting this flag to `biome` will configure it as your toolchain of choice, adding a `biome.json` to the root of the project. Consult the [biome documentation](https://biomejs.dev/guides/getting-started/) for further customization. -Setting this flag to `eslint+prettier` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. +Setting this flag to `eslint` will configure it as your toolchain of choice, adding an `eslint.config.js` and `prettier.config.js` to the root of the project, as well as a `.prettierignore` file. Consult the [eslint documentation](https://eslint.org/docs/latest/) and [prettier documentation](https://prettier.io/docs/) for further customization. ## Add-ons (experimental)