I'm using ESLint with its VS Code extension to format my code.
At some point it stopped auto-formatting the code on save. I uninstalled everything and reinstalled anew: VS Code, ESLint and ESLint extension for VS Code.
I think I'm close to making the formatter work, but ESLint logs this in VS Code when I try and save a file with a linting error:
2020-10-10T10:41:45.345Z eslint:source-code-fixer shouldFix parameter was false, not attempting fixes
I guess if I find that shouldFix parameter and set it to true it'll work, but where is it?