Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.
/ atom-semicolons Public archive

Atom package that allows you to remove unnecessary semicolons (while keeping necessary semicolons) in JavaScript files

License

Notifications You must be signed in to change notification settings

balupton/atom-semicolons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semicolons package for Atom


[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip") [![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr") [![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal") [![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin") [![Wishlist browse button](http://img.shields.io/wishlist/browse.png?color=yellow)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")

Atom package that allows you to remove unnecessary semicolons (while keeping necessary semicolons) in JavaScript files

Install

apm install atom-semicolons

Tips

Add the following to your keymap file to remove unnecessary semicolons on save:

'.editor':
	'cmd-s': 'semicolons:remove'

Todo

  • Add save keymap to the package, with an option to turn it on
  • Then only remove semicolons on save asi is turned on in jshint configuration

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Gittip donate button Flattr donate button PayPayl donate button BitCoin donate button Wishlist browse button

Contributors

No contributors yet! Will you be the first? Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Licensed under the incredibly permissive MIT license

Copyright © 2014+ Benjamin Arthur Lupton b@lupton.cc (http://balupton.com)

About

Atom package that allows you to remove unnecessary semicolons (while keeping necessary semicolons) in JavaScript files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published