Created
August 4, 2015 19:34
-
-
Save Pchelolo/0f99577508fa206344f8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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