From 745985bf181ce71726374984e456d8b232f1cb17 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 24 Apr 2019 02:12:12 +0200 Subject: [PATCH] Update. --- .eslintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc b/.eslintrc index ffcb15d2..1f651bff 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,6 +5,9 @@ es6: true node: true + parserOptions: + ecmaVersion: 2019 + rules: array-bracket-spacing: [2, never] arrow-parens: [2, as-needed]