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

jslint

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jslint

The JavaScript Code Quality Tool

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
44K
decreased by-10.05%
Maintainers
0
Weekly downloads
 
Created
Source

node-jslint

Easily use JSLint from the command line.

jslint app.js
jslint lib/worker.js lib/server.js # Multiple files
jslint --white --onevar --regexp app.js # All JSLint options supported
jslint --bitwise false app.js # Defaults to true, but you can specify false
jslint --goodparts --undef false app.js # The Good Parts, except undef
jslint -gp app.js # Shorthand for --goodparts: -gp
find . -name "*.js" -print0 | xargs -0 jslint # JSLint your entire project

Install

npm install jslint

Self-Lint

make lint

License

See LICENSE file.

Keywords

FAQs

Package last updated on 03 May 2011

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