File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ const FEATURE_FLAGS = [
41
41
'prettier' ,
42
42
'eslint-with-oxlint' ,
43
43
'eslint-with-prettier' ,
44
+ 'rolldown-vite' ,
44
45
] as const
45
46
46
47
const FEATURE_OPTIONS = [
@@ -178,12 +179,12 @@ Available feature flags:
178
179
If used without ${ cyan ( '--vitest' ) } , it will also add Nightwatch Component Testing.
179
180
--eslint
180
181
Add ESLint for code quality.
182
+ --eslint-with-oxlint
183
+ Add ESLint for code quality, and use Oxlint to speed up the linting process.
181
184
--eslint-with-prettier (Deprecated in favor of ${ cyan ( '--eslint --prettier' ) } )
182
185
Add Prettier for code formatting in addition to ESLint.
183
186
--prettier
184
187
Add Prettier for code formatting.
185
- --oxlint
186
- Add Oxlint for code quality and formatting.
187
188
--rolldown-vite
188
189
Use Rolldown Vite instead of Vite for building the project.
189
190
You can’t perform that action at this time.
0 commit comments