UNPKG

@udyux/stylelint-order

Version:

[fork] A collection of order related linting rules for stylelint.

6 lines (4 loc) 109 B
const prefix = 'order'; module.exports = function namespace(ruleName) { return `${prefix}/${ruleName}`; };