]> git.proxmox.com Git - pve-eslint.git/commit
ship proper nodejs module 'pve-eslint'
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 19 Jul 2021 10:07:21 +0000 (12:07 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Mon, 19 Jul 2021 10:12:46 +0000 (12:12 +0200)
commit4b0098f62aaa468d6e169abc76ade6bfab92775e
tree2856b719948dc89fcbfbef9f8ef8223b4f3f9072
parentef0a5638b025ec9b9e3aa4df61a5b3b6bd471439
ship proper nodejs module 'pve-eslint'

instead of concatenating the eslint module into our app.js, ship
a 'pve-eslint' module that exports the built eslint module

to do this, we have to leave the module type on 'umd' instead of
changing to 'var' so that nodejs can properly import it.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
debian/control
debian/dirs [new file with mode: 0644]
debian/links [new file with mode: 0644]
debian/rules
patches/0001-adapt-webpack-config.patch
src/Makefile [deleted file]
src/app.js [deleted file]
src/bin/app.js [new file with mode: 0644]
src/index.js [new file with mode: 0644]
src/package.json [new file with mode: 0644]