[gnome-shell] lint: Disable eqeqeq in legacy configuration
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] lint: Disable eqeqeq in legacy configuration
- Date: Mon, 11 Nov 2019 23:57:11 +0000 (UTC)
commit 65c5cfd4dc826fb28d6a0047ee0837936afcadbf
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Aug 20 22:18:04 2019 +0200
lint: Disable eqeqeq in legacy configuration
Using type-safe comparisons is a good idea, but after not doing so
for a decade, there's too much existing code around for flipping
the switch right away.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/818
lint/eslintrc-legacy.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/lint/eslintrc-legacy.yml b/lint/eslintrc-legacy.yml
index b67f914f92..55e9a2bb85 100644
--- a/lint/eslintrc-legacy.yml
+++ b/lint/eslintrc-legacy.yml
@@ -1,4 +1,5 @@
rules:
+ eqeqeq: off
indent:
- error
- 4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]