Update jsdoc (#2346)

* Clean up some doc tags

* Replace memberOf with memberof, undo any other changes in html5shiv/printshiv to get back to pristine state

* Small cleanups

* Add custom tags to jsdoc config

* Cleanup jsdoc tags

* Cleanup jsdoc tags

* Add inch config file to exclude html5shivs

* Update inch yml

* Use inch.json instead

* Dont inch the lib folder

* Cleanup jsdoc tags

* More jsdoc cleanups

* Move inch config into one file

* Add comma-dangle rule to eslint

* Cleanup grunt file tasks a little

* Remove some leftover async:false

* Review fixes

* Fix seplling error

* More DOC cleanups

* Fix compile error

* Whitelines/spaces cleanup

* Add eslint rule against multiple whitelines, fix those occurences

* Remove unused (and disabled) eslint entries, sort alphabetically

* Ignored file is not with".min"

* Add task for generating and reporting the coverage from istanbul

* Update eslint dependency

* Small JSdoc cleanups

* Remove unused eslint hint

* Add optional tag back to parameter

* Rname memberof -> memberOf, makes html5shivs original again
This commit is contained in:
Veeck
2018-07-28 19:15:36 +02:00
committed by GitHub
parent c2906e9eae
commit e2c27dcd32
99 changed files with 5032 additions and 339 deletions

13
inch.json Normal file
View File

@@ -0,0 +1,13 @@
{
"files": {
"included": [
"feature-detects/",
"src/"
],
"excluded": [
"lib/",
"src/html5printshiv.js",
"src/html5shiv.js"
]
}
}