update .eslintrc

This commit is contained in:
silverwind 2018-05-30 10:26:01 +02:00
parent 7de4719847
commit 813ed1e1a6
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -66,7 +66,7 @@ rules:
newline-per-chained-call: [0]
no-alert: [0]
no-array-constructor: [0]
no-await-in-loop: [2]
no-await-in-loop: [0]
no-bitwise: [0]
no-buffer-constructor: [0] # enable for node 6
no-caller: [2]