Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
stylelint
/
lib
/
createPlugin.mjs
blob: eab5784b1d2be2f5176184080f2b6fc05309a44d [
file
] [
log
] [
blame
]
/**
* @type {import('stylelint').PublicApi['createPlugin']}
*/
export
default
function
createPlugin
(
ruleName
,
rule
)
{
return
{
ruleName
,
rule
,
};
}