johnpapa / pluralsight-gulp

Starter Code for Pluralsight Course "JavaScript Build Automation with Gulp.js"
http://jpapa.me/gulpps
MIT License
158 stars 262 forks source link

Update .jscsrc #19

Open rmondragon opened 8 years ago

rmondragon commented 8 years ago

Remove deprecated rule

johnpapa commented 8 years ago

cool. please add this instead

"jsDoc": { "checkAnnotations": true, "checkParamNames": true, "requireParamTypes": true, "checkReturnTypes": true, "checkTypes": true },