Code Inspection: Redundant nesting in template literal
Reports nested instances of strings and template literals. Such instances can be inlined into the containing template string.
For example, `Hello, ${`Brave ${"New"}`} ${"World"}!`
can be simplified to `Hello, Brave New World!`
Last modified: 08 May 2020