From 53e8285cf03b08fef16de5958fd110733b11cf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 25 Mar 2020 22:15:26 +0100 Subject: [PATCH] lint: Sync configuration with gjs Nothing big or scary, just a bump in the standard version which allows us to use shiny things without eslint complaining :-) --- lint/eslintrc-gjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/eslintrc-gjs.yml b/lint/eslintrc-gjs.yml index 3af410507..fec07a409 100644 --- a/lint/eslintrc-gjs.yml +++ b/lint/eslintrc-gjs.yml @@ -226,4 +226,4 @@ globals: printerr: readonly window: readonly parserOptions: - ecmaVersion: 2017 + ecmaVersion: 2019