mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
558fcafc71
* fix: format code prettier, enable ci * chore: add trivago import prettier pluggin
9 lines
222 B
JavaScript
9 lines
222 B
JavaScript
function ValidVerdaccioPlugin() {
|
|
return {
|
|
// not valid method
|
|
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
authenticate__: function () {},
|
|
};
|
|
}
|
|
|
|
module.exports = ValidVerdaccioPlugin;
|