UNPKG

generator-angular-eggs

Version:

Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server

18 lines (16 loc) 310 B
(function() { 'use strict'; module.exports = { options: { jshintrc: '.jshintrc', reporter: require('jshint-stylish') }, all: [ 'Gruntfile.js', '<%%= paths.app %>/{,*/}**/*.js', 'test/{,**/}*.js', 'e2e/{,**/}*.js', 'server/{,**/}*.js' ] }; })();