module.exports = async function () { return { id: 'test-plugin', rules: { oas3: { 'oas3-rule-name': 'oas3-rule-stub', }, }, }; };