Skip to content

Commit 36e1f42

Browse files
committed
fix: update
1 parent c68332f commit 36e1f42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const FEATURE_FLAGS = [
4141
'prettier',
4242
'eslint-with-oxlint',
4343
'eslint-with-prettier',
44+
'rolldown-vite',
4445
] as const
4546

4647
const FEATURE_OPTIONS = [
@@ -178,12 +179,12 @@ Available feature flags:
178179
If used without ${cyan('--vitest')}, it will also add Nightwatch Component Testing.
179180
--eslint
180181
Add ESLint for code quality.
182+
--eslint-with-oxlint
183+
Add ESLint for code quality, and use Oxlint to speed up the linting process.
181184
--eslint-with-prettier (Deprecated in favor of ${cyan('--eslint --prettier')})
182185
Add Prettier for code formatting in addition to ESLint.
183186
--prettier
184187
Add Prettier for code formatting.
185-
--oxlint
186-
Add Oxlint for code quality and formatting.
187188
--rolldown-vite
188189
Use Rolldown Vite instead of Vite for building the project.
189190

0 commit comments

Comments
 (0)