You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/01/27 21:22:42 UTC

[28/50] allura git commit: [#8035] ESLINT FIX: no-undef

[#8035] ESLINT FIX: no-undef


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/a865796d
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/a865796d
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/a865796d

Branch: refs/heads/hs/8035
Commit: a865796d558c2ddfc4ee4486d1aca8c4b385ba26
Parents: 24d21ad
Author: Heith Seewald <he...@gmail.com>
Authored: Thu Jan 21 17:23:37 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Wed Jan 27 15:21:27 2016 -0500

----------------------------------------------------------------------
 .eslintrc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/a865796d/.eslintrc
----------------------------------------------------------------------
diff --git a/.eslintrc b/.eslintrc
index 2ba7869..f3fb796 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -7,6 +7,7 @@
   },
   "globals": {
     "ReactDOM": true,
+    "React": true,
     "$": true,
     "window": true,
     "_": true,