Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

esformatter-asi

nathanboktae23MIT0.5.2

Esformatter plugin to automatically remove semicolons that would be inserted by ASI rules.

esformatter, esformatter-plugin, plugin, asi, semicolons

readme

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