Skip to content

Instantly share code, notes, and snippets.

@vprasanth
Created October 15, 2015 05:02
Show Gist options
  • Select an option

  • Save vprasanth/f0d4cadf8909656ac843 to your computer and use it in GitHub Desktop.

Select an option

Save vprasanth/f0d4cadf8909656ac843 to your computer and use it in GitHub Desktop.
Simple .jscsrc
{
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireParenthesesAroundIIFE": true,
"disallowMultipleSpaces": true,
"validateIndentation": 4,
"maximumLineLength": 120,
"requireCapitalizedConstructors": true,
"disallowEmptyBlocks": true,
"validateQuoteMarks": "'",
"validateLineBreaks": "LF",
"disallowMultipleLineStrings": true,
"requireDotNotation": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment