setup shared jshint config, ignores, and git ignores.

This commit is contained in:
Spencer Alger
2013-09-12 14:30:26 -07:00
parent c3b2f0da73
commit 1b118c2f04
4 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* jshint node:true */
'use strict';
module.exports = function (grunt) {
@ -32,7 +33,7 @@ module.exports = function (grunt) {
src: pre.concat(['src/transport/elasticsearch-node.js'],post),
dest: 'dist/elasticsearch-node.js'
}
},
},
nodeunit: {
files: ['test/**/*.js']
},