this is the problem I have with the nodejs community.
I first learnt to write code using php. I still use php but that doesn't mean I don't also use shell scripts, lua, JavaScript, hell sometimes even Java.
Just because you can do something in nodejs, doesn't mean you should
sed 's/[[:blank:]]*$//g' :%s/\s\+$// highlight ExtraWhitespace ctermbg=red guibg=red
noremap <Leader>c :%s/\s\+$//g<CR>