UNPKG

mongoose-multi

Version:

Create multiple Mongoose connections to severals DBs; supports also gridfs

20 lines (13 loc) 325 B
module.exports = function (grunt) { grunt.loadNpmTasks('grunt-eslint'); grunt.registerTask('default', ['eslint']); grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), eslint: { options: { configFile: '.eslintrc' }, target: ['*.js'] } }); };