Skip to content

Instantly share code, notes, and snippets.

@clohr
Created August 22, 2015 03:57
Show Gist options
  • Save clohr/f6f88c59a5a0b261ed4d to your computer and use it in GitHub Desktop.
Save clohr/f6f88c59a5a0b261ed4d to your computer and use it in GitHub Desktop.
{
"preset": "google",
"fileExtensions": [ ".js", "jscs" ],
"requireParenthesesAroundIIFE": true,
"maximumLineLength": 120,
"validateLineBreaks": "LF",
"validateIndentation": 4,
"disallowKeywords": ["with"],
"disallowNewlineBeforeBlockStatements": true,
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"requireLineFeedAtFileEnd": null,
"disallowMultipleVarDecl": "strict",
"safeContextKeyword": ["_this"],
"excludeFiles": ["node_modules/**"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment