I am trying to configure eslint for our angular project. While doing so I am getting an error in the following line. The position is just before the ngClass where the error is being shown.
I am not getting any solution to this. Any helo would be much appreciated. Is there any specific eslint config rule that we need to set for this?
<main class="container-fluid custom-container" [ngClass]="{'full-width': fullWidthContainer}">
1:47 error Parsing error: Identifier expected