You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by ed...@apache.org on 2015/10/12 01:06:34 UTC

incubator-freemarker-docgen git commit: fixing eslint rule

Repository: incubator-freemarker-docgen
Updated Branches:
  refs/heads/master ee975b69c -> 0c7e4502e


fixing eslint rule


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/0c7e4502
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/0c7e4502
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/0c7e4502

Branch: refs/heads/master
Commit: 0c7e4502e3a22e1245d03d6ba1986c6469e26655
Parents: ee975b6
Author: Evangelia Dendramis <ev...@gmail.com>
Authored: Sun Oct 11 16:06:12 2015 -0700
Committer: Evangelia Dendramis <ev...@gmail.com>
Committed: Sun Oct 11 16:06:12 2015 -0700

----------------------------------------------------------------------
 .eslintrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/0c7e4502/.eslintrc
----------------------------------------------------------------------
diff --git a/.eslintrc b/.eslintrc
index ad3b111..0c99890 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -6,11 +6,11 @@ globals:
   toc: true
   breadcrumb: true
 
-  
+
 rules:
   indent: [2, 2]
   quotes: [2, "single"]
-  no-spaced-func: [2, "never"]
+  no-spaced-func: [2]
   space-before-function-paren: [2, "never"]
   valid-jsdoc: [2, { prefer: { "return": "returns"}}]
   space-after-keywords: [2, "always"]