From 2e6ea85ae327420741f16d144dad1654dbebb738 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 3 Jan 2019 17:52:10 -0500 Subject: [PATCH] bump site eslint ecma version --- site/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.eslintrc.json b/site/.eslintrc.json index cb0d06a2ec..0032aca092 100644 --- a/site/.eslintrc.json +++ b/site/.eslintrc.json @@ -35,7 +35,7 @@ ], "plugins": ["svelte3"], "parserOptions": { - "ecmaVersion": 6, + "ecmaVersion": 8, "sourceType": "module" }, "settings": {