This error is because the comment starts with `/**`, if you used `/*` instead, `eslint` does not log this as an error. <img width="724" alt="Captura de Pantalla 2021-10-03 a la(s) 14 58 12" src="https://user-images.githubusercontent.com/16705169/135769561-9c746d10-aa5b-4db8-8aeb-b4dd9250d58e.png"> I'm not sure if this is an error from my API documentation, or if the error is because a `*` is being added in the following [line](https://github.com/rtk-incubator/rtk-query-codegen/blob/main/src/generate.ts#L293)