UNPKG

@zthun/janitor-htmlhint-config

Version:

A shared configuration for htmlhint for @zthun scoped projects.

10 lines (8 loc) 202 B
/** * HTMLHint doesn't export it's rule set. * * This is the definition of it's Rules that are * now exported */ const config = {}; export { config as default }; //# sourceMappingURL=index.js.map