We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d4e59 commit 706b08dCopy full SHA for 706b08d
.jscs.js
@@ -45,11 +45,14 @@ module.exports = {
45
requireCapitalizedConstructors: true,
46
safeContextKeyword: ['_this'],
47
disallowYodaConditions: true,
48
- validateJSDoc: {
+ requireSpaceAfterLineComment: true,
49
+ disallowNewlineBeforeBlockStatements: true,
50
+ plugins: [
51
+ 'jscs-jsdoc'
52
+ ],
53
+ jsDoc: {
54
checkParamNames: true,
55
checkRedundantParams: true,
56
requireParamTypes: true
- },
- requireSpaceAfterLineComment: true,
- disallowNewlineBeforeBlockStatements: true
57
+ }
58
};
0 commit comments