#grunt-xqlint Grunt task for XQLint Example grunt.initConfig({ xqlint: { options: { src: ['/path/to/queries/**/*.xq'] }, dist: {} } });