Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
flying-sheep opened this issue Jul 28, 2022 · 1 comment

Comments

@flying-sheep
Copy link

flying-sheep commented Jul 28, 2022

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.

@sindresorhus sindresorhus transferred this issue from xojs/eslint-config-xo-typescript Jul 28, 2022
@rayrw
Copy link

rayrw commented Feb 28, 2023

Hi! I'd like to try fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants