mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-08-18 08:01:29 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
/*global module*/
|
|
module.exports = function(results, context) {
|
|
return context.cwd;
|
|
};
|