UNPKG

generator-fe-kit

Version:
14 lines (13 loc) 282 B
module.exports = { options: { jshintrc: '.jshintrc', // force: true, reporter: require('jshint-stylish') }, mainJs: { src: ['<%= dev %>/js/main/**/*.js'] }, gruntConfigFiles: { src: ['Gruntfile.js', 'grunt/*.js'] } };