Flet / eslint-to-esformatter

ISC License
30 stars 3 forks source link

do while without closing semi breaks indentation #10

Closed soldair closed 8 years ago

soldair commented 8 years ago

trying to figure out how to fix it but making an issue to track it. input

do {
  console.log('hi')
} while (0)

if ('hi') {
  console.log(1)
}

result esformater input.js

do {
  console.log('hi')
} while (0)

  if ('hi') {
    console.log(1)
  }
soldair commented 8 years ago

lol wrong repo soiry!