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 = [
4141 'prettier' ,
4242 'eslint-with-oxlint' ,
4343 'eslint-with-prettier' ,
44+ 'rolldown-vite' ,
4445] as const
4546
4647const 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
You can’t perform that action at this time.
0 commit comments