We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3009d61 commit 578bbacCopy full SHA for 578bbac
index.mjs
@@ -5,7 +5,6 @@ import underline from 'ansi-underline';
5
6
const packageName = 'gulp-xml-validator';
7
8
-// Plugin level function(dealing with files)
9
export function xmlValidator() {
10
return through.obj(function (file, encoding, callback) {
11
if (file.isNull()) {
0 commit comments