xojs/xo

Config of @typescript-eslint/member-delimiter-style does not follow `semicolon` option

flying-sheep opened this issue · 1 comments

package.json

{
  ...
  "xo": {
    "semicolon": false
  }
}

src/test.ts

type XProps = {
  thing: string
}

XO should accept this, but it complains about @typescript-eslint/member-delimiter-style requiring a semicolon.

rayrw commented

Hi! I'd like to try fixing this.