weblogin1/node_modules/undefsafe/.jscsrc
Kántor Dániel 0881028595 feltoltes
2023-01-27 11:54:37 +01:00

14 lines
364 B
Plaintext

{
"preset": "node-style-guide",
"requireCapitalizedComments": null,
"requireSpacesInAnonymousFunctionExpression": {
"beforeOpeningCurlyBrace": true,
"beforeOpeningRoundBrace": true
},
"disallowSpacesInNamedFunctionExpression": {
"beforeOpeningRoundBrace": true
},
"excludeFiles": ["node_modules/**"],
"disallowSpacesInFunction": null
}