UNPKG
@zthun/janitor-htmlhint-config
Version:
latest (19.5.6)
19.5.6
19.5.4
19.5.3
19.5.2
19.5.1
19.5.0
19.4.3
19.4.2
19.4.1
19.4.0
19.3.6
19.3.5
19.3.4
19.3.3
19.3.2
19.3.1
19.3.0
19.2.6
19.2.4
19.2.2
19.2.0
19.1.5
19.1.4
19.1.3
19.1.2
19.1.1
19.1.0
19.0.0
A shared configuration for htmlhint for @zthun scoped projects.
zthun/janitor
@zthun/janitor-htmlhint-config
/
dist
/
index.cjs
12 lines
(9 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'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