summaryrefslogtreecommitdiff
path: root/.eslintrc.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-08-14 13:00:48 +0200
committerFlorian Müllner <fmuellner@gnome.org>2020-08-14 13:00:48 +0200
commit86b425f3721c4580fd8e9d0ff0158cf52dac63f5 (patch)
treef5ee8e09069fb658a64f67726a05eabbe38b6f06 /.eslintrc.yml
parentf5168f428906aef0f83ac684d56302387dc981e8 (diff)
downloadgjs-86b425f3721c4580fd8e9d0ff0158cf52dac63f5.tar.gz
eslint: Bump ecmaScript version
... to allow the new goodies from mozjs78 (like ?. and ??)
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 7bcb5eb0..9b242b8e 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -228,4 +228,4 @@ globals:
print: readonly
printerr: readonly
parserOptions:
- ecmaVersion: 2019
+ ecmaVersion: 2020