Skip to content

Instantly share code, notes, and snippets.

@sanusart
Last active December 5, 2015 23:38
Show Gist options
  • Select an option

  • Save sanusart/ad524d949c686d5862e4 to your computer and use it in GitHub Desktop.

Select an option

Save sanusart/ad524d949c686d5862e4 to your computer and use it in GitHub Desktop.
jscs settings #jscs #lint
{
"preset": "google",
"validateLineBreaks": "LF",
"validateIndentation": 2,
"requireCurlyBraces": true,
"requireSemicolons": true,
"maximumLineLength": false,
"disallowTrailingComma": true,
"disallowTrailingWhitespace": true,
"validateParameterSeparator": ", ",
"requireLineFeedAtFileEnd": true,
"disallowMultipleLineBreaks": true,
"requireCamelCaseOrUpperCaseIdentifiers": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment