Files
dogs/node_modules/rx/.jscsrc.todo
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

19 lines
467 B
Plaintext

{
"maximumLineLength": {
"value": 80,
"allowComments": true,
"allowRegex": true
},
"validateIndentation": 2,
"validateQuoteMarks": "'",
"disallowMultipleVarDecl": true,
"disallowSpacesInAnonymousFunctionExpression": {
"beforeOpeningRoundBrace": true
},
"disallowSpacesInsideObjectBrackets": "all",
"disallowSpacesInsideArrayBrackets": "all",
"validateJSDoc": {
"checkParamNames": true,
"requireParamTypes": true
}
}