You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Prettier works the way it does and generally cannot be configured. This config turns off all ESLint rules that disagree with Prettier’s formatting, letting Prettier decide (since it cannot be configured). So this is working as intended from the point of view of eslint-config-prettier.
If you really care about those spaces not being there, you could try prettier-eslint, though I wouldn’t recommend it.
In #164 the
@typescript-eslint/space-infix-ops
rule was disabled. But prettier still tries to add spaces around union separator in my ts types:Is that a bug or intended behaviour and is there a way to disable it?
The text was updated successfully, but these errors were encountered: