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
I saw at the first line that there's a void keyword before the function keyword, I understood the use case but it's nowadays an inappropriate way to use the function. Some eslint config (such as airbnb) avoid using void keyword, during its no effect feature.
The text was updated successfully, but these errors were encountered:
I saw at the first line that there's a void keyword before the function keyword, I understood the use case but it's nowadays an inappropriate way to use the function. Some eslint config (such as airbnb) avoid using void keyword, during its no effect feature.
The text was updated successfully, but these errors were encountered: