UNPKG

stylelint

Version:

A mighty, modern CSS linter.

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