[indent] Multiline class members with linebreak right after =
#549
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Milestone
Repro
Expected Result
No warning. This is what the auto-formatter does, this is also what I consider to look reasonable.
Actual Result
error Expected indentation of 4 spaces but found 8
on the'test'
line, and auto-fix to:Additional Info
The problem does not occur if there is no line-break after the
=
operator, or outside of class properties:Versions
@typescript-eslint/eslint-plugin
1.9.0
@typescript-eslint/parser
1.9.0
TypeScript
3.4.5
ESLint
5.16.0
node
8.11.3
npm
6.9.0
The text was updated successfully, but these errors were encountered: