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.
2 parents 5f3f623 + 706b08d commit d70465dCopy full SHA for d70465d
.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
};
.travis.yml
@@ -1,9 +1,7 @@
1
language: node_js
2
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- - "4"
+ - "8"
7
8
env:
9
global:
0 commit comments