CODE:
var foo = ''
OUTPUT:
var foo = "";

OPTIONS:
[]

ERRORS:
[
  {
    message: 'Replace `\'\'` with `"";⏎`',
    line: 1, column: 11, endLine: 1, endColumn: 13,
  },
]
