aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/simctl/.jscsrc
diff options
context:
space:
mode:
Diffstat (limited to 'cordova/node_modules/simctl/.jscsrc')
-rwxr-xr-xcordova/node_modules/simctl/.jscsrc40
1 files changed, 0 insertions, 40 deletions
diff --git a/cordova/node_modules/simctl/.jscsrc b/cordova/node_modules/simctl/.jscsrc
deleted file mode 100755
index a0a41ff..0000000
--- a/cordova/node_modules/simctl/.jscsrc
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "disallowTabs": true,
- "preset": "google",
- "fileExtensions": [".js", "jscs"],
-
- "requireSemicolons": true,
- "requireParenthesesAroundIIFE": true,
- "maximumLineLength": 120,
- "validateLineBreaks": "LF",
- "validateIndentation": 4,
- "disallowTrailingComma": true,
- "disallowUnusedParams": true,
-
- "disallowSpacesInsideObjectBrackets": null,
- "disallowImplicitTypeConversion": ["string"],
-
- "safeContextKeyword": "_this",
-
- "disallowMultipleVarDecl": {
- allExcept: ['require']
- },
-
- "requireCamelCaseOrUpperCaseIdentifiers" : false,
-
- "jsDoc": {
- "checkAnnotations": "closurecompiler",
- "checkParamNames": true,
- "requireParamTypes": true,
- "checkRedundantParams": true,
- "checkReturnTypes": true,
- "checkRedundantReturns": true,
- "requireReturnTypes": true,
- "checkTypes": "capitalizedNativeCase",
- "checkRedundantAccess": true,
- "requireNewlineAfterDescription": true
- },
-
- "excludeFiles": [
- ]
-} \ No newline at end of file