Skip to content

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

License

Notifications You must be signed in to change notification settings

nathanboktae/esformatter-asi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published