If I have this in `codegen.yml`: ```yml hooks: afterAllFileWrite: - eslint --fix ``` The extension fails. It does not run eslint from `node_modules`.
If I have this in
codegen.yml:The extension fails.
It does not run eslint from
node_modules.