Skip to content

Commit

Permalink
Fix JSCS unsupported rule error
Browse files Browse the repository at this point in the history
Replace 'validateJSDoc' rule with 'jsDoc'. 'validateJSDoc' was
deprecated in v1.7.0.

In related news, JSCS was recently deprecated in favor of ESlint
so .jscrc can be removed once features have been rolled over.
  • Loading branch information
jasonwoan committed May 12, 2016
1 parent aa47f79 commit 31158f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"allowComments": true,
"allowRegex": true
},
"validateJSDoc": {
"checkParamNames": false,
"checkRedundantParams": false,
"jsDoc": {
"requireParamTypes": true
}
}

0 comments on commit 31158f0

Please sign in to comment.