New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-jslint

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-jslint

Plugin for broccoli to run jslint static analysis tool on javascript files

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

#broccoli-jslint

Plugin for broccoli to run jslint static analysis tool on javascript files

Inspired by makepanic/broccoli-eslint

Install

 npm install --save broccoli-eslint

Example

var jslint = require('broccoli-jslint');
tree = jslint(tree, { edition: 'latest' });

API

jslint(tree, options)

Returns a tree identical to the input tree. Outputs jslint messages on console as side-effect.

options

An object containing options to pass to JSLint. Options supported by jslint are documented at http://www.jslint.com/lint.html

Additional options supported by broccoli-jslint are documented below:

options.edition

The edition of JSLint to use. If omitted, defaults to 2013-08-26. You should probably choose 'latest'.

Keywords

FAQs

Package last updated on 15 Jul 2014

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