removeUnusedImports

This commit is contained in:
Timur Ercan
2023-02-01 17:18:28 +01:00
parent ba78cbfe10
commit 19e9f64ab5
2 changed files with 4 additions and 7 deletions
+3
View File
@@ -9,5 +9,8 @@
},
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"editor.codeActionsOnSave": {
"source.removeUnusedImports": true
}
}