forked from Modernizr/Modernizr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jscsrc
More file actions
28 lines (28 loc) · 725 Bytes
/
.jscsrc
File metadata and controls
28 lines (28 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"preset": "google",
"disallowKeywordsOnNewLine": null,
"disallowMultipleVarDecl": null,
"disallowMultipleLineBreaks": null,
"maximumLineLength": null,
"requireCamelCaseOrUpperCaseIdentifiers": null,
"validateIndentation": null,
"jsDoc": {
"requireHyphenBeforeDescription": true,
"requireNewlineAfterDescription": true,
"checkRedundantReturns": true,
"checkParamExistence": true,
"requireReturnTypes": true,
"requireParamTypes": true,
"checkReturnTypes": true,
"checkTypes": true,
"checkAnnotations": {
"preset": "jsdoc3",
"extra": {
"access": true,
"optionName": true,
"optionProp": true,
"memberof": true,
}
}
}
}