feat: enable oxlint suspicious category, fix 24 violations (#22727)
This commit is contained in:
@@ -339,7 +339,7 @@ export const TuiRoutes = lazy(() =>
|
||||
properties: def.properties,
|
||||
})
|
||||
.meta({
|
||||
ref: "Event" + "." + def.type,
|
||||
ref: `Event.${def.type}`,
|
||||
})
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user