A tab character was found in a file.
It's best practice to use spaces to indent code rather than tabs, this is because tabs have different widths on different platforms.
Replace the tab with spaces.
{
"noTabCharacters": {
"enabled": true
}
}