An esformatter plugin for removing unnecessary semicolons that will be inserted by JavaScript's automatic semicolon insertion.
npm install esformatter-asi
Add to your esformatter config file:
{
"plugins": [
"esformatter-asi"
]
}
Forked from its antithesis, esformatter-semicolons