Getting code actions from ''ESLint', 'stylelint', 'TypeScript and JavaScript Language Features' code example
Example: ESlint › Code Actions On Save
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}