File: .jscsrc

Recommend this page to a friend!
  Classes of Jonathan Gotti   Node.js Promise Redmine   .jscsrc   Download  
File: .jscsrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Node.js Promise Redmine
Access Redmine API using Node.js and promises
Author: By
Last change: Update of .jscsrc
Date: 2 years ago
Size: 1,571 bytes
 

Contents

Class file image Download
{ "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true }, "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true }, "disallowCommaBeforeLineBreak": false, "disallowEmptyBlocks": true, "disallowSpacesInsideArrayBrackets": true, "disallowSpacesInsideParentheses": true, "disallowQuotedKeysInObjects": true, "disallowSpaceAfterObjectKeys": true, "disallowSpaceAfterPrefixUnaryOperators": true, "disallowSpaceBeforePostfixUnaryOperators": true, "disallowSpaceBeforeBinaryOperators": [ "," ], "disallowMixedSpacesAndTabs": true, "disallowTrailingWhitespace": true, "disallowTrailingComma": true, "disallowYodaConditions": true, "disallowKeywords": [ "with" ], "disallowMultipleLineBreaks": true, "requireSpaceBeforeBlockStatements": true, "requireParenthesesAroundIIFE": true, "requireSpacesInConditionalExpression": true, "requireMultipleVarDecl": "onevar", "requireBlocksOnNewline": 1, "requireCommaBeforeLineBreak": false, "requireSpaceBeforeBinaryOperators": true, "requireSpaceAfterBinaryOperators": true, "requireCamelCaseOrUpperCaseIdentifiers": true, "requireLineFeedAtFileEnd": true, "requireCapitalizedConstructors": true, "requireDotNotation": true, "requireCurlyBraces": [ "do" ], "requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "case", "return", "try", "catch", "typeof" ], "safeContextKeyword": "_this", "validateLineBreaks": "LF", "validateQuoteMarks": { "mark": "'", "escape": true }, "validateIndentation": "\t" }