CODE:
var foo ="";

OUTPUT:
var foo = '';

OPTIONS:
[{singleQuote: true}]

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