Prettier replaces single quote character with " when used inside double quotes | Angular .html files
I have applied angular-eslint in my angular package. I have also added prettier configurations. The prettier is changing the single quotation mark to "e; symbol. How can I fix that The code before lint: <div [id]="field?.tempId" style="width: 100%; height: '400px'"…