mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-24 12:13:59 +01:00
Fix jshint usage in gruntfile
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/*global module: true, require: true*/
|
||||
/*jshint node:true*/
|
||||
module.exports = function(grunt) {
|
||||
|
||||
"use strict";
|
||||
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
concat: {
|
||||
|
||||
Reference in New Issue
Block a user