This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a commit to branch gc/8537
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8537 by this push:
new c29f084ca fixup! [#8537] moved g analytics further down the page
c29f084ca is described below
commit c29f084ca0ca9425e0711492bfc14819ee74aa51
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon Mar 4 10:27:19 2024 -0700
fixup! [#8537] moved g analytics further down the page
---
.eslintrc-es5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.eslintrc-es5 b/.eslintrc-es5
index 493b774e1..880f708b3 100644
--- a/.eslintrc-es5
+++ b/.eslintrc-es5
@@ -18,7 +18,7 @@
// disallow use of eval()-like methods
"no-implied-eval": 2,
// disallow this keywords outside of classes or class-like objects
- "no-invalid-this": 2,
+ "no-invalid-this": 0,
// disallow creation of functions within loops
"no-loop-func": 2,
// disallow declaring the same variable more then once