Aaron Jorbin ac057e6c69 Build/Test: Remove unused ink-docstrap.
jsdoc is not currently in use and this theme for it is very out of date. There are currently a small handful of minor vulnerabilities within transitive dependencies being privately reported by Dependabot that cannot be resolved due to version constraints within ink-docstrap. While this in no way affects WordPress (since this code is not used by WordPress), it does create noise which can be eliminated.

This was first added in [41351] as a part of .

Props desrosj.
Fixes .


git-svn-id: https://develop.svn.wordpress.org/trunk@59935 602fd350-edb4-49c9-b593-d223f7449a82
2025-03-04 21:35:09 +00:00

26 lines
456 B
JSON

{
"plugins": [],
"recurseDepth": 10,
"source": {
"include": [ "src/js" ],
"exclude": [ "src/js/_enqueues/vendor" ]
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": [ "jsdoc", "closure" ]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"theme": "united",
"outputSourceFiles": true,
"outputSourcePath": true,
"linenums": true
},
"opts": {
"recurse": true,
"private": true
}
}