mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-08-25 23:03:47 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
/*global module*/
|
|
module.exports = function(results) {
|
|
return Promise.resolve('from async formatter');
|
|
};
|