Socket
Book a DemoInstallSign in
Socket

grunt-lintblame

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-lintblame

Hook git blame into jshint

0.3.5
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-lintblame

A grunt plugin that hooks in git blame to your jshint output.

Getting Started

Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-lintblame --save-dev

Then add this line to your project's gruntfile:

grunt.loadNpmTasks('grunt-lintblame');

Once you have that in place you should just be type to type:

grunt lintblame

Documentation

Uses the standard jshint options object.

jshint: {
  files: ['grunt.js', 'htdocs/js/v3/widgets/**/*.js']
  options: {
    curly: false,
    eqeqeq: false,
    immed: false,
    browser: true,
    globals: {
      define: true,
      require: true
    }
  }
}

Release History

  • 0.1.1 - last version support grunt 0.3.x
  • 0.2.0 - first version supporting grunt 0.4
  • 0.3.1 - proper multi-task support

License

Copyright (c) 2013 Jamund Ferguson
Licensed under the MIT license.

Keywords

gruntplugin

FAQs

Package last updated on 18 Dec 2013

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.