Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bbjshint

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbjshint

Run JSLint on BBEdit's frontmost text document.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bbjshint

Run JSHint on the javascript code in your frontmost (and saved) BBEdit document, and see the results in a Result Browser window.

Note that for now, the text document must be saved before bbjshint can check it.

install

Use from BBEdit's Scripts menu by either installing or symlinking bbjshint to BBEdit's Scripts folder. This is ~/Library/Application Support/BBEdit/Scripts or perhaps ~/Dropbox/Application Support/BBEdit/Scripts. You can show this folder from BBEdit by going to the scripts menu and choosing "Open Scripts Folder".

npm install --global bbjshint (or, sudo npm install --global bbjshint)
cd ~/Library/Application\ Support/BBEdit/Scripts/
ln -s `which bbjshint`

config

bbjshint will use the first .jshintrc file it finds, starting from the directory of the document being checked, and looking in each subsequent parent directory. If no .jshintrc file is found, then ./jshint-flags.json will be used.

Comments are also allowed in the .jshintrc, as seen in this example.

contributors

acknowledgements

See bbresults.

license

MIT

Keywords

FAQs

Package last updated on 31 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc