mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
{
|
|
"preset": "node-style-guide",
|
|
"requireCapitalizedComments": null,
|
|
"requireSpacesInAnonymousFunctionExpression": {
|
|
"beforeOpeningCurlyBrace": true,
|
|
"beforeOpeningRoundBrace": true
|
|
},
|
|
"disallowSpacesInNamedFunctionExpression": {
|
|
"beforeOpeningRoundBrace": true
|
|
},
|
|
"excludeFiles": ["node_modules/**"],
|
|
"disallowSpacesInFunction": null
|
|
}
|