File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "editor.defaultFormatter" : " dbaeumer.vscode-eslint" ,
2+ // "editor.defaultFormatter": "dbaeumer.vscode-eslint",
3+ "editor.defaultFormatter" : " biomejs.biome" ,
34
45 // Disable the default formatter, use eslint instead
56 "prettier.enable" : false ,
1011 "source.fixAll" : " explicit" ,
1112 "source.organizeImports" : " never" ,
1213 "source.fixAll.biome" : " explicit" ,
13- "source.organizeImports.biome" : " explicit"
14+ "source.fixAll.eslint" : " explicit" ,
15+ "source.organizeImports.biome" : " explicit" ,
16+ "quickfix.biome" : " explicit"
1417 },
1518
1619 // Silent the stylistic rules in you IDE, but still auto fix them
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "formatter" : {
13+ "enabled" : true ,
1314 "indentStyle" : " space" ,
1415 "lineWidth" : 80 ,
1516 "lineEnding" : " crlf"
Original file line number Diff line number Diff line change 1313 },
1414 "module" : " dist/index.js" ,
1515 "types" : " dist/index.d.ts" ,
16- "files" : [
17- " dist"
18- ],
16+ "files" : [" dist" ],
1917 "scripts" : {
2018 "build" : " tsc" ,
2119 "lint" : " eslint ./src" ,
You can’t perform that action at this time.
0 commit comments