qiu8310/generator-nody

View on GitHub
app/templates/_.jscsrc._tpl

Summary

Maintainability
Test Coverage
{<% if (esnext) { %>
  "esnext": true,<% } %>
  "requireCurlyBraces": ["try", "catch"],
  "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
  "disallowSpaceBeforeBinaryOperators": [",", ":"],
  "disallowSpaceAfterBinaryOperators": ["!"],
  "requireSpaceBeforeBinaryOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
  "requireSpaceAfterBinaryOperators": ["?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
  "disallowImplicitTypeConversion": ["string"],
  "disallowKeywords": ["with"],
  "disallowKeywordsOnNewLine": ["else"],
  "disallowTrailingWhitespace": true,
  "requireLineFeedAtFileEnd": true,
  "validateIndentation": 2,
  "validateQuoteMarks": "'",
  "validateJSDoc": {
    "checkParamNames": true,
    "requireParamTypes": true
  }
}