Skip to content

Commit d70465d

Browse files
authored
Merge pull request #158 from bem/update-deps
Update deps
2 parents 5f3f623 + 706b08d commit d70465d

File tree

4 files changed

+1385
-12
lines changed

4 files changed

+1385
-12
lines changed

.jscs.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ module.exports = {
4545
requireCapitalizedConstructors: true,
4646
safeContextKeyword: ['_this'],
4747
disallowYodaConditions: true,
48-
validateJSDoc: {
48+
requireSpaceAfterLineComment: true,
49+
disallowNewlineBeforeBlockStatements: true,
50+
plugins: [
51+
'jscs-jsdoc'
52+
],
53+
jsDoc: {
4954
checkParamNames: true,
5055
checkRedundantParams: true,
5156
requireParamTypes: true
52-
},
53-
requireSpaceAfterLineComment: true,
54-
disallowNewlineBeforeBlockStatements: true
57+
}
5558
};

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "0.10"
5-
- "0.12"
6-
- "4"
4+
- "8"
75

86
env:
97
global:

0 commit comments

Comments
 (0)