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
The .prettierrc file specifies semi: true which means that a semi colon should finish each line, yet many files (for example HttpBackend.js) do not have trailing semicolons, or only have one or two.
Seems like prettier is not actually being used. Would you like a PR to fix this across all the files?
The text was updated successfully, but these errors were encountered:
The .prettierrc file specifies
semi: true
which means that a semi colon should finish each line, yet many files (for example HttpBackend.js) do not have trailing semicolons, or only have one or two.Seems like prettier is not actually being used. Would you like a PR to fix this across all the files?
The text was updated successfully, but these errors were encountered: