Bug: [space-infix-ops] and [type-annotation-spacing] are in conflict #5115
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
triage
Waiting for team members to take a look
Before You File a Bug Report Please Confirm You Have Done The Following...
Playground Link
null
Repro Code
ESLint Config
tsconfig
No response
Expected Result
it may like this:
private word: {[key: string]: any} = null;
Actual Result
space-infix-ops
andtype-annotation-spacing
are in conflictit maybe this one #5041 in 5.27.0
Additional Info
No response
Versions
@typescript-eslint/eslint-plugin
5.27.0
@typescript-eslint/parser
5.27.0
TypeScript
4.5.5
ESLint
8.9.0
node
14.17.6
The text was updated successfully, but these errors were encountered: