mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-08-25 17:27:06 +00:00

includes a (minimal) working wrapper Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "mypackage",
|
|
"version": "0.0.1",
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
}
|
|
}
|
|
"eslintIgnore": "hello.js"
|
|
}
|