string-format icon indicating copy to clipboard operation
string-format copied to clipboard

Remove void keyword before the function keyword

Open rilysh opened this issue 3 years ago • 1 comments

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.

rilysh avatar Oct 02 '22 19:10 rilysh

You're right. Much about this project could be improved now that we have ES modules and other new language features. :)

davidchambers avatar Oct 06 '22 17:10 davidchambers