Closed ybiquitous closed 4 years ago
TypeScript ESLint v4.6.0 has added a new rule: @typescript-eslint/space-infix-ops. This rule is an extension of the core rule space-infix-ops that eslint-config-prettier has turned off already.
@typescript-eslint/space-infix-ops
space-infix-ops
eslint-config-prettier
See also:
Thanks! Released in v6.15.0.
TypeScript ESLint v4.6.0 has added a new rule:
@typescript-eslint/space-infix-ops
. This rule is an extension of the core rulespace-infix-ops
thateslint-config-prettier
has turned off already.See also: