esformatter-asi
v0.5.2
Published
Esformatter plugin to automatically remove semicolons that would be inserted by ASI rules.
Downloads
55
Maintainers
Readme
esformatter-asi
An esformatter plugin for removing unnecessary semicolons that will be inserted by JavaScript's automatic semicolon insertion.
Installation
npm install esformatter-asi
Usage
Add to your esformatter config file:
{
"plugins": [
"esformatter-asi"
]
}
Forked from its antithesis, esformatter-semicolons