mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +00:00
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
{
|
|
"preset": "google",
|
|
"disallowSpacesInAnonymousFunctionExpression": null,
|
|
"disallowTrailingWhitespace": null,
|
|
"validateIndentation": null,
|
|
"maximumLineLength": 100,
|
|
"excludeFiles": ["node_modules/**"]
|
|
}
|