You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2018/10/11 06:55:21 UTC

ignite git commit: IGNITE-9846 Web Console: allow to $inject before function definition.

Repository: ignite
Updated Branches:
  refs/heads/master bc62ed44d -> 824939ba1


IGNITE-9846 Web Console: allow to $inject before function definition.


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

Branch: refs/heads/master
Commit: 824939ba1f238621bd89a5ff445c6932c79e5db9
Parents: bc62ed4
Author: Ilya Borisov <kl...@gmail.com>
Authored: Thu Oct 11 13:55:11 2018 +0700
Committer: Andrey Novikov <an...@gridgain.com>
Committed: Thu Oct 11 13:55:11 2018 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/.eslintrc | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/824939ba/modules/web-console/frontend/.eslintrc
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/.eslintrc b/modules/web-console/frontend/.eslintrc
index ac1a37f..8f6bf20 100644
--- a/modules/web-console/frontend/.eslintrc
+++ b/modules/web-console/frontend/.eslintrc
@@ -163,7 +163,6 @@ rules:
     no-unused-expressions: [2, { allowShortCircuit: true }]
     no-unused-vars: [0, {"vars": "all", "args": "after-used"}]
     typescript/no-unused-vars: [0]
-    no-use-before-define: 2
     no-useless-call: 2
     no-void: 0
     no-var: 2