Skip to content

Instantly share code, notes, and snippets.

@shashikantjagtap
shashikantjagtap / Gruntfile.js
Last active September 25, 2017 20:39
Code Snippets
module.exports = function(grunt) {
'use strict';
grunt.initConfig({
jshint: {
all: [
'Gruntfile.js',
'lib/tasks/*.js'
]