Skip to content
This repository was archived by the owner on Aug 28, 2022. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 728 Bytes

File metadata and controls

43 lines (28 loc) · 728 Bytes

esformatter-semicolons

esformatter plugin for adding missing and removing unnecessary semicolons.

This package is no longer supported.

Installation

npm install esformatter-semicolons

Usage

Add to your esformatter config file:
{
  "plugins": [
    "esformatter-semicolons"
  ]
}

Contributors

License

Released under the MIT license.