UNPKG

stylelint-order

Version:

A collection of order related linting rules for Stylelint.

6 lines (4 loc) 98 B
const prefix = 'order'; export function namespace(ruleName) { return `${prefix}/${ruleName}`; }