README.md

January 14, 2016 ยท View on GitHub

#grunt-xqlint Build Status NPM version Code Climate

Grunt task for XQLint

Example

grunt.initConfig({
    xqlint: {
        options: {
            src: ['/path/to/queries/**/*.xq']
        },
        dist: {}
    }
});