mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-08-26 00:53:54 +00:00

includes a (minimal) working wrapper Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 lines
50 B
JavaScript
6 lines
50 B
JavaScript
"use strict"
|
|
|
|
module.exports = {
|
|
parse() {}
|
|
}
|