UNPKG

task-master

Version:

A helper to make Grunt task declaration and organization cleaner.

12 lines (11 loc) 193 B
module.exports = { options: { reporter: require('jshint-stylish'), eqeqeq: true, es3: true, indent: 2, newcap: true, quotmark: 'single' }, all: ['lib/**/*.js'] };