PairDrop/.jscsrc
2015-12-18 16:50:36 +01:00

8 lines
216 B
Text

{
"preset": "google",
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowTrailingWhitespace": null,
"validateIndentation": null,
"maximumLineLength": 100,
"excludeFiles": ["node_modules/**"]
}