]> git.proxmox.com Git - pve-eslint.git/commit
disable semi-style for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Jun 2020 11:03:29 +0000 (13:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Jun 2020 11:37:43 +0000 (13:37 +0200)
commit490226fadda6e9044ab076f47ca2fb16af52c164
tree8c6f76c2d714c384d38677861422b8efa27eba2c
parent630511aeb64d0dcc76b48e526322caffdf195d27
disable semi-style for now

In generally we follow it but we want also to allow statements like:

let foo = bar
    ? 'baz'
    : 'foz'
    ;

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