UNPKG

@zthun/janitor-htmlhint-config

Version:

A shared configuration for htmlhint for @zthun scoped projects.

12 lines (9 loc) 213 B
'use strict'; /** * HTMLHint doesn't export it's rule set. * * This is the definition of it's Rules that are * now exported */ const config = {}; module.exports = config; //# sourceMappingURL=index.cjs.map