MagicMirror/.jscsrc

8 lines
186 B
Plaintext
Raw Normal View History

2016-04-05 14:35:11 -04:00
{
"preset": "google",
"validateIndentation": "\t",
"validateQuoteMarks": "\"",
"maximumLineLength": 250,
"requireCurlyBraces": [],
"requireCamelCaseOrUpperCaseIdentifiers": false
}