I am using eslint, prettier and typescript. after configuring indent:"error" in .eslintrc, it is showing the below three types of errors.
Delete ⏎eslintprettier/prettier
Delete ··``
Replace ············with······``
all the above are from rule eslintprettier/prettier
What is the possible reason for the issue and what correct config should we follow to fix/avoid/overcome these types of issue.

It's telling you to indent with less spaces. The dots are just for counting it. This is coming from the Prettier plugin.
If you prefer to intend with four spaces, and want Prettier to help enforce that, you can accomplish this by making a .prettierrc file and paste this code into it:
{
"tabWidth":4
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With