README.mdJanuary 14, 2016 ยท View on GitHub#grunt-xqlint Grunt task for XQLint Example grunt.initConfig({ xqlint: { options: { src: ['/path/to/queries/**/*.xq'] }, dist: {} } });