UNPKG

susi-forge

Version:
14 lines (10 loc) 199 B
'use strict'; //@TODO lint sh files //@TODO lint json files //@TODO lint bin html files module.exports = function(grunt) { grunt.config.merge({ }); grunt.registerTask('lint', '', [ ]); };