Fix JSCS unsupported rule error

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.
This commit is contained in:
Jason 2016-05-11 22:46:27 -07:00
parent aa47f79ca6
commit 31158f0427
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@
"allowComments": true,
"allowRegex": true
},
"validateJSDoc": {
"checkParamNames": false,
"checkRedundantParams": false,
"jsDoc": {
"requireParamTypes": true
}
}