rtk-query-codegen
rtk-query-codegen copied to clipboard
Error creating comments with eslint rules
This error is because the comment starts with /**, if you used /* instead, eslint does not log this as an error.
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
If we were not adding a /** that comment would not show up in autocomplete popups for these parameters in your IDE - which is usually desirable.
We should probably add an option to add an /* eslint-disable */ comment at the top of generated api files.