UNPKG
@udyux/stylelint-order
Version:
latest (4.0.2)
4.0.2
4.0.1
3.1.1
2.1.1
[fork] A collection of order related linting rules for stylelint.
udyux/stylelint-order
@udyux/stylelint-order
/
utils
/
namespace.js
6 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
const
prefix =
'order'
;
module
.
exports
=
function
namespace
(
ruleName
) {
return
`
${prefix}
/
${ruleName}
`
; };