[@typescript-eslint/indent] False positive on function arguments with decorators #1356
Labels
duplicate
This issue or pull request already exists
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Uh oh!
There was an error while loading. Please reload this page.
After updating from
2.7.0
to2.12.0
(andeslint
from6.6.0
to6.7.2
) I start receiving unexpected violations on@typescript-eslint/indent
without any code being changed on my side.Repro
Expected Result
For this to be valid.
Actual Result
I get
Expected indentation of 0 spaces but found 2.
on the@IClock clock: IClock,
line.Additional Info
If I remove the decorators the violation isn't triggered.
Versions
@typescript-eslint/eslint-plugin
2.12.0
@typescript-eslint/parser
2.12.0
TypeScript
3.7.3
ESLint
6.7.2
node
12.12.0
npm
6.13.4
The text was updated successfully, but these errors were encountered: