forked from lix-project/lix-website
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
|
|
}
|