const buf = new Buffer('test'); const buf = new Buffer(`test`); const buf2 = new Buffer(c); ~~~~~~~~~~~~~ [Found new Buffer with non-literal argument] const buf2 = new Buffer(`${ text }`); ~~~~~~~~~~~~~~~~~~~~~~~ [Found new Buffer with non-literal argument]