UNPKG
@zthun/lint-janitor-config
Version:
latest (18.1.0)
18.1.0
18.0.6
18.0.5
18.0.4
18.0.3
18.0.2
18.0.1
18.0.0
17.1.0
17.0.8
17.0.7
17.0.6
17.0.5
17.0.4
17.0.3
17.0.2
17.0.1
17.0.0
16.1.2
16.1.1
16.1.0
16.0.1
16.0.0
15.1.2
15.1.1
15.1.0
15.0.0
14.4.0
14.3.2
14.3.1
14.3.0
14.2.0
14.1.0
14.0.0
13.0.2
13.0.1
13.0.0
12.0.0
11.2.1
11.2.0
11.1.1
11.1.0
A shared configuration for lint janitor for @zthun scoped projects.
zthun/janitor
@zthun/lint-janitor-config
/
dist
/
htmlhint.cjs
5 lines
(4 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
const
config =
require
(
"@zthun/htmlhint-config"
);
module
.
exports
= config;
//# sourceMappingURL=htmlhint.cjs.map