Skip to content

Quick, simple JSLint (or JSHint) in TextMate. Hurt your feelings in style. (See the `development` branch for the latest.)

License

Notifications You must be signed in to change notification settings

RobinQu/jslintmate

 
 

Repository files navigation

JSLintMate using nodejs

IN PROGRESS!

It's JSLintMate plugin that uses nodejs.

Original plugin: https://github.com/rondevera/jslintmate

How to install node

  1. Install stable node using Brew

     brew install nodejs
    
  2. Using nvm

     curl https://raw.github.com/creationix/nvm/master/install.sh | sh
     source ~/.nvm/nvm.sh
     nvm install 0.10
     nvm use 0.10
     echo "nvm use 0.10" >> ~/.profile
    
  3. Downoad, compile and install. Please google.

About

Quick, simple JSLint (or JSHint) in TextMate. Hurt your feelings in style. (See the `development` branch for the latest.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.5%
  • CSS 6.9%
  • Ruby 6.6%