You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2017/08/09 20:11:07 UTC

cordova-lib git commit: removed .jscs.json

Repository: cordova-lib
Updated Branches:
  refs/heads/master 97083c1b0 -> 2dc7fe1a7


removed .jscs.json

It is no longer used


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/2dc7fe1a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/2dc7fe1a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/2dc7fe1a

Branch: refs/heads/master
Commit: 2dc7fe1a7793670115b452f190aaadd3e105f6be
Parents: 97083c1
Author: Remco Haszing <re...@gmail.com>
Authored: Mon Aug 7 22:50:50 2017 +0200
Committer: filmaj <ma...@gmail.com>
Committed: Wed Aug 9 13:10:42 2017 -0700

----------------------------------------------------------------------
 .jscs.json | 24 ------------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/2dc7fe1a/.jscs.json
----------------------------------------------------------------------
diff --git a/.jscs.json b/.jscs.json
deleted file mode 100644
index 5cc7e26..0000000
--- a/.jscs.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-    "disallowMixedSpacesAndTabs": true,
-    "disallowTrailingWhitespace": true,
-    "validateLineBreaks": "LF",
-    "validateIndentation": 4,
-    "requireLineFeedAtFileEnd": true,
-
-    "disallowSpaceAfterPrefixUnaryOperators": true,
-    "disallowSpaceBeforePostfixUnaryOperators": true,
-    "requireSpaceAfterLineComment": true,
-    "requireCapitalizedConstructors": true,
-
-    "disallowSpacesInNamedFunctionExpression": {
-        "beforeOpeningRoundBrace": true
-    },
-
-    "requireSpaceAfterKeywords": [
-      "if",
-      "else",
-      "for",
-      "while",
-      "do"
-    ]
-}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org