feat: enable oxlint suspicious category, fix 24 violations (#22727)
This commit is contained in:
@@ -273,7 +273,7 @@ export function payloads() {
|
||||
data: def.schema,
|
||||
})
|
||||
.meta({
|
||||
ref: "SyncEvent" + "." + def.type,
|
||||
ref: `SyncEvent.${def.type}`,
|
||||
})
|
||||
})
|
||||
.toArray()
|
||||
|
||||
Reference in New Issue
Block a user