Hi,
After my test, ESLint@^8 cannot format the code when saving with the following configuration, and versions ^5 to ^7 do fine.
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
I don't know if this issue is reported to eslint or vscode-eslint.