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/26 20:11:55 UTC

[24/24] allura git commit: [#8035] Remove unused .eslintrc

[#8035] Remove unused .eslintrc


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

Branch: refs/heads/hs/8035
Commit: fd46b7965d8982abbd82e74377bde008d1d8109b
Parents: e828e51
Author: Heith Seewald <he...@gmail.com>
Authored: Tue Jan 26 14:10:23 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Tue Jan 26 14:11:06 2016 -0500

----------------------------------------------------------------------
 .eslintrc | 39 ---------------------------------------
 1 file changed, 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/fd46b796/.eslintrc
----------------------------------------------------------------------
diff --git a/.eslintrc b/.eslintrc
deleted file mode 100644
index 455b95a..0000000
--- a/.eslintrc
+++ /dev/null
@@ -1,39 +0,0 @@
-{
-  "rules": {
-    "max-len": [1, 119, 4],
-    "indent": [2, 4],
-    "jsx-quotes": [0],
-    "quotes": [0],
-    "operator-linebreak": [2, "before", { "overrides": { "?": "after", "&&": "after" } }],
-    "require-jsdoc": [2, {"require": {
-        "FunctionDeclaration": true,
-        "MethodDefinition": false,
-        "ClassDeclaration": false
-      }
-    }],
-    "no-inline-comments": 0,
-    "comma-dangle": 0
-  },
-  "globals": {
-    "ReactDOM": true,
-    "React": true,
-    "$": true,
-    "window": true,
-    "_": true,
-    "ReactReorderable": true
-  },
-  "parser": "babel-eslint",
-  "env": {
-    "es6": true,
-    "browser": true
-  },
-  "extends": "google",
-  "ecmaFeatures": {
-    "jsx": true,
-    "forOf": true,
-    "experimentalObjectRestSpread": true
-  },
-  "plugins": [
-    "react"
-  ]
-}
\ No newline at end of file