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