nathanboktae / esformatter-asi

Esformatter plugin to automatically remove semicolons that would be inserted by ASI rules.
Other
1 stars 0 forks source link

esformatter-asi

An esformatter plugin for removing unnecessary semicolons that will be inserted by JavaScript's automatic semicolon insertion.

Build Status

Installation

npm install esformatter-asi

Usage

Add to your esformatter config file:

{
  "plugins": [
    "esformatter-asi"
  ]
}

Forked from its antithesis, esformatter-semicolons