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:43 UTC

[29/50] allura git commit: [#8035] ESLINT FIX: quotes, jsx-quotes

[#8035] ESLINT FIX: quotes, jsx-quotes


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

Branch: refs/heads/hs/8035
Commit: fe237def8aec75925f4da8c493635d5f0de6ba61
Parents: 8ad3685
Author: Heith Seewald <he...@gmail.com>
Authored: Thu Jan 21 17:44:54 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Wed Jan 27 15:21:28 2016 -0500

----------------------------------------------------------------------
 .eslintrc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/fe237def/.eslintrc
----------------------------------------------------------------------
diff --git a/.eslintrc b/.eslintrc
index a66f2fa..b42eb66 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,7 +1,9 @@
 {
   "rules": {
     "max-len": [1, 119, 4],
-    "indent": [2, 4]
+    "indent": [2, 4],
+    "jsx-quotes": [0],
+    "quotes": [0]
   },
   "globals": {
     "ReactDOM": true,