mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-10-04 08:12:03 +00:00

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>
18 lines
612 B
Plaintext
18 lines
612 B
Plaintext
Source: pve-eslint
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: debhelper (>= 12~),
|
|
nodejs,
|
|
pkg-js-tools (>= 0.8.11)
|
|
Standards-Version: 4.3.0
|
|
Homepage: http://www.proxmox.com
|
|
|
|
Package: pve-eslint
|
|
Architecture: all
|
|
Depends: node-commander, node-colors, nodejs (>= ${nodejs:Version}), ${misc:Depends},
|
|
Provides: ${nodejs:Provides}
|
|
Description: ESLint for Proxmox Virtual Environment development
|
|
This package contains a version of eslint used to develop the
|
|
Proxmox Virtual Environment, and other Proxmox projects, web GUI.
|