mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
7 lines
172 B
Text
7 lines
172 B
Text
`$fn($args)` where {
|
|
$fn <: `Object.assign`,
|
|
register_diagnostic(
|
|
span = $fn,
|
|
message = "Prefer object spread instead of `Object.assign()`"
|
|
)
|
|
}
|