UNPKG

generator-base-backbone

Version:

Backbone.js basic skeleton for webapp development. With RequireJS, Bootstrap, Sass, and templating with Pug and Lodash. Also with JSHint and Grunt.

10 lines 214 B
'use strict'; module.exports = function(grunt) { grunt.config.set('jshint', { options: { jshintrc: '.jshintrc', reporter: require('jshint-stylish') }, test: ['Gruntfile.js', 'src/scripts/*.js'] }); };