Prettier & Linters
The codegen supports lifecycle hooks, and you can use those for integration with Prettier or other linters, to apply your custom code-style and formatting rules. Before adding hooks consider the alternative of having codegen ignored in your linting. Codegen files are not edited manually and formatting them slows down your codegen considerably. On a big project difference can be measured in several seconds for every run.
You can read the complete documentation of lifecycle hooks here
#
PrettierYou can run it per each file:
Or, for all files together:
Prefer this method if you're using near-operation-file preset as this has better performance when writing many files.
#
TSLintYou can run it per each file:
Or, for all files together:
#
ESLintOr, for all files together: