You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Available options:
46
46
-`--template <type>`: Choose between `file-router`, `typescript`, or `javascript`
47
47
-`--tailwind`: Enable Tailwind CSS
48
48
-`--package-manager`: Specify your preferred package manager (`npm`, `yarn`, `pnpm`, `bun`, or `deno`)
49
-
-`--toolchain`: Specify your toolchain solution for formatting/linting (`biome`)
49
+
-`--toolchain`: Specify your toolchain solution for formatting/linting (`biome`, `eslint+prettier`)
50
50
-`--no-git`: Do not initialize a git repository
51
51
-`--add-ons`: Enable add-on selection or specify add-ons to install
52
52
@@ -102,6 +102,8 @@ Choose your preferred solution for formatting and linting either through the int
102
102
103
103
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.
104
104
105
+
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.
0 commit comments