[gjs] eslintrc: Add es2020, needed for consider BigInt a valid global
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] eslintrc: Add es2020, needed for consider BigInt a valid global
- Date: Sat, 13 Feb 2021 22:40:58 +0000 (UTC)
commit 052f1e894add33171fe6847985a66ebc35f57071
Author: Marco Trevisan (Treviño) <mail 3v1n0 net>
Date: Wed Nov 4 19:10:20 2020 +0100
eslintrc: Add es2020, needed for consider BigInt a valid global
Should not really be a change as we already use ecmaVersion: 2020
.eslintrc.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 0aa6acf2..733db371 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -3,6 +3,7 @@
# SPDX-FileCopyrightText: 2018 Claudio André <claudioandre br gmail com>
env:
es6: true
+ es2020: true
extends: 'eslint:recommended'
plugins:
- jsdoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]