14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"quickfix.biome": "explicit",
|
|
"source.organizeImports.biome": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
"editor.formatOnSave": true,
|
|
"search.exclude": {
|
|
"node_modules/**": true,
|
|
"build/**": true,
|
|
"package-lock.json": true
|
|
}
|
|
}
|