github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/artifacts/testdata/mtahtml5WithValidationProblems/testapp/Gruntfile.js (about) 1 module.exports = function(grunt) { 2 "use strict"; 3 grunt.loadNpmTasks("@company/grunt-companyui5module-bestpractice-build"); 4 grunt.registerTask("default", [ 5 "lint" 6 ]); 7 };