From a24050bce56ce7483519822e8b6f4b4692919b00 Mon Sep 17 00:00:00 2001 From: speedytwenty Date: Mon, 4 Apr 2022 21:50:35 -0600 Subject: [PATCH] Allow es2018 syntax --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index fb8b85b..86e9a35 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,6 +1,6 @@ module.exports = { parserOptions: { - ecmaVersion: 6, + ecmaVersion: 2018, }, env: { node: true,