You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 lineThe text was updated successfully, but these errors were encountered: