UNPKG

generator-base-angularjs

Version:

AngularJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. 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'] }); };