You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/06/23 22:02:23 UTC

[cordova-cli] branch master updated: Remove obsolete .jscs.json (#297)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new ed7436d  Remove obsolete .jscs.json (#297)
ed7436d is described below

commit ed7436de851b493b0ab683345d42e15079e2a85c
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Jun 24 00:02:20 2018 +0200

    Remove obsolete .jscs.json (#297)
---
 .jscs.json | 24 ------------------------
 1 file changed, 24 deletions(-)

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