CODE:
var foo ='';

OUTPUT:
var foo = "";

OPTIONS:
[]

ERRORS:
[
  {
    message: 'Replace `\'\'` with `·""`',
    line: 1, column: 10, endLine: 1, endColumn: 12,
  },
]
