jscsrc: remove jsDoc rule

The rule is no longer supported.
This commit is contained in:
Miroslav Bajtoš 2016-05-31 18:58:14 +02:00
parent 75da4c7784
commit 05f8774ed6
1 changed files with 0 additions and 3 deletions

View File

@ -14,8 +14,5 @@
"value": 150, "value": 150,
"allowComments": true, "allowComments": true,
"allowRegex": true "allowRegex": true
},
"jsDoc": {
"requireParamTypes": true
} }
} }