mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 10:38:03 -05:00
[Docs] remove yet another wrapped-string "good" example
This commit is contained in:
@@ -878,8 +878,7 @@ Other Style Guides
|
||||
|
||||
// good
|
||||
[1, 2, 3].map(number => (
|
||||
`A long string with the ${number}. It’s so long that we’ve broken it ` +
|
||||
'over multiple lines!'
|
||||
`A long string with the ${number}. It’s so long that we don’t want it to take up space on the .map line!`
|
||||
));
|
||||
|
||||
// bad
|
||||
|
||||
Reference in New Issue
Block a user