js-beautify
js-beautify copied to clipboard
unwanted space in operators , handle multi var declare
just any Comparison operators like === or >= etc he add space between them lie = = = or > = that's my first issue second issue i want to convert multi variable declare to single declare, like cons xxxx = "", yyy =""; to be const xxxx = ""; const yyy = "";