UNPKG
@zthun/janitor-lint-config
Version:
latest (19.5.6)
19.5.6
19.5.5
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.5
19.2.4
19.2.3
19.2.2
19.2.1
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 janitor lint for @zthun scoped projects.
zthun/janitor
@zthun/janitor-lint-config
/
dist
/
stylelint-less.cjs
9 lines
(4 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
const
config =
require
(
'@zthun/janitor-stylelint-config-less'
);
module
.
exports
= config;
//# sourceMappingURL=stylelint-less.cjs.map