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