pve-eslint/eslint/tests/fixtures/formatters/cwd.js
Thomas Lamprecht 34eeec05c4 import 8.4.0 source
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-12-06 14:02:55 +01:00

5 lines
91 B
JavaScript

/*global module*/
module.exports = function(results, context) {
return context.cwd;
};