Created
October 15, 2015 05:02
-
-
Save vprasanth/f0d4cadf8909656ac843 to your computer and use it in GitHub Desktop.
Simple .jscsrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "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