mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 17:26:18 -04:00
initial commit
This commit is contained in:
commit
f5b2b47136
46 changed files with 2350 additions and 0 deletions
8
.jscsrc
Normal file
8
.jscsrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"preset": "google",
|
||||
"disallowSpacesInAnonymousFunctionExpression": null,
|
||||
"disallowTrailingWhitespace": null,
|
||||
"validateIndentation": null,
|
||||
"maximumLineLength": 100,
|
||||
"excludeFiles": ["node_modules/**"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue