I am using Sublime Text 3, I like this. And I like JSHint that helps us to improve coding standards. Currently I am copying my javascript code to / and doing changes, then pasting back to my files.
Please help me to install jshint in Sublime Text 3 friends. Thanks in advance
I am using Sublime Text 3, I like this. And I like JSHint that helps us to improve coding standards. Currently I am copying my javascript code to http://jshint./ and doing changes, then pasting back to my files.
Please help me to install jshint in Sublime Text 3 friends. Thanks in advance
Share Improve this question asked May 7, 2015 at 5:25 user4870812user4870812 2- 3 from jshint./install . github./victorporof/Sublime-JSHint – tkay Commented May 7, 2015 at 5:29
- in html and js Sublime already showing hit for code pletion, not sure what you where asking – Varun Naharia Commented May 7, 2015 at 5:31
3 Answers
Reset to default 7The method I followed.
First install sublime package control. https://packagecontrol.io/installation.
Then
Ctrl+Shift+P
orCmd+Shift+P
in Linux/Windows/OS X- type
install
, selectPackage Control: Install Package
- type
js gutter
, selectJSHint Gutte
From https://github./victorporof/Sublime-JSHint readme. If you are not interested in installing via package control use other methods listed in the readme.
Refer these links which tells you how to install jshint and alsi jslint for your sublime text editor.
js hint
Js hint II
sublime linter
Also refer this link of the js hint install page
JS hint download and install
This page will help you in your future on how to download and install jshint in various editors.
Ctrl+Shift+P
or Cmd + Shift + P
Linux/OS X
type & select Package Control: Install Package
type & select JsHint
or
npm install -g jshint
(but for this you need to install node and npm)