1.1.6 • Published 2 years ago

@phoenix-plugin-registry/jshint.configurator v1.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

JSHint Configurator

Brackets extension that enables configuration of JSHint options.

NOTE: This extensions assumes you have a JSHint plugin installed.

#####Suggested JSHint plugins:

Installation

Git Clone

  1. Under main menu select Help > Show Extensions Folder
  2. Git clone this repository inside the folder user.

Extension Manager

  1. Under main menu select File > Extension Manager...
  2. Search for "JSHint Configurator"
  3. Click "Install"

How to use

Under main menu select Edit > JSHint Configurator or use the shortcut "CTRL+ALT+Shift+J" to open the JSHint Configurator dialog.

Screenshot 1

Check the desired options, click the 'Insert directive to document' button... and Voila!

Screenshot 2

Hint: The configurator always inserts the JSHint directive in the first line of the document. Therefore, every time the dialog opens, it checks if the first line of the document has a JSHint directive and populates the appropriate options.