mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-27 07:58:24 +08:00
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
/**
|
|
* @type {import('stylelint').PublicApi['createPlugin']}
|
|
*/
|
|
export default function createPlugin(ruleName, rule) {
|
|
return {
|
|
ruleName,
|
|
rule,
|
|
};
|
|
}
|