@phoenix-plugin-registry/jshint.configurator
v1.1.6
Published
Enables configuration of JSHint options. Reads from current document's inline configuration directive or from '.jshintrc' configuration file. Extract JSHint options to JSON format.
Downloads
7
Readme
JSHint Configurator
Brackets extension that enables configuration of JSHint options.
NOTE: This extensions assumes you have a JSHint plugin installed.
#####Suggested JSHint plugins:
- @cfjedimaster's brackets-jshint
- @manchagnu's Brackets-InteractiveLinter
Installation
Git Clone
- Under main menu select Help > Show Extensions Folder
- Git clone this repository inside the folder user.
Extension Manager
- Under main menu select File > Extension Manager...
- Search for "JSHint Configurator"
- 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.
Check the desired options, click the 'Insert directive to document' button... and Voila!
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.