Hello All,
I am getting ESLINT error for using back tick character in order to use the template literals in a js file. Could you please help in getting rid of that?
return `${description} (${id})`;