How to use the @nitro/app/app/lib/lint.htmllintReporter function in @nitro/app

To help you get started, we’ve selected a few @nitro/app examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github namics / generator-nitro / packages / nitro-gulp / tasks / lint-html.js View on Github external
return () => {
		return gulp.src(srcPattern)
			.pipe(plugins.htmllint({}, lint.htmllintReporter))
			.on('end', () => {});
	};
};

@nitro/app

Nitro server

MIT
Latest version published 2 days ago

Package Health Score

73 / 100
Full package analysis