prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.39k stars 255 forks source link

Add new rule `@typescript-eslint/space-before-blocks` #218

Closed ybiquitous closed 2 years ago

ybiquitous commented 2 years ago

@typescript-eslint/eslint-plugin@5.13.0 has added a new rule @typescript-eslint/space-before-blocks. The rule extends the core rule space-before-blocks.

See also:

lydell commented 2 years ago

Thanks! Released in 8.5.0.

ybiquitous commented 2 years ago

@lydell Thank you! 😄