File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 // Auto fix
99 "editor.codeActionsOnSave" : {
1010 "source.fixAll" : " explicit" ,
11- "source.organizeImports" : " never"
11+ "source.organizeImports" : " never" ,
12+ "source.fixAll.biome" : " explicit" ,
13+ "source.organizeImports.biome" : " explicit"
1214 },
1315
1416 // Silent the stylistic rules in you IDE, but still auto fix them
Original file line number Diff line number Diff line change 77 "dev" : " vitepress dev" ,
88 "build" : " vitepress build" ,
99 "preview" : " vitepress preview" ,
10- "test" : " echo \" Error: no test specified\" && exit 1 "
10+ "test" : " echo \" Error: no test specified\" "
1111 },
1212 "devDependencies" : {
1313 "vitepress" : " ^1.5.0"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export default antfu(
1010 rules : {
1111 'perfectionist/sort-named-imports' : 'off' ,
1212 'antfu/if-newline' : 'off' ,
13+ 'perfectionist/sort-exports' : 'off' ,
1314 } ,
1415 } ,
1516) ;
You can’t perform that action at this time.
0 commit comments