PairDrop/.jscsrc

9 lines
216 B
Text
Raw Normal View History

2015-12-18 16:50:36 +01:00
{
"preset": "google",
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowTrailingWhitespace": null,
"validateIndentation": null,
"maximumLineLength": 100,
"excludeFiles": ["node_modules/**"]
}