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

constructor empty brace confict with eslint #696

Open
edwinhuish opened this issue Dec 5, 2024 · 0 comments
Open

constructor empty brace confict with eslint #696

edwinhuish opened this issue Dec 5, 2024 · 0 comments

Comments

@edwinhuish
Copy link

What version of eslint are you using?
9.16.0

What version of prettier are you using?
none

What version of eslint-plugin-prettier are you using?
5.2.1

Please paste any applicable config files that you're using (e.g. .prettierrc or .eslintrc files)
.prettierrc
eslint.config.mjs

What source code are you linting?

export abstract class Handler {
  constructor(public readonly langId: string) { }
}

What did you expect to happen?
ignore brace space error

What actually happened?
image

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

No branches or pull requests

1 participant