最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Sublime Text 3 - How to install JSHint - Stack Overflow

programmeradmin1浏览0评论

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
Add a ment  | 

3 Answers 3

Reset to default 7

The method I followed.

First install sublime package control. https://packagecontrol.io/installation.

Then

  • Ctrl+Shift+P or Cmd+Shift+P in Linux/Windows/OS X
  • type install, select Package Control: Install Package
  • type js gutter, select JSHint 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)

发布评论

评论列表(0)

  1. 暂无评论