Ignore Linter

If your linters (i.e. ESLint or Prettier) are complaining about the generated code, you should add them to the disabled list:

ESLint

See https://eslint.org/docs/latest/use/configure/ignore

Prettier

Using .prettierignore file:

# workex
path/to/workex
path/to/interfaces
path/to/sides

See more: https://prettier.io/docs/en/ignore.html