UNPKG

107 BJavaScriptView Raw
1config.init({
2 lint: {
3 files: [ "grunt.js", "lib/*.js" ]
4 }
5});
6
7task.registerTask( "default", "lint" );