goatslacker / atom-fixmyjs

Automagically fix JSHint lint warnings

Home Page:https://atom.io/packages/fixmyjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fixmyjs

Atom package

Automagically fix JSHint lint warnings using fixmyjs

Issues with the output should be reported on the fixmyjs issue tracker.

Install

$ apm install fixmyjs

Or Settings → Packages → Search for fixmyjs

Usage

Open the Command Palette, and type fixmyjs.

Can also be run on just a selection. For example the code in a <script> tag.

Legacy mode

By default, this plugin uses the FixMyJS legacy mode. This option uses the last stable version of the module which uses JSHint to detect errors in your code and fix them.

It does not include all of the fixes the current version of FixMyJS exposes, but does do a much better job of preserving source formatting. Legacy mode can be disabled in the Settings.

License

MIT © Sindre Sorhus

About

Automagically fix JSHint lint warnings

https://atom.io/packages/fixmyjs

License:MIT License


Languages

Language:JavaScript 100.0%