Merge pull request #2336 from jasonwoan/fix/jscs-validatejsdoc-error

Fix JSCS unsupported rule error
This commit is contained in:
Simon Ho 2016-05-12 16:52:37 -07:00
commit 9ec52ec415
1 changed files with 1 additions and 3 deletions

View File

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