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/22 01:59:40 UTC

[07/20] 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/364f2cdf
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/364f2cdf
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/364f2cdf

Branch: refs/heads/hs/8035
Commit: 364f2cdf9f3a467cfa75854fe763624d2ff40a49
Parents: 842c6d5
Author: Heith Seewald <he...@gmail.com>
Authored: Thu Jan 21 17:44:54 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Thu Jan 21 19:59:13 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/allura/blob/364f2cdf/.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,