]> git.proxmox.com Git - pve-eslint.git/commit
switch to ECMA version 2018
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jan 2021 16:02:53 +0000 (17:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Jan 2021 16:04:47 +0000 (17:04 +0100)
commit45a91473a3150a0505e1059abc41d7d18de56ca4
tree0e172ff02969be6076abd1baf3d4f7f1916205d3
parent456be15ea99af2e72cb7e8dc46c2f8074124f0eb
switch to ECMA version 2018

Mainly to enable the rest/spread operator (...variable).

Other new features include asynchronous iteration,
Promise.prototype.finally and additions to RegExp (look behind, named
capture groups, s flag)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/app.js