// Good
const foo = 5; // The json data that the extension sent
console.log(`${foo}`)
const foo = 5
// Bad
const foo = 5 // The json data that the extension sent