bulyshko / esformatter-semicolons

esformatter plugin for adding missing and removing unnecessary semicolons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

esformatter plugin for adding missing and removing unnecessary semicolons

License:MIT License


Languages

Language:JavaScript 100.0%