# esformatter-asi

An [esformatter](https://github.com/millermedeiros/esformatter) plugin for removing unnecessary semicolons that will be inserted by JavaScript's automatic semicolon insertion.

[![Build Status](https://travis-ci.org/nathanboktae/esformatter-asi.svg?branch=master)](https://travis-ci.org/nathanboktae/esformatter-asi)

## Installation

```
npm install esformatter-asi
```

## Usage

Add to your esformatter config file:

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

Forked from its antithesis, [esformatter-semicolons](https://github.com/bulyshko/esformatter-semicolons)
