feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
This commit is contained in:
@@ -36,10 +36,10 @@ function providerIconsPlugin() {
|
||||
return {
|
||||
name: "provider-icons-plugin",
|
||||
configureServer() {
|
||||
fetchProviderIcons()
|
||||
void fetchProviderIcons()
|
||||
},
|
||||
buildStart() {
|
||||
fetchProviderIcons()
|
||||
void fetchProviderIcons()
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user