Skip to content

Commit

Permalink
Merge 706b08d into 5f3f623
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jan 31, 2019
2 parents 5f3f623 + 706b08d commit 1e2a8fa
Show file tree
Hide file tree
Showing 4 changed files with 1,385 additions and 12 deletions.
11 changes: 7 additions & 4 deletions .jscs.js
Expand Up @@ -45,11 +45,14 @@ module.exports = {
requireCapitalizedConstructors: true,
safeContextKeyword: ['_this'],
disallowYodaConditions: true,
validateJSDoc: {
requireSpaceAfterLineComment: true,
disallowNewlineBeforeBlockStatements: true,
plugins: [
'jscs-jsdoc'
],
jsDoc: {
checkParamNames: true,
checkRedundantParams: true,
requireParamTypes: true
},
requireSpaceAfterLineComment: true,
disallowNewlineBeforeBlockStatements: true
}
};
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,9 +1,7 @@
language: node_js

node_js:
- "0.10"
- "0.12"
- "4"
- "8"

env:
global:
Expand Down

0 comments on commit 1e2a8fa

Please sign in to comment.