1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 15:10:10 -07:00
snapdrop/.jscsrc
2015-12-18 16:50:36 +01:00

9 lines
216 B
Plaintext

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