UNPKG

stylelint

Version:

A mighty, modern CSS linter.

10 lines (8 loc) 141 B
/* @flow */ "use strict"; module.exports = function(ruleName /*: string*/, rule /*: Function*/) { return { ruleName, rule }; };