Skip to content

Instantly share code, notes, and snippets.

@Pchelolo
Created August 4, 2015 19:34
Show Gist options
  • Save Pchelolo/0f99577508fa206344f8 to your computer and use it in GitHub Desktop.
Save Pchelolo/0f99577508fa206344f8 to your computer and use it in GitHub Desktop.
{
"preset": "node-style-guide",
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do",
"try",
"catch"
],
"validateIndentation": 4,
"requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties",
"maximumLineLength": 100,
"validateQuoteMarks": null,
"excludeFiles": [
"node_modules/**",
"tests/**"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment