CODE:
  a();;;
;;;

OUTPUT:
a();

OPTIONS:
[]

ERRORS:
[
  {
    message: 'Replace `··a();;;⏎;;` with `a()`',
    line: 1, column: 1, endLine: 2, endColumn: 3,
  },
]
