update .eslintrc

This commit is contained in:
silverwind 2018-01-19 23:45:25 +01:00
parent 607c5fad7a
commit 90230e90a6
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -67,7 +67,7 @@ rules:
no-alert: [0]
no-array-constructor: [0]
no-await-in-loop: [2]
no-bitwise: [2]
no-bitwise: [0]
no-buffer-constructor: [0] # enable for node 6
no-caller: [2]
no-case-declarations: [2]