Skip to content

Bug report: resolution of the FN012010_TSC_experimentalDecorators rule is not indented properly #1467

@waldekmastykarz

Description

@waldekmastykarz

Description

The resolution of the FN012010_TSC_experimentalDecorators spfx project upgrade rule is indented too far:

image

Steps to reproduce

Upgrade SPFx project from v1.1 to v1.10 with a report in MD format

Expected result

[...]
Enable tsconfig.json experimental decorators:
{
  "compilerOptions": {
    "experimentalDecorators": true
  }
}
[...]

Actual result

[...]
Enable tsconfig.json experimental decorators:
{
      "compilerOptions": {
        "experimentalDecorators": true
      }
    }
[...]

Environment

CLI v2.9

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions